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

get_rates and other functions return "Currency Rates Source Not Ready #126

Open
jamenlong opened this issue Feb 6, 2023 · 11 comments
Open

Comments

@jamenlong
Copy link

No description provided.

@jamenlong
Copy link
Author

Been using forex-python daily for several months. On Feb 2 an error began to be returned with each call.

from forex_python.converter import CurrencyRates
cr = CurrencyRates()
cr.get_rates('USD')

Output: RatesNotAvailableError: Currency Rates Source Not Ready

@YohanGrember
Copy link

I have the same issue, for fresh FX rates data but also for older data that should already be available

@YohanGrember
Copy link

Base provider https://theforexapi.com seems to be unavailable (I get a 502 when trying to access it)

@luca-chara
Copy link

I have this problem too:

Output: RatesNotAvailableError: Currency Rates Source Not Ready

@narenkhatwani
Copy link

I am facing the same issue, are there any other alternatives?

@htimmermann
Copy link

I am facing the same output:

RatesNotAvailableError: Currency Rates Source Not Ready

@DamienCentralTech
Copy link

We're facing the same issue here. Any patch planned?

@ShanePadellaro
Copy link

theforexapi.com has been down for a few days now. I created a PR that switches to a new api (https://exchangerate.host) it's free as well. You can grab my branch if you need it quickly.

This PR fixes the issue
#127

@himanshuk-dev
Copy link

theforexapi.com has been down for a few days now. I created a PR that switches to a new api (https://exchangerate.host) it's free as well. You can grab my branch if you need it quickly.

This PR fixes the issue #127

Hey @ShanePadellaro Thank you for posting this. I rather used https://exchangerate.host/#/#docs and its working absolutely fine.

@himanshuk-dev
Copy link

I'd appreciate if the API managers could confirm when the issue will be resolved?
I am also getting error: RatesNotAvailableError: Currency Rates Source Not Ready

@Cruuncher
Copy link

Perhaps the real change here should be a configurable data source, or a fallback option on alternate data sources when the primary returns an error

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

9 participants