Skip to content

Commit 9d76009

Browse files
committed
DOC: Update docs to reflect 5y default
1 parent 09a2322 commit 9d76009

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/whatsnew/v0.8.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Enhancements
3131
- Added testing on Python 3.7 (:issue:`667`)
3232
- Allow IEX to read less than 1 year of data (:issue:`649`)
3333
- 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+
- All time series readers now use a rolling default starting date (most are 5 years before the current date. Intraday readers are 3-5 days from the current date)
3535

3636
.. _whatsnew_080.api_breaking:
3737

@@ -64,7 +64,6 @@ Bug Fixes
6464
- Adjust Alphavantage time series reader to account for descending ordering. (:issue:`666`)
6565
- Fix bug in downloading index historical constituents. (:issue:`591`)
6666
- 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`)
6867

6968
Contributors
7069
~~~~~~~~~~~~

pandas_datareader/yahoo/daily.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class YahooDailyReader(_DailyBaseReader):
2525
start : string, int, date, datetime, timestamp
2626
Starting date. Parses many different kind of date
2727
representations (e.g., 'JAN-01-2010', '1/1/10', 'Jan, 1, 1980'). Defaults to
28-
15 years before current date.
28+
5 years before current date.
2929
end : string, int, date, datetime, timestamp
3030
Ending date
3131
retry_count : int, default 3

0 commit comments

Comments
 (0)