Skip to content

Commit 7916d43

Browse files
authored
Update daily.py
I've changed the default interval to `"1d"` instead of `"d"` as Yahoo must have changed their API in the last couple of weeks. With the proposed change, I was able to get the data from Yahoo's Finance API.
1 parent e436f68 commit 7916d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/yahoo/daily.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(
6363
adjust_price=False,
6464
ret_index=False,
6565
chunksize=1,
66-
interval="d",
66+
interval="1d",
6767
get_actions=False,
6868
adjust_dividends=True,
6969
):

0 commit comments

Comments
 (0)