US Futures Trade Only
GET/api/v1/data/us-futures/fut-trades/:trade_date/:ticker
The U.S. Futures Trade-Only dataset provides tick-level intraday trade data for CME-listed futures contracts, constructed by filtering quote events from the consolidated trade and quote (TAQ) feed. Each record represents an executed trade and includes core execution attributes such as price, quantity, trade aggressor flag (indicating whether the buyer or seller initiated the trade), and exchange condition codes, which provide additional context about trade execution. Trades are timestamped with millisecond resolution, enabling high-precision sequencing and detailed intraday analysis. The dataset covers major futures contracts traded on U.S. exchanges, including products listed on CME, CBOT, COMEX, and NYMEX. Data is organized in UTC, with local exchange timestamps in Chicago time (CT) included to align with standard futures-market conventions. By excluding quote updates, the dataset offers a focused view of pure trade activity, suitable for execution analysis, volume studies, and trade-based signal research.
For more details, please refer to the dataset documentation: US Futures Trade Only Guide.
Advanced Filtering
You can provide one or multiple filter expressions based on the dataset's columns to narrow down the results. For example, StartDate.gt=2023-01-01&StartDate.lt=2023-12-31, Ticker=AAPL.
Please refer to the Advanced Filtering Guide for the extensive reference.
Request
Responses
- 200
- 403
- 422
- 429
JSON, CSV file, or gzip-compressed CSV file, depending on the value of response_format query parameter
Forbidden
Validation Error
Request rejected because the identity or team exceeded a configured monthly or per-minute usage quota. When available, the response includes rate-limit headers describing the current quota.
Response Headers
Configured quota limit for the resource that was exceeded.
Remaining quota before the limit is reached. This is 0 when the request is rejected.
Number of seconds left in the current quota period before usage resets.