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
I'm using pdr.__version__ == 0.5.0, and have uninstalled and reinstalled (through conda-forge, if that matters), but am still seeing the same ambiguity.
Upon deeper look, the source of this is that the GitHub repo has the correct url, but the PyPI tar.gz download does not..
The text was updated successfully, but these errors were encountered:
As noted in other issues & PR's here, the Google Finance API recently changed from google.com/finance/historical to finance.google.com/historical.
The url in the GitHub repo seems to be correct.
However, when I test, I'm still seeing the old url:
I'm using
pdr.__version__
== 0.5.0, and have uninstalled and reinstalled (through conda-forge, if that matters), but am still seeing the same ambiguity.Upon deeper look, the source of this is that the GitHub repo has the correct url, but the PyPI tar.gz download does not..
The text was updated successfully, but these errors were encountered: