FuturosOpções sobre Futuros
Cadeia de Opções sobre Futuros
Carregando conteúdo...
Retorna todas as séries (calls e puts) do vencimento, com o último preço até a data pedida.
Cada série tem:
symbol, optionType (call/put), optionStyle
(american/european), strike, expirationDate, contractMultiplier,
allocationRoundLot, automaticExercise.referencePrice, oscillationPct, trades,
volume, financialVolume.Filtros opcionais: side=call|put, minStrike, maxStrike.
A maioria das séries longe do preço atual tem pouca negociação. close
pode vir null em muitas linhas — o referencePrice pode estar
preenchido mesmo sem negócio.
Plano Pro. Sem token, aceita só underlying=BGI.
Bearer Token de API obtido no dashboard em brapi.dev/dashboard
In: header
Código do ativo (ex.: BGI).
Data de vencimento (YYYY-MM-DD).
Data da cotação (YYYY-MM-DD). Padrão: último pregão.
Filtra por call ou put.
Value in
Strike mínimo (em reais).
Strike máximo (em reais).
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/futures/options/chain?underlying=BGI&expirationDate=2026-08-31"{ "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}