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
The primary goal of the SecuritiesService is to provide pricing data and meta-data for various stock (options). According to our design goals, we can share the stocks information across all accounts / portfolio groups.
It might also be interesting to connect different stocks together. We could for example have the same stock on two different exchanges with two symbols. Also it would be nice if we have the information whether the stock is a derivate of another stock.
Open Question: How to name it? We also want to support other things next to stocks, maybe we need to name it Security?
Where do we get this information from?
General Meta-Data
Yahoo Finance
Possibly other paid options using an API key
Pricing Data
Yahoo Finance
ING Diba
Onvista
Possibly other paid options using an API key
The text was updated successfully, but these errors were encountered:
The primary goal of the
SecuritiesService
is to provide pricing data and meta-data for various stock (options). According to our design goals, we can share the stocks information across all accounts / portfolio groups.SecuritiesService
#23Metadata
Some of the meta-data we might want:
It might also be interesting to connect different stocks together. We could for example have the same stock on two different exchanges with two symbols. Also it would be nice if we have the information whether the stock is a derivate of another stock.
Open Question: How to name it? We also want to support other things next to stocks, maybe we need to name it
Security
?Where do we get this information from?
General Meta-Data
Pricing Data
The text was updated successfully, but these errors were encountered: