1
1
.. _whatsnew_080:
2
2
3
3
v0.8.0 (TBD)
4
- ---------------------------
4
+ ------------
5
5
6
6
Highlights include:
7
7
8
8
- A new connector for Econdb was introduced. Econdb provides
9
9
aggregated economic data from 90+ official statistical agencies
10
10
(:issue:`615`)
11
11
- 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`)
13
13
- Removal of Google finance and Morningstar, which were deprecated in 0.7.0.
14
14
- Immediate deprecation of Robinhood for quotes and historical data. Robinhood
15
15
ended support for these endpoints in 1/2019
@@ -25,10 +25,12 @@ Highlights include:
25
25
Enhancements
26
26
~~~~~~~~~~~~
27
27
28
- - Added Tiingo IEX Historical reader.
28
+ - Added Tiingo IEX Historical reader. (:issue:`619`)
29
29
- Added support for Alpha Vantage intraday time series prices (:issue: `631`)
30
30
- Up to 15 years of historical prices from IEX with new platform, IEX Cloud
31
31
- 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`)
32
34
33
35
.. _whatsnew_080.api_breaking:
34
36
@@ -41,6 +43,7 @@ Backwards incompatible API changes
41
43
- Usage of all IEX readers requires an IEX Cloud API token, which can
42
44
be passed as a parameter or stored in the environment variable
43
45
``IEX_API_TOKEN``
46
+ - Deprecated ``access_key`` in favor of ``api_key`` in ``DataReader``. (:issue:`693`)
44
47
45
48
.. _whatsnew_080.bug_fixes:
46
49
@@ -50,4 +53,28 @@ Bug Fixes
50
53
- Fix Yahoo! actions issue where dividends are adjusted twice as a result of a
51
54
change to the Yahoo! API. (:issue: `583`)
52
55
- 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