Skip to content

Get Pairs

GET
/pairs

Return one row per settlement date joining observations + climate + forecast.

Primary training surface for Kalshi settlement models. Key columns: cli_high_f, cli_low_f (Kalshi settlement source), obs_high_f, obs_low_f, fcst_high_f, fcst_low_f, fcst_issued_at, fcst_qpf_6hr_in, market_close_utc.

limit returns the most recent N rows (sorted by date descending, then re-sorted ascending for output). Use from_date/to_date to bound the query rather than relying on limit for the first N rows.

station
required
Station
string
from_date
required
From Date
string
to_date
required
To Date
string
include_forecast
Include Forecast
boolean
forecast_model
Any of:
string
format
Any of:
string
limit
Limit
integer
default: 365 >= 1

Successful Response

Response Get Pairs Pairs Get

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string