v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBAssets
Get an option contract by ID or Symbol (BETA)
Get an option contract by symbol or contract ID. The symbol or id should be passed in as a path parameter.
get/v1/options/contracts/{symbol_or_id}
Response
An option contract
Example response
{
"close_price": "148.38",
"close_price_date": "2023-12-11",
"deliverables": [
{
"allocation_percentage": "100",
"amount": "100",
"asset_id": "b0b6dd9d-8b9b-48a9-ba46-b9d54906e415",
"settlement_method": "CCC",
"settlement_type": "T+2",
"symbol": "AAPL",
"type": "equity"
}
],
"expiration_date": "2025-06-20",
"id": "98359ef7-5124-49f3-85ea-5cf02df6defa",
"multiplier": "100",
"name": "AAPL Jun 20 2025 100 Call",
"open_interest": "237",
"open_interest_date": "2023-12-11",
"root_symbol": "AAPL",
"size": "100",
"status": "active",
"strike_price": "100",
"style": "american",
"symbol": "AAPL250620C00100000",
"tradable": true,
"type": "call",
"underlying_asset_id": "b0b6dd9d-8b9b-48a9-ba46-b9d54906e415",
"underlying_symbol": "AAPL"
}