veroq_candles
Retrieve OHLCV candlestick data for stock analysis, including open, high, low, close, and volume metrics for technical chart evaluation.
Instructions
Get OHLCV candlestick data for a stock ticker — open, high, low, close, and volume.
WHEN TO USE: For price chart analysis, pattern recognition, or feeding data into technical analysis. Use veroq_technicals for pre-computed indicators. RETURNS: Array of candles with date, open, high, low, close, volume. Latest candle highlighted. COST: 2 credits. EXAMPLE: { "symbol": "AAPL", "interval": "1d", "range": "3mo" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol (e.g. AAPL, MSFT, GOOGL) | |
| interval | No | Candle interval (default 1d) | |
| range | No | Date range (default 6mo) |