-
Notifications
You must be signed in to change notification settings - Fork 197
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
Comments
Been using forex-python daily for several months. On Feb 2 an error began to be returned with each call.
Output: RatesNotAvailableError: Currency Rates Source Not Ready |
I have the same issue, for fresh FX rates data but also for older data that should already be available |
Base provider https://theforexapi.com seems to be unavailable (I get a 502 when trying to access it) |
I have this problem too: Output: RatesNotAvailableError: Currency Rates Source Not Ready |
I am facing the same issue, are there any other alternatives? |
I am facing the same output: RatesNotAvailableError: Currency Rates Source Not Ready |
We're facing the same issue here. Any patch planned? |
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 |
Hey @ShanePadellaro Thank you for posting this. I rather used https://exchangerate.host/#/#docs and its working absolutely fine. |
I'd appreciate if the API managers could confirm when the issue will be resolved? |
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 |
No description provided.
The text was updated successfully, but these errors were encountered: