alexprengere / currencyconverter

A Python currency converter using the European Central Bank data.
http://alexprengere.github.io/currencyconverter
Apache License 2.0
215 stars 59 forks source link

No exchange rate being returned after 2017-11-22 #5

Closed KanchanChauhan closed 6 years ago

KanchanChauhan commented 6 years ago

Looks like APIs are not working after the date 2017-11-22. Can you please look into it. Below is the screenshot. Thanks.

screen shot 2018-02-18 at 5 04 42 pm
alexprengere commented 6 years ago

Hello, You seem to have an old version of the currency converter. Note that the data is embedded within the package, to avoid making expensive HTTP calls to an external service when requesting every single rate. So, an old package means old data. To always use up to date data, you have two solutions:

alexprengere commented 6 years ago

And since it was quite some time since I pushed to PyPI, I just released version 0.13.3