-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Showing wrong currency value at Holdings #168
Comments
The problem seems to be caused by the calculation logic in the Additionally, there's It gets even more interesting when you have 3 currencies in the setup.
I think the discrepancies come from the confusion around |
I was able to fix the values on Account Holdings page with some debatable calculation changes, but discovered that the same logic is used for the Holdings Page and the fix can't be applied to display correct value on both pages. The Holding page gets more complicated when you have the same asset on two account with different currencies. Right now it will add simply add the book values even if the currency does not match (ie. |
Same problem here with VWCE and XEON stocks. |
Hi, awesome work!
I've noticed account holdings are shown with the account currency (EUR):
These should be:
€9,64€4,82The values shown are retrieved from Yahoo finance, which are stored in USD.
The account holdings should be converted to EUR (or whatever the account currency is).
The other values in the account are working as expected.
So the bug it's only at the account holdings table.
The text was updated successfully, but these errors were encountered: