Endpoint for retrieving candlestick data for multiple markets.
include_latest_before_start parameter)Documentation Index
Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt
Use this file to discover all available pages before exploring further.
Comma-separated list of market tickers (maximum 100)
Start timestamp in Unix seconds
End timestamp in Unix seconds
Candlestick period interval in minutes
x >= 1If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by:
previous_price to the close price from the real candlestickMarket candlesticks retrieved successfully
Array of market candlestick data, one entry per requested market.