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
Having a look again to the code, we can observe a difference between the google documentation
and the implemented code, as it uses 'stooq' instead of 'yahoo'. I don't know if this can be the issue, but seems to be a clue.
I was trying to retrieve some data from crypto market, for instance Bitcoin.
(I tried all the combinations, with capital letters, with - ....)
But the following result is returned, None:
If the source code of data.get is checked, we can see it uses the pandas_datareader
pynance/pynance/data/retrieve.py
Lines 18 to 38 in 3f7e8a7
If we implement manually what the datareader does we can observe that it perfectly performs the data retrieve:
And the obtained result:
I do not know If I am wrongly coding something, but it seems like a bug or a feature it might be added
The text was updated successfully, but these errors were encountered: