latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

us_futures

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.

get/futures/v1/products

Query parameters

namestring

The full name of the product.

name.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

name.gtstring

Filter greater than the value.

name.gtestring

Filter greater than or equal to the value.

name.ltstring

Filter less than the value.

name.ltestring

Filter less than or equal to the value.

product_codestring

The identifier for the product.

product_code.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

product_code.gtstring

Filter greater than the value.

product_code.gtestring

Filter greater than or equal to the value.

product_code.ltstring

Filter less than the value.

product_code.ltestring

Filter less than or equal to the value.

datestring

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'.

date.gtstring

Filter greater than the value. Value must be formatted 'yyyy-mm-dd'.

date.gtestring

Filter greater than or equal to the value. Value must be formatted 'yyyy-mm-dd'.

date.ltstring

Filter less than the value. Value must be formatted 'yyyy-mm-dd'.

date.ltestring

Filter less than or equal to the value. Value must be formatted 'yyyy-mm-dd'.

trading_venuestring

The trading venue (MIC) for the exchange on which this product's contracts trade.

trading_venue.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

trading_venue.gtstring

Filter greater than the value.

trading_venue.gtestring

Filter greater than or equal to the value.

trading_venue.ltstring

Filter less than the value.

trading_venue.ltestring

Filter less than or equal to the value.

sector'asia' | 'base' | 'biofuels' | 'coal' | 'cross_rates' | 'crude_oil' | 'custom_index' | 'dairy' | 'dj_ubs_ci' | 'electricity' | 'emissions' | 'europe' | 'fertilizer' | 'forestry' | 'grains_and_oilseeds' | 'intl_index' | 'liq_nat_gas_lng' | 'livestock' | 'long_term_gov' | 'long_term_non_gov' | 'majors' | 'minors' | 'nat_gas' | 'nat_gas_liq_petro' | 'precious' | 'refined_products' | 's_and_p_gsci' | 'sel_sector_index' | 'short_term_gov' | 'short_term_non_gov' | 'softs' | 'us' | 'us_index' | 'wet_bulk'

The sector to which the product belongs.

sector.any_of'asia' | 'base' | 'biofuels' | 'coal' | 'cross_rates' | 'crude_oil' | 'custom_index' | 'dairy' | 'dj_ubs_ci' | 'electricity' | 'emissions' | 'europe' | 'fertilizer' | 'forestry' | 'grains_and_oilseeds' | 'intl_index' | 'liq_nat_gas_lng' | 'livestock' | 'long_term_gov' | 'long_term_non_gov' | 'majors' | 'minors' | 'nat_gas' | 'nat_gas_liq_petro' | 'precious' | 'refined_products' | 's_and_p_gsci' | 'sel_sector_index' | 'short_term_gov' | 'short_term_non_gov' | 'softs' | 'us' | 'us_index' | 'wet_bulk'

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

sub_sector'asian' | 'canadian' | 'cat' | 'cooling_degree_days' | 'ercot' | 'european' | 'gulf' | 'heating_degree_days' | 'iso_ne' | 'large_cap_index' | 'mid_cap_index' | 'miso' | 'north_american' | 'nyiso' | 'pjm' | 'small_cap_index' | 'west' | 'western_power'

The sub-sector to which the product belongs.

sub_sector.any_of'asian' | 'canadian' | 'cat' | 'cooling_degree_days' | 'ercot' | 'european' | 'gulf' | 'heating_degree_days' | 'iso_ne' | 'large_cap_index' | 'mid_cap_index' | 'miso' | 'north_american' | 'nyiso' | 'pjm' | 'small_cap_index' | 'west' | 'western_power'

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

asset_class'alt_investment' | 'commodity' | 'financials'

The asset class to which the product belongs.

asset_class.any_of'alt_investment' | 'commodity' | 'financials'

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

asset_sub_class'agricultural' | 'commodity_index' | 'energy' | 'equity' | 'foreign_exchange' | 'freight' | 'housing' | 'interest_rate' | 'metals' | 'weather'

The asset sub-class to which the product belongs.

asset_sub_class.any_of'agricultural' | 'commodity_index' | 'energy' | 'equity' | 'foreign_exchange' | 'freight' | 'housing' | 'interest_rate' | 'metals' | 'weather'

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

type'single' | 'combo'

The type of product, one of 'single' or 'combo'. Leaving this filter blank will query for both 'single' and 'combo' types.

type.any_of'single' | 'combo'

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

limitinteger

Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.

sortstring

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.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.