Get Market Candlesticks
market
Get Market Candlesticks
Endpoint for fetching candlestick data for a margin market.
GET
Get Market Candlesticks
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.
Path Parameters
Ticker of the margin market
Query Parameters
Start timestamp (Unix timestamp). Candlesticks will include those ending on or after this time.
End timestamp (Unix timestamp). Candlesticks will include those ending on or before this time.
Time period length of each candlestick in minutes. Valid values are 1 (1 minute), 60 (1 hour), or 1440 (1 day).
Available options:
1, 60, 1440 If true, prepends the latest candlestick available before the start_ts. This synthetic candlestick is created by:
- Finding the most recent real candlestick before start_ts
- Projecting it forward to the first period boundary (calculated as the next period interval after start_ts)
- Setting all OHLC prices to null, and
price.previousto the close price from the real candlestick