Série diária de contratos em aberto de uma única opção sobre futuro,
identificada por symbol.
Descubra a série em cadeia de opções sobre futuros e depois chame aqui.
Cada item é uma apuração diária. Pregão sem apuração não aparece na série.
Em commodity agrícola a posição costuma crescer perto da safra e cair depois do vencimento do contrato futuro de referência. A série mostra esse ciclo sem depender do volume, que é irregular.
Recorte o intervalo com startDate e endDate, e inverta a ordem com
sortOrder.
Plano Pro. Sem token, aceita só symbol começando com os ativos liberados
no sandbox, como BGI.
Bearer Token de API obtido no dashboard em brapi.dev/dashboard
In: header
Código da opção (ex.: BGIM26C028000).
Data inicial (YYYY-MM-DD). Padrão: 12 meses atrás.
Data final (YYYY-MM-DD). Padrão: hoje.
"desc"Value in
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/futures/options/positions/history?symbol=BGIM26C028000"{ "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", "positions": [ { "openInterest": 2441, "openInterestChange": -22, "openInterestDate": "2026-06-01", "reportDate": "2026-06-01", "isin": "BRBMEFCBMMP7", "asset": "BGI", "expirationCode": "VVNK", "reportSegment": "AGRIBUSINESS", "reportedOpenInterest": 2441, "reportedOpenInterestChange": -22, "distributionId": null, "coveredQuantity": null, "blockedQuantity": null, "uncoveredQuantity": null, "totalPositionQuantity": null, "borrowerQuantity": null, "lenderQuantity": null, "currentQuantity": null, "forwardPrice": null } ] }, "requestedAt": "2026-06-02T12:00:00.000Z", "took": 13}