High-Quality Intraday Transaction Futures Data from ChinaTickData
ChinaTickData offers comprehensive datasets featuring high-quality intraday transaction data for all securities listed on the Chinese Futures Exchanges. Our tick data is specifically designed to support quantitative trading, backtesting, machine learning, and other advanced applications.
Note: For Chinese futures, tick data is captured as two snapshots per second.
Snapshot Prices
All trades occurring between snapshots contribute to the changes in volume, reflected in both RMB amounts and contracts traded. Even if there are no changes from the most recent snapshot, a new snapshot will still be recorded, with the only update being the timestamp.
Timestamps for China Futures
All timestamps are provided in China Standard Time (CST).
Important: Excel automatically attempts to convert millisecond timestamps into its time format, which can lead to errors. Please ensure you convert the millisecond timestamps to text when importing.
Data Organisations and File Format
ChinaTickData provides market data in plain-text CSV files. The first row of the CSV file is a fixed header, and then rows of data corresponding to individual events. By default, data is organized into one file per symbol per trading day. For example, all events for ticker TF2401 on Jan 28, 2024, are stored in one CSV file.
Due to the large data size, CSV files are gzip-compressed (having a csv.gz extension) with a compression ratio of about 8:1.
Table 1 below provides the name, base event, default value, brief description, and data type for each data field (column) in the Chinese Tick data CSV file. Table column “Missing” indicates a default behavior in case the data field value is not present or cannot be calculated. The column value “Never” means that the data field value is always present.
Field | Type (Format) | Missing | Description |
Ticker | String | Never | Symbol name for a specific contract None China Financial Futures Exchanges Contract(CFFEX) [Exchange].[Contract Symbol][Last Two Digits of Expiration Year][Month of Expiration] China Financial Futures Exchange Contracts [Exchange].[Contract Symbol][Last Digits of Expiration Year][Month of Expiration] |
Datetime | String (YYYY-MM-DD hh:mm:ss:fff) | Never | Local date and time in China Standard Time including daylight saving time changes |
LastPrice | decimal | Blank | Price of the last trade |
AveragePrice | decimal | Blank | Average Traded Price for the entire trading day |
Volume | integer | Blank | Accumulated Trade Volume for the trading day |
TotalAmount | integer | Blank | Accumulated Trade Amount in RMB for the trading day |
OpenInterest | integer | Never | Number of Open Interest of the Contract at the time of snapshot |
BidPrice1 | decimal | Blank | Highest Bid Price at the time of snapshot |
BidVolume1 | 0 | 0 | Number of contracts at the highest bid price at the time of snapshot |
AskPrice1 | decimal | Blank | Lowest Ask Price at the time of snapshot |
AskVolume1 | integer | 0 | Number of contracts at the lowest ask price at the time of snapshot |