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

Stooq returns an empty list

Open kelvinho8 opened this issue 5 years ago • 2 comments

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!!!

kelvinho8 avatar Feb 11 '20 08:02 kelvinho8

Installing latest version shall fix this, required version is 0.19 https://pydata.github.io/pandas-datareader/devel/

HiteshAI avatar Jun 09 '20 15:06 HiteshAI

having the same issue after updating to 0.10.0dev0+18.gd2ef4e6

diogobotelho avatar Aug 17 '20 18:08 diogobotelho