Skip to content
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

Handling currencies while adding/updating real estates? #137

Closed
nmathey opened this issue Oct 27, 2023 · 1 comment
Closed

Handling currencies while adding/updating real estates? #137

nmathey opened this issue Oct 27, 2023 · 1 comment

Comments

@nmathey
Copy link
Contributor

nmathey commented Oct 27, 2023

Hi,

I'm trying to figure out how do you handle different currencies while add a security value for instance.
It looks there is a currency json object but API doesn't seem to accept forcing/modifying it.

Reviewing your code for securities, you are requesting holding account (which also has a currency json object) for each securities you want to add.
Can you confirm you are already able to add securities other than your main Finary currency?
If so can you point me the right direction to (try to) adapt it to real estates :)?

@nmathey nmathey changed the title Handling currencies while adding/updating value? Handling currencies while adding/updating real estates? Oct 28, 2023
@nmathey
Copy link
Contributor Author

nmathey commented Oct 28, 2023

Getting back to securities example, it appears Finary having an internal DB of securities with theirs associated info like currency.

Browsing Finary forum it appears handling directly value currency is not feasible (yet? - feature request here)
Current workaround, given by Mounir himself, is to temporary switch UI currency display to the wanted currency, add the value, switch back to previous/home/base currency.

As of today Finary is limited to the following display currencies: "EUR", "USD", "SGD", "CHF", "GBP", or "CAD"

Good thing is we don't have to run this workaround to update the value: UI is showing your based/home currency on the web app but the amount you'll see is in value's currency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants