pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Getting thi error from Stooq: OSError: StooqDailyReader

Open diogobotelho opened this issue 4 years ago • 0 comments

Getting this error consistently when running:

import pandas_datareader.data as pdr pdr.DataReader("AAPL", 'stooq')

OSError: StooqDailyReader request returned no data; check URL for invalid inputs: https://stooq.com/q/d/l/

I thought this was resolved. datareader version: 0.10.0dev0 (+32, 90f155a) - also tried with previous version

diogobotelho avatar Feb 10 '21 16:02 diogobotelho