Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchAssets ¶ added in v0.3.0
FetchAssets retrieves a list of supported tickers from Tiingo
Types ¶
type TiingoAsset ¶
type TiingoAsset struct { Ticker string `json:"ticker" csv:"ticker"` Exchange string `json:"exchange" csv:"exchange"` AssetType string `json:"assetType" csv:"assetType"` PriceCurrency string `json:"priceCurrency" csv:"priceCurrency"` StartDate string `json:"startDate" csv:"startDate"` EndDate string `json:"endDate" csv:"endDate"` }
Click to show internal directories.
Click to hide internal directories.