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
Is your feature request related to a problem? Please describe.
Market capitalizations of multiple stocks are not comparable, as they are provided in different currencies. Therefore, stock lists cannot be sorted by market capitalization.
Describe the solution you’d like
When fetching market capitalization data in another currency than USD, the value is converted using the current conversion rate, which is cached in the database for future conversions. Descriptions are updated accordingly.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Market capitalizations of multiple stocks are not comparable, as they are provided in different currencies. Therefore, stock lists cannot be sorted by market capitalization.
Describe the solution you’d like
When fetching market capitalization data in another currency than USD, the value is converted using the current conversion rate, which is cached in the database for future conversions. Descriptions are updated accordingly.
The text was updated successfully, but these errors were encountered: