Skip to content

v2.3.0

Compare
Choose a tag to compare
@dpguthrie dpguthrie released this 22 Jan 19:37
· 64 commits to master since this release
041fc2a

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 the date 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.