11.. _whatsnew_080:
22
33v0.8.0 (TBD)
4- ---------------------------
4+ ------------
55
66Highlights include:
77
88- A new connector for Econdb was introduced. Econdb provides
99 aggregated economic data from 90+ official statistical agencies
1010 (:issue:`615`)
1111- Migrated IEX readers to `IEX Cloud <https://iexcloud.io>`__. All
12- readers now require an API token (``IEX_API_KEY``)
12+ readers now require an API token (``IEX_API_KEY``) (:issue:`638`)
1313- Removal of Google finance and Morningstar, which were deprecated in 0.7.0.
1414- Immediate deprecation of Robinhood for quotes and historical data. Robinhood
1515 ended support for these endpoints in 1/2019
@@ -25,10 +25,12 @@ Highlights include:
2525Enhancements
2626~~~~~~~~~~~~
2727
28- - Added Tiingo IEX Historical reader.
28+ - Added Tiingo IEX Historical reader. (:issue:`619`)
2929- Added support for Alpha Vantage intraday time series prices (:issue: `631`)
3030- Up to 15 years of historical prices from IEX with new platform, IEX Cloud
3131- Added testing on Python 3.7 (:issue:`667`)
32+ - Allow IEX to read less than 1 year of data (:issue:`649`)
33+ - Allow data download from Poland using stooq (:issue:`597`)
3234
3335.. _whatsnew_080.api_breaking:
3436
@@ -41,6 +43,7 @@ Backwards incompatible API changes
4143- Usage of all IEX readers requires an IEX Cloud API token, which can
4244 be passed as a parameter or stored in the environment variable
4345 ``IEX_API_TOKEN``
46+ - Deprecated ``access_key`` in favor of ``api_key`` in ``DataReader``. (:issue:`693`)
4447
4548.. _whatsnew_080.bug_fixes:
4649
@@ -50,4 +53,28 @@ Bug Fixes
5053- Fix Yahoo! actions issue where dividends are adjusted twice as a result of a
5154 change to the Yahoo! API. (:issue: `583`)
5255- Fix AlphaVantage time series data ordering after provider switch to
53- descending order (maintains ascending order for consistency) (:issue: `662`)
56+ descending order (maintains ascending order for consistency). (:issue: `662`)
57+ - Refactored compatibility library to be independent of pandas version.
58+ - Fixed quarter value handling in JSDMX and OECD. (:issue:`685`)
59+ - Fixed a bug in ``base`` so that the reader does not error when response.encoding
60+ is ``None``. (:issue:`674`)
61+ - Correct EcondbReader's API URL format. (:issue:`670`)
62+ - Fix eurostat URL. (:issue:`669`)
63+ - Adjust Alphavantage time series reader to account for descending ordering. (:issue:`666`)
64+ - Fix bug in downloading index historical constituents. (:issue:`591`)
65+
66+ Contributors
67+ ~~~~~~~~~~~~
68+ - Peiji Chen
69+ - EconDB
70+ - Roger Erens
71+ - Nikhilesh Koshti
72+ - Gábor Lipták
73+ - Addison Lynch
74+ - Rahim Nathwani
75+ - Chuk Orakwue
76+ - Raffaele Sandrini
77+ - Felipe S. S. Schneider
78+ - Kevin Sheppard
79+ - Tony Shouse
80+ - David Stephens
0 commit comments