pandas-datareader
pandas-datareader copied to clipboard
Stooq returns an empty list
Hi,
Has Stooq stopped providing datafeed? I got empty return below and the pandas-datareader that I use is version is 0.81, thanks.
import pandas_datareader.data as web web.DataReader("^DJI", "stooq") Empty DataFrame Columns: [] Index: []
Good day!!!
Installing latest version shall fix this, required version is 0.19 https://pydata.github.io/pandas-datareader/devel/
having the same issue after updating to 0.10.0dev0+18.gd2ef4e6