MicroPyramid / forex-python

Foreign exchange rates, Bitcoin price index and currency conversion using ratesapi.io
http://forex-python.readthedocs.io/en/latest/usage.html
MIT License
661 stars 195 forks source link

RatesNotAvailableError when getting 'RUB' to 'USD' rate #113

Closed bburbidge closed 2 years ago

bburbidge commented 2 years ago

When running get_rate for 'RUB' to 'USD' for any date after 2022-3-1, a RatesNotAvailableError is returned.

barashe commented 2 years ago

When running get_rate for 'RUB' to 'USD' for any date after 2022-3-1, a RatesNotAvailableError is returned.

I get the same error for every date I try, for every base currency I try. Up until now this happened randomly, but now it's consistent and I can't pull rates.

python version: 3.9.4 forex_python version: 1.6

ppeck commented 2 years ago

I'm having the same issue getting the RatesNotAvailableError regardless of currency or date selected. Started having issues yesterday and am still unable to pull any rates. Running Python 3.8 and forex_python version 1.8

vsia7 commented 2 years ago

I also get RatesNotAvailableError regardless of currency selected.

ashwin31 commented 2 years ago

working now.