Product Overview

GET
/futures/vX/products/{product_code}
Futures REST access is currently in beta and coming soon.

Retrieve detailed information about a single futures product as of a specified date, including its asset class, exchange code, full product name, settlement details, pricing quotation, sector classifications, and unit of measure. Optional parameters such as product type (single or combo) and as_of allow you to capture the product’s state on a specific day, providing essential context for trading decisions and system integrations.

Use Cases: Product specification, historical product checks, risk management, trading system integration.

Path Parameters
product_code
string
required
The unique identifier for a product.
Query Parameters
type
enum (string)
The type of product to return. One of "single" or "combo" (default=single).
as_of
string
A date string in the format YYYY-MM-DD. Note that the data returned is the state of this product's data at that point-in-time.
Response Attributes
request_id
string
optional
A unique identifier for this request.
results
object
optional
as_of
string
optional
The point-in-time date for the given product - e.g. if 'as_of' is set to 2024-11-05, then these were the details for this product on that day.
asset_class
string
optional
The asset class to which the product belongs.
asset_sub_class
string
optional
The asset sub-class to which the product belongs.
clearing_channel
enum (exchange_only, exchange_and_otc)
optional
The clearing channel for this product. Indicates whether the product can be cleared only through exchanges or through both exchanges and over-the-counter.
last_updated
string
optional
The date and time at which this product was last updated.
name
string
optional
The full name of the product.
price_quotation
string
optional
The quoted price for this product.
product_code
string
The unique identifier for the product.
sector
string
optional
The sector to which the product belongs.
settlement_currency_code
string
optional
The currency in which this product settles.
settlement_method
string
optional
The method of settlement for this product (Financially Settled or Deliverable).
settlement_type
string
optional
The type of settlement for this product.
sub_sector
string
optional
The sub-sector to which the product belongs.
trade_currency_code
string
optional
The currency in which this product trades.
trading_venue
string
optional
The trading venue (MIC) for the exchange on which this contract trades.
type
string
optional
The type of product, one of "single" or "combo".
unit_of_measure
string
optional
The unit of measure for this product.
unit_of_measure_quantity
number
optional
The quantity of the unit of measure for this product.
status
string
optional
The status of this request's response.
Code Examples
Query URL
GET
Log in or Sign up to Polygon to run a query. It's free.
Scroll to see updated query response
Response Object
Did you find this page helpful?
Do you still need help with something?