yahooquery
yahooquery copied to clipboard
Bug: no data after 9/03
Describe the bug Hi, todays date: 2021,9,23. now lets go to the problem: I seem to not get any data after Sept, 3rd, 2021. Tried for many stocks but still same outcome: no data after 9/03
To Reproduce from yahooquery import Ticker stockList = ["MSFT"] tickers = Ticker(stockList, asynchronous=True, max_workers=8, retry=10) stockData_d1_s2021 = tickers.history(start=datetime(2021, 1, 1), interval="1d")
DataTable (MSFT, last 5 entries) 2021-08-30 301.119995 304.220001 301.059998 1.634810e+09 303.589996 0.0 2021-08-31 304.420013 304.500000 301.500000 2.625200e+09 301.880005 0.0 2021-09-01 302.869995 305.190002 301.489990 1.898380e+09 301.829987 0.0 2021-09-02 302.200012 303.359985 300.179993 1.629050e+09 301.149994 0.0 2021-09-03 300.989990 302.600006 300.260010 1.474790e+09 301.140015 0.0
any ideas? I've been using YQ for a few month now without prior bugs
This may be something on Yahoo's end. This is also happening with one of the other packages.
Closing this out as I'm unable to replicate the issue right now.