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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ v0.7.0 (Xxxxxxx YY, 20ZZ)
5
5
6
6
.. warning::
7
7
8
-
Google finance for historical price data has been immediately deprecated.
8
+
Google finance and Morningstar for historical price data have been immediately deprecated.
9
9
10
10
11
11
Highlights include:
12
12
13
-
- Immediate deprecation of Google finance for historical price data, as these API endpoints are no longer supported by the provider. Alternate methods are welcome via pull requests, as PDR would like to restore these features.
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
14
15
15
.. contents:: What's new in v0.7.0
16
16
:local:
@@ -52,6 +52,7 @@ Backwards incompatible API changes
52
52
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53
53
54
54
- Deprecation of Google finance daily reader. Google retired the remaining financial data end point in June 2018. It is not possible to reliably retrieve historical price data without this endpoint. The Google daily reader will raise an `ImmediateDeprecationError` when called.
55
+
- Deprecation of Morningstar daily reader. Morningstar ended support for the historical price data endpoint in July 2018. It is not possible to retrieve historical price data without this endpoint. The Morningstar daily reader will raise an `ImmediateDeprecationError` when called.
55
56
- When requesting multiple symbols from a DailyReader (ex: google, yahoo, IEX)
56
57
a MultiIndex DataFrame is now returned. Previously Panel or dict of DataFrames
0 commit comments