Skip to content

Releases: hydrosquall/tiingo-python

v0.14.0

07 Mar 02:34
c04b7c8
Compare
Choose a tag to compare
  • Feature: Added 3 new methods for fundamentals-endpoint: definitions, daily and statements #581
  • Feature: [/news] Fix bug in get_news() when sources list is empty (#569 )
  • Development: Run tests in Github Actions instead of Travis.org #550
  • Development: This is the last version of tiingo that will support Python 3.5 and below. (#601)

v0.13.0

12 Dec 21:54
6c6b488
Compare
Choose a tag to compare
  • Minor: Address Pandas Future Warning for sorting in pd.concat (#392)
  • Feature: Add option to request data in csv format in get_dataframe method potentially boosting speed up to 4-5x. (#523)
  • Minor: bumped library dependencies, in particular cryptography
  • Development: Dropped official support for Python 3.5, replaced with 3.7
  • Development: Publish library with Github Actions instead of Travis (#546)