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
662 stars 197 forks source link

Does not include all currencies #68

Open doogle1975 opened 5 years ago

doogle1975 commented 5 years ago

This modules suggests all currencies are covered but they are not... Will ALL currencies be included at some point?

gusbemacbe commented 3 years ago

@doogle1975

You can get any currencies rates from the website API with JSON and requests:

https://stackoverflow.com/questions/42166750/how-to-obtain-currency-rates-from-this-website-converter-widget-python

Given to @ravigadila