achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
4.96k stars 267 forks source link

currency pairs broken #271

Open levdopa opened 3 months ago

levdopa commented 3 months ago

Describe the bug currency pairs (USD,EUR,RUB,TRY) not working

To Reproduce add these pairings to my config file image

Expected behavior they reflect the same numbers as on yahoo finance for example https://finance.yahoo.com/quote/RUB=X/

instead I get this image

Environment (please complete the following information):

tutilus commented 3 months ago

It looks like currency conversion is set on (look at the README chapter about it). I guess you have currency in you .ticker.yaml config file which activated by definition the currency conversion. So what you really get is your case is EUR to USD rate or USD to USD rate (e.g. EUR/TRY was converted using TRY/USD rate).

You could remove currency parameter from your .ticker.yaml file or set on currency-summary-only to unable this functionality.