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

Currency Rates Source Not Ready #65

Closed
mrx23dot opened this issue Apr 13, 2019 · 19 comments
Closed

Currency Rates Source Not Ready #65

mrx23dot opened this issue Apr 13, 2019 · 19 comments

Comments

@mrx23dot
Copy link

Requirement already satisfied: forex-python in c:\python36\lib\site-packages (1.1)

File "C:\Python36\lib\site-packages\forex_python\converter.py", line 73, in get_rate
raise RatesNotAvailableError("Currency Rates Source Not Ready")
forex_python.converter.RatesNotAvailableError: Currency Rates Source Not Ready

@ghost
Copy link

ghost commented Apr 15, 2019

I am having the same problem.Is it something wrong with the api?

@ghost
Copy link

ghost commented Apr 16, 2019

My problem was fixed by directly install a new version from the git

Try this
pip install git+https://github.com/MicroPyramid/forex-python.git

@zaini
Copy link

zaini commented May 30, 2019

You have to change source url to "https://api.exchangeratesapi.io/api/" in converter.py

@jeindustries
Copy link

None of the above solutions worked, same error response. Any other idea on how to fix this issue?

@bubublik
Copy link

None of the above solutions worked, same error response. Any other idea on how to fix this issue?

try to make request from another IP address

@fabouru1985
Copy link

Same from here!! "Currency Rates Source Not Ready"

@ben-dent
Copy link

ben-dent commented Sep 4, 2019

Was this issue ever resolved?

@zaini
Copy link

zaini commented Sep 4, 2019

It seems to be working for me. Can you share the specifics of your problem, or is it identical to the OP?

@ben-dent
Copy link

ben-dent commented Sep 4, 2019

I found that the reason it wasn't working for me is that the currency wasn't supported by the API. Would there be a possibility of a separate error message for that?

@purvapr13
Copy link

Same issue is coming to me.
{'Error': 'forex_python.converter.RatesNotAvailableError: Currency Rates Source Not Ready'}
Could you please suggest on how to resolve it?

@tholness
Copy link

Currently working on version 1.5

@purvapr13
Copy link

purvapr13 commented Aug 19, 2020 via email

@Jasminyas
Copy link

You made too many call to the API called by the forex lib. you need to implement retry mechanism with a time.sleep, optimize function so it doesn't make too many calls in a short amount of time and/or try with another IP I belive.

@ghost
Copy link

ghost commented Jan 2, 2021

I'm running the latest version of forex-python (just forked it - 1.5) and I have the same problem with the 'LKR' currency code. However, I didn't get any error with the other currency codes I tested.

@ghost
Copy link

ghost commented Jan 2, 2021

Bad News: I just checked the status of the RatesAPI server at https://stats.uptimerobot.com/p8KZgsZ6J.
The status is: Rates API - ALL SYSTEMS DOWN (the uppercase is on me).

image

@ghost
Copy link

ghost commented Jan 2, 2021

I just send messages to the support team. Let's see.

@ravigadila
Copy link

We changed api to theforexapi.com
It works now. Please try.

@ekdevelop
Copy link

I am getting the error on 1.8. Is the website down?

@MailysRbt
Copy link

Same here, it's probably down again.

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