Futures Data

Futures & Derivatives

Covers CFFEX stock-index futures (IF/IC/IM/IH) and SHFE, INE, DCE, CZCE commodity futures main-continuous contracts, updated daily on T+0.

MethodEndpointDescription
GET/v1/futures/index/historyStock-index futures kline
GET/v1/futures/commodity/historyCommodity futures kline
GET/v1/futures/index/snapshotIndex-futures snapshot
GET/v1/futures/symbolsContract list

1. Stock-Index Futures Kline

MethodEndpoint
GET/v1/futures/index/history

Daily kline for CFFEX stock-index futures main-continuous contracts: IF (CSI 300), IC (CSI 500), IM (CSI 1000), IH (SSE 50).

ParameterTypeRequiredDescription
symbolstringRoot code (IF / IC / IM / IH)
start_datestring-Start date (YYYY-MM-DD)
end_datestring-End date (YYYY-MM-DD)
limitint-Max records (default 500)

Response includes open, high, low, close, settle, volume, open_interest.

GET/v1/futures/index/history

2. Commodity Futures Kline

MethodEndpoint
GET/v1/futures/commodity/history

Daily kline for commodity futures main-continuous contracts: RB (rebar), SC (crude oil), AU (gold), AG (silver), CU (copper), AL (aluminum), HC (hot-rolled coil), FU (fuel oil), M (soybean meal), RM (rapeseed meal), CF (cotton), SR (white sugar).

ParameterTypeRequiredDescription
symbolstringRoot code (RB / SC / AU / CU / AL / AG / HC / FU / M / RM / CF / SR)
start_datestring-Start date (YYYY-MM-DD)
end_datestring-End date (YYYY-MM-DD)
limitint-Max records (default 500)
GET/v1/futures/commodity/history

3. Index-Futures Snapshot

MethodEndpoint
GET/v1/futures/index/snapshot

Returns the latest (or as-of date) quote, open interest, and basis placeholder fields for the specified stock-index futures contract. basis, basis_pct, and underlying_index are populated when spot-index data is available; otherwise null.

ParameterTypeRequiredDescription
symbolstringRoot code (IF / IC / IM / IH)
datestring-As-of date (YYYY-MM-DD); omit for latest available
GET/v1/futures/index/snapshot

4. Contract List

MethodEndpoint
GET/v1/futures/symbols

Returns all available futures contracts with exchange, asset class, and display name for building client-side contract selectors.

GET/v1/futures/symbols