package
0.1.0
Repository: https://github.com/marketdataapp/sdk-go.git
Documentation: pkg.go.dev

# Functions

CombineStockCandles merges two StockCandlesResponse structs into a single one.
CombineTickerResponses combines multiple TickersResponses into a single map.
MapToTickersResponse converts a map of Ticker structs into a TickersResponse struct.
SaveToCSV writes the contents of tickerMap to a CSV file specified by filename.

# Structs

IndexCandle represents a single candle data point with time, open, high, low, and close values.
IndexQuote represents a single quote for an index.
IndexQuotesResponse represents the response structure for index quotes.
IndicesCandlesResponse represents the response structure for indices candles data.
MarketStatusReport represents the status of a market.
MarketStatusResponse holds the response data for a market status request.
OptionLookupResponse represents the response structure for an option lookup request.
OptionQuote represents a single option quote with detailed information such as the symbol, underlying asset, expiration time, and pricing information.
OptionQuotesResponse represents the JSON structure of the response received for option quotes.
OptionsExpirationsResponse represents the response structure for options expirations.
OptionsStrikes represents the expiration date and strike prices for an option.
OptionsStrikesResponse encapsulates the response structure for a request to retrieve option strikes.
StockCandle represents a single candle in a stock candlestick chart.
StockCandlesResponse represents the JSON response structure for stock candles data.
StockEarningsReport represents a single earnings report for a stock.
StockEarningsResponse represents the response structure for stock earnings data.
StockNews represents a single news article related to a stock.
StockNewsResponse represents the JSON response structure for stock news.
StockQuote represents a single stock quote.
StockQuotesResponse represents the response structure for stock quotes.
Ticker represents the information of a ticker.
TickersResponse represents the response structure for the /stocks/tickers API endpoint.