You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The url will be transformed to GET /q/d/l/?s=USDJPY.US
Solutions
Currently I couldn't figure out a way to make it.
I noticed 3398e41 this commit in the file pandas_datareader/stooq.py introduced many complicated statements that make it impossibe to do this kind of API Request.
The text was updated successfully, but these errors were encountered:
Purpose:
I want to use pandas-datareader to retrieve
USDJPY
data.Steps to reproduce
res = DataReader('USDJPY', 'stooq')
res shows no data
Reason of Empty Data
The origin url is
https://stooq.com/q/d/l/?s=USDJPY
It returns data.But because of ⬇️
pandas-datareader/pandas_datareader/stooq.py
Line 44 in b1247d1
The url will be transformed to
GET /q/d/l/?s=USDJPY.US
Solutions
pandas_datareader/stooq.py
introduced many complicated statements that make it impossibe to do this kind of API Request.The text was updated successfully, but these errors were encountered: