Opções sobre Futuros
Cadeia (calls + puts)
Cadeia completa de calls e puts de um vencimento, com o último preço de cada série.
get/api/v2/futures/options/chain
Query parameters
underlyingstring required
Código do ativo (ex.: BGI).
Example:BGI
expirationDatestring required
Data de vencimento (YYYY-MM-DD).
Example:2026-08-31
datestring
Data da cotação (YYYY-MM-DD). Padrão: último pregão.
side'call' | 'put'
Filtra por call ou put.
minStrikenumber nullable
Strike mínimo (em reais).
maxStrikenumber nullable
Strike máximo (em reais).
Response
Cadeia.
Example response
{
"underlying": "BGI",
"expirationDate": "2026-08-31",
"date": "2026-06-01",
"series": [
{
"symbol": "BGIM26C028000",
"underlyingAsset": "BGI",
"underlyingFuture": null,
"optionType": "call",
"optionStyle": "american",
"segment": "agribusiness",
"strike": 280,
"expirationDate": "2026-08-31",
"firstTradeDate": "2026-03-09",
"lastTradeDate": "2026-08-31",
"contractMultiplier": 330,
"allocationRoundLot": 1,
"exerciseType": null,
"automaticExercise": null,
"premiumUpfront": true,
"isin": "BRBMEFCBMMP7",
"cficCode": "OCAFPS",
"date": 1780272000,
"open": null,
"high": null,
"low": null,
"average": null,
"close": null,
"referencePrice": 68.57,
"oscillationPct": null,
"trades": null,
"volume": null,
"financialVolume": null
},
{
"symbol": "BGIM26P028000",
"underlyingAsset": "BGI",
"underlyingFuture": null,
"optionType": "put",
"optionStyle": "american",
"segment": "agribusiness",
"strike": 280,
"expirationDate": "2026-08-31",
"firstTradeDate": "2026-03-09",
"lastTradeDate": "2026-08-31",
"contractMultiplier": 330,
"allocationRoundLot": 1,
"exerciseType": null,
"automaticExercise": null,
"premiumUpfront": true,
"isin": "BRBMEFVBMMP7",
"cficCode": "OPAFPS",
"date": 1780272000,
"open": null,
"high": null,
"low": null,
"average": null,
"close": null,
"referencePrice": 0.01,
"oscillationPct": null,
"trades": null,
"volume": null,
"financialVolume": null
}
],
"requestedAt": "2026-06-02T12:00:00.000Z",
"took": 54
}