forex-python icon indicating copy to clipboard operation
forex-python copied to clipboard

Added new forex provider to fix "Currency Rates Source Not Ready"

Open ShanePadellaro opened this issue 2 years ago • 1 comments

Added forex provider (exchangerate.host) which is almost a 1to1 replacement for the old theforexapi.com. Added a check to throw if a currency is not available since new provider always returns 200

All unit tests for converter.py are working a part from test_with_valid_currency_code which looks to be broken because the included json file doesn't contain the expected symbol.

ShanePadellaro avatar Feb 09 '23 19:02 ShanePadellaro

fixes #126

ShanePadellaro avatar Feb 09 '23 20:02 ShanePadellaro