Mixed currencies #259
andersostling56
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
First, thank you for a really nice stock ticker app! I run it on my Arch workstation and it is brilliant!
I dont really understand how (if) I can display stocks in both SEK and USD. I have mostly stocks in SEK bought on the Stockholm exchange, but I also have 2 stocks that I bought in USD.
So my yaml file have "currency: SEK" in the global config. What should I note in the configs for the US stocks?
This is what I have today
quantity: 1.0
unit_cost: 177.43
The total value and gain/loss is displayed in USD. Is there a way to have it in SEK instead to make it consistent?
show-summary: false
show-tags: true
show-fundamentals: true
show-separator: true
show-holdings: true
interval: 5
currency: SEK
currency-summary-only: true
sort: value
lots:
quantity: 1.0
unit_cost: 1381.47
quantity: 1.0
unit_cost: 79.88
quantity: 1.0
unit_cost: 65.80
quantity: 1.0
unit_cost: 88.47
quantity: 1.0
unit_cost: 397.06
quantity: 1.0
unit_cost: 35.90
quantity: 1.0
unit_cost: 207.60
quantity: 1.0
unit_cost: 386.54 <--- This is in USD
currency: SEK
quantity: 1.0
unit_cost: 177.43 <--- USD
Beta Was this translation helpful? Give feedback.
All reactions