Stocks
Stock endpoints include numerous fundamental, technical, and pricing data.
Root Endpoint For Stocks
https://api.marketdata.app/v1/stocks/
Stocks Endpoints
📄️ Candles
Get historical price candles for a stock.
📄️ Bulk Candles
Get bulk candle data for stocks. This endpoint returns bulk daily candle data for multiple stocks. Unlike the standard candles endpoint, this endpoint returns a single daily for each symbol provided. The typical use-case for this endpoint is to get a complete market snapshot during trading hours, though it can also be used for bulk snapshots of historical daily candles.
📄️ Quotes
Get a real-time price quote for a stock.
📄️ Bulk Quotes
Get a real-time price quote for a multiple stocks in a single API request.
📄️ Earnings
Get historical earnings per share data or a future earnings calendar for a stock.
📄️ News
The News endpoint is still in beta and has not yet been optimized for performance. Use caution before adding this endpoint in a prodution environment.