You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)?
The text was updated successfully, but these errors were encountered:
nmathey
changed the title
Handling currencies while adding/updating value?
Handling currencies while adding/updating real estates?
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
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 :)?
The text was updated successfully, but these errors were encountered: