ad6f143e43aa
Futures Products API
The Products API is a unified source for discovering all supported futures products and retrieving full product specifications. It returns the complete product universe with product codes, names, exchange identifiers, sector and asset class classifications, product type, settlement method, and pricing and quotation details. You can filter by name, exchange, sector, asset class, product type, or date to capture the product set or product definition that existed at a specific point in time. It also retrieves the full specification for a single product, supporting accurate system configuration, analytics, trading workflows, and historical reconciliation.
Use Cases: Product specification, historical product checks, risk management, trading system integration.
Query parameters
The full name of the product.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
Filter greater than the value.
Filter greater than or equal to the value.
Filter less than the value.
Filter less than or equal to the value.
The identifier for the product.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
Filter greater than the value.
Filter greater than or equal to the value.
Filter less than the value.
Filter less than or equal to the value.
A date string in the format YYYY-MM-DD. This parameter will return point-in-time information about products for the specified day. Value must be formatted 'yyyy-mm-dd'.
Filter greater than the value. Value must be formatted 'yyyy-mm-dd'.
Filter greater than or equal to the value. Value must be formatted 'yyyy-mm-dd'.
Filter less than the value. Value must be formatted 'yyyy-mm-dd'.
Filter less than or equal to the value. Value must be formatted 'yyyy-mm-dd'.
The trading venue (MIC) for the exchange on which this product's contracts trade.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
Filter greater than the value.
Filter greater than or equal to the value.
Filter less than the value.
Filter less than or equal to the value.
The sector to which the product belongs.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
The sub-sector to which the product belongs.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
The asset class to which the product belongs.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
The asset sub-class to which the product belongs.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
The type of product, one of 'single' or 'combo'. Leaving this filter blank will query for both 'single' and 'combo' types.
Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.
A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'date' if not specified. The sort order defaults to 'asc' if not specified.
Response
A list of results.