Stocks
The C#/.NET SDK from Market Data provides methods to streamline your use of the Stocks endpoints. These methods provide a typed interface over the underlying HTTP requests and responses; every method is asynchronous and accepts an optional CancellationToken.
Reach the resource through client.Stocks. For CSV output, call the paired *CsvAsync method of the same name (for example GetQuotesCsvAsync).
Stocks Endpoints
📄️ Candles
Retrieve historical OHLCV (open/high/low/close/volume) candles for a stock symbol.
📄️ Quotes
Retrieve real-time quotes (bid, ask, mid, last, volume, etc.) for one or more stock symbols.
📄️ Prices
Retrieve the latest price (mid, change) for one or more stock symbols — a lighter payload than a full quote.
📄️ Earnings
Retrieve historical and upcoming earnings reports for a stock symbol: fiscal period, report date and time, and reported vs. estimated EPS.
📄️ News
Retrieve news articles for a stock symbol.