You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/whatsnew/v0.7.0.txt
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ v0.7.0 (Xxxxxxx YY, 20ZZ)
11
11
Highlights include:
12
12
13
13
- Immediate deprecation of Google finance and Morningstar for historical price data, as these API endpoints are no longer supported by their respective providers. Alternate methods are welcome via pull requests, as PDR would like to restore these features.
14
+
- Removal of EDGAR, which was deprecated in v0.6.0.
14
15
15
16
.. contents:: What's new in v0.7.0
16
17
:local:
@@ -22,23 +23,23 @@ Enhancements
22
23
~~~~~~~~~~~~
23
24
24
25
- A new data connector for data provided by
25
-
`AlphaVantage <https://www.alphavantage.co/documentation>`__ was
26
+
`Alpha Vantage <https://www.alphavantage.co/documentation>`__ was
26
27
introduced to obtain Foreign Exchange (FX) data.
27
28
(:issue:`389`)
28
29
29
30
- A new data connector for data provided by
30
-
`AlphaVantage <https://www.alphavantage.co/documentation>`__ was
31
+
`Alpha Vantage <https://www.alphavantage.co/documentation>`__ was
31
32
introduced to obtain historical time series data.
32
33
(:issue:`389`)
33
34
34
35
- A new data connector for data provided by
35
-
`AlphaVantage <https://www.alphavantage.co/documentation>`__ was
36
+
`Alpha Vantage <https://www.alphavantage.co/documentation>`__ was
36
37
introduced to obtain sector performance data, accessed through the
37
38
top-level function ``get_sector_performance_av``.
38
39
(:issue:`389`)
39
40
40
41
- A new data connector for data provided by
41
-
`AlphaVantage <https://www.alphavantage.co/documentation>`__ was
42
+
`Alpha Vantage <https://www.alphavantage.co/documentation>`__ was
42
43
introduced to obtain real-time Batch Stock Quotes through the
43
44
top-level function ``get_quote_av``.
44
45
(:issue:`389`)
@@ -65,10 +66,7 @@ Bug Fixes
65
66
66
67
- Added support for passing the API KEY to QuandlReader either directly or by
67
68
setting the environmental variable QUANDL_API_KEY (:issue:`485`).
68
-
- Handle Morningstar index volume data properly (:issue:`486`).
69
69
- Added support for optionally passing a custom base_url to the EnigmaReader (:issue:`499`).
0 commit comments