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
652 stars 191 forks source link

Forex python is not available anymore #152

Open maximeB42 opened 6 months ago

maximeB42 commented 6 months ago

I am getting the following while trying to access forex-python: HTTPSConnectionPool(host='theforexapi.com', port=443): Max retries exceeded with url: /api/latest?base=USD&rtype=fpy (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x10c9317f0>: Failed to establish a new connection: [Errno 60] Operation timed out'))

XinzeWang commented 6 months ago

Ran into the same issue

omaralvarez commented 3 months ago

Same here, did you guys find an alternative?

dylanpassmore commented 3 months ago

Ditto :-(

omaralvarez commented 1 month ago

I ended up using https://github.com/alexprengere/currencyconverter.