kalshi_candlesticks
Retrieve OHLC price candlesticks for a specific market over a chosen time window (1m, 1h, or 1d periods) to analyze price trends and volume.
Instructions
OHLC price candlesticks for one market over a time window (1m/1h/1d periods).
Returns: {ticker, candlesticks:[{end_period_ts, yes_bid, yes_ask, price, volume, open_interest}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_ts | Yes | ||
| ticker | Yes | ||
| start_ts | Yes | ||
| seriesTicker | Yes | ||
| period_interval | No |