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.8.0.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Enhancements
31
31
- Added testing on Python 3.7 (:issue:`667`)
32
32
- Allow IEX to read less than 1 year of data (:issue:`649`)
33
33
- Allow data download from Poland using stooq (:issue:`597`)
34
+
- All time series readers now use a rolling default starting date (most are 15 years before the current date. Intraday readers are 3-5 days from the current date)
34
35
35
36
.. _whatsnew_080.api_breaking:
36
37
@@ -63,6 +64,7 @@ Bug Fixes
63
64
- Adjust Alphavantage time series reader to account for descending ordering. (:issue:`666`)
64
65
- Fix bug in downloading index historical constituents. (:issue:`591`)
65
66
- Fix a bug that occurs when an endpoint returns has no data for a date range. (:issue:`640`)
67
+
- Fix a bug that caused an exception to be raised when IEX default dates are used (:issue:`607`)
0 commit comments