Futures K-line Data API Futures API REST API Complete K-line data for all futures contracts, covering China's four major futures exchanges and mainstream international futures markets, including commodity futures, financial futures and various types. Includes complete indicators such as opening price, highest price, lowest price, closing price, trading volume and open interest, supporting multi-period queries from minute lines to monthly lines. Data is adjusted for continuity.
Real-Time Kline
Request Parameters
Response Parameters
Code Examples
import requests
url = "https://api.itick.org/future/kline?region=US&code=NQ&kType=2&limit=10"
headers = {
"accept": "application/json"
"token": "Your Token"
}
response = requests.get(url, headers=headers)
print(response.text)
###Query URL
Response Result
{
"code": 0,
"msg": null,
"data": [
{
"tu": 31835798.75,
"c": 23535,
"t": 1754656800000,
"v": 1353,
"h": 23539.25,
"l": 23518.5,
"o": 23527.5
}
]
}- Real-Time DepthFutures Market
Real-time order book depth data for all futures contracts, covering China's four major futures exchanges and mainstream international futures markets, including multi-level buy-sell prices, order volumes and real-time order book changes. Data is accurate to the millisecond level, covering major domestic and international futures exchanges.
- Futures MarketBatch Real-Time Tick
Batch obtain real-time Tick data for multiple futures contracts, covering China's four major futures exchanges and mainstream international futures markets, including commodity futures, financial futures and all types of contracts. Provide millisecond-accurate transaction-by-transaction records, including transaction prices, trading volumes, buy/sell directions and timestamps, along with real-time order book snapshots.