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

Could you please add Ukrainian hryvnia (UAH) to your CurrencyConverter? #55

Closed petrovskyyanton closed 3 months ago

petrovskyyanton commented 3 months ago

Could you please add Ukrainian hryvnia (UAH) to your CurrencyConverter?

alexprengere commented 3 months ago

Unfortunately this project does not control the data source, which is the European Central Bank. It is "just" a Python package manipulating that data, or any data that may come in the same format. So the answer is no, you will need to look for another data source if you want UAH rates.

This is explained in the first paragraph of the README.