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
It seems the app has an issue with the ticker of Regeneron Pharmaceuticals ($REGN).
Even though I find the ticker via the lookup function, after I enter the trade I get the following warning and the valuation on the portfolio for this specific security is $0.
If I try to edit the trade, I get the same error.
The text was updated successfully, but these errors were encountered:
I have the same issue when trying to add/edit a buy activity for AGGU.L. My portfolio currency and asset currency are different, if that helps.
When I try to view the securities page for that asset, no data is available, meaning market value=0, and my portfolio value is reduced by the amount invested.
I temporarily resolved this for my requirements by editing app.db, but this does not seem like a long term fix:
UPDATE `assets` SET `currency` = ? WHERE `rowid` IS ? AND `currency` IS ?, ('USD', 2, '')
UPDATE `assets` SET `data_source` = ? WHERE `rowid` IS ? AND `data_source` IS ?, ('Yahoo', 2, 'YAHOO')
It seems the app has an issue with the ticker of Regeneron Pharmaceuticals ($REGN).
Even though I find the ticker via the lookup function, after I enter the trade I get the following warning and the valuation on the portfolio for this specific security is $0.
If I try to edit the trade, I get the same error.
The text was updated successfully, but these errors were encountered: