Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 with USDEUR Data #621

Open
Killpit opened this issue Jan 25, 2023 · 1 comment
Open

403 with USDEUR Data #621

Killpit opened this issue Jan 25, 2023 · 1 comment

Comments

@Killpit
Copy link

Killpit commented Jan 25, 2023

Hi, I was working with investor currency_crosses function and while I follow the documentation from here , I just got an 403 error.

`import investpy

data = investpy.get_currency_cross_historical_data(currency_cross='USD/EUR', from_date='01/01/2022', to_date='25/01/2023')
print(data.head())`

After I ran the code, this is the error:

Traceback (most recent call last):
File "/Users/atatekeli/PycharmProjects/CurrencyPricePredictorAutoTS/USDEUR.py", line 3, in
data = investpy.get_currency_cross_historical_data(currency_cross='USD/EUR', from_date='01/01/2022', to_date='25/01/2023')
File "/Users/atatekeli/PycharmProjects/CurrencyPricePredictorAutoTS/venv/lib/python3.9/site-packages/investpy/currency_crosses.py", line 674, in get_currency_cross_historical_data
raise ConnectionError(
ConnectionError: ERR#0015: error 403, try again later.

@oguzkirman
Copy link

This library doesn't work after last Investing update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants