Added
dividend_history
method that returns historical dividends paid for a given symbol(s)
Fixed
history
method has been refactored pretty heavily with the help of @maread99 (Thank you!). Timezone info is now included in thedate
column. Also, a dataframe will always be returned regardless of bad symbols existing. Previously, a dictionary was returned with the json response for the bad symbol(s) and dataframes for successful responses.