Opções sobre Futuros
Histórico da opção
Série diária de uma opção sobre futuro, com OHLC e volume.
get/api/v2/futures/options/historical
Query parameters
symbolstring required
Código da opção (ex.: BGIM26C028000).
Example:BGIM26C028000
startDatestring
Data inicial (YYYY-MM-DD). Padrão: 12 meses atrás.
Example:2026-05-01
endDatestring
Data final (YYYY-MM-DD). Padrão: hoje.
Example:2026-06-01
sortOrder'asc' | 'desc'
Response
Histórico.
Example response
{
"option": {
"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",
"history": [
{
"date": 1780272000,
"open": null,
"high": null,
"low": null,
"average": null,
"close": null,
"referencePrice": 68.57,
"oscillationPct": null,
"trades": null,
"volume": null,
"financialVolume": null
}
]
},
"requestedAt": "2026-06-02T12:00:00.000Z",
"took": 33
}