get_index_candles
Retrieve OHLCV candlestick data for major stock indices like US30, SPX, and NASDAQ. Specify interval and date range to analyze historical price movements.
Instructions
Get OHLCV candles for a stock index.
Supported symbols: US30 (Dow Jones), SPX (S&P 500), NASDAQ
Args: symbol: Index symbol (e.g., US30, SPX, NASDAQ) interval: Candle interval - 1d, 1wk, 1mo range: Date range - 5d, 1mo, 3mo, 6mo, 1y
Returns: OHLCV candlestick data for the index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | 1mo | |
| symbol | Yes | ||
| interval | No | 1d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |