Howchoo / crypto-ticker

25 stars 15 forks source link

Change currency $ to € #6

Closed tamkar1982 closed 3 years ago

tamkar1982 commented 3 years ago

Hi, is it possible to change the currency from $ to €?

josephtyler commented 3 years ago

This is going to depend on the API you're using. Supposing the API sends back prices in Euros it should be fairly straightforward to ensure the display code supports it.

tamkar1982 commented 3 years ago

Fixed my issue! It was hard coded in the "price_apis.py"

josephtyler commented 3 years ago

Perfect!

josephtyler commented 3 years ago

I added a PR to formally support this feature. When this gets merged you will be able to add "CURRENCY=eur" to the settings.env file to display prices in euros.