Get historical candlesticks
Query by date range with start and end, or by offset with count plus optional forward and datetime. Period, adjustment, and session parameters accept CLI strings and SDK numeric enums.
Authorizations
Financial Context key generated from account settings. Send it as x-api-key: <key>.
Path Parameters
Query Parameters
Candlestick period, default day. Supports 1m, 5m, 15m, 30m, 1h, day, week, month, and year; SDK numeric enums are also accepted.
Adjustment type: none for no adjustment (default), forward for forward-adjusted data; adjust_type=0|1 is also accepted.
Compatibility alias for adjust; supports SDK numeric enums: 0 for no adjustment and 1 for forward-adjusted data.
0, 1 Trading session: intraday for the regular session (default), all for all sessions; trade_sessions=0|1 is also accepted.
Compatibility alias for session; supports SDK numeric enums: 0 for regular session and 1 for all sessions.
0, 1 Start date YYYY-MM-DD for date-range mode.
End date YYYY-MM-DD for date-range mode.
Number of records to return for offset mode.
x >= 1Query forward: true (default) or false.
Start time in YYYY-MM-DD HH:MM:SS format.
Response
Historical candlestick list