# Visualize posições am aberto do último Boletim Diário B3

**Use case:** 

Visualizar as posições am aberto de derivativos publicadas no último Boletim Diário da B3 (caminho Derivativos > Derivativos de Bolsa > Posições em Aberto).

## Input

```json
{
  "filter_underlying_asset": [
    "PETR",
    "VALE"
  ]
}
```

## Output

```json
{
  "instrumentoFinanceiro": {
    "label": "Instrumento Financeiro",
    "format": "string"
  },
  "codigoIsin": {
    "label": "Código ISIN",
    "format": "string"
  },
  "ativo": {
    "label": "Ativo",
    "format": "string"
  },
  "codigoDeExpiracao": {
    "label": "Código de Expiração",
    "format": "string"
  },
  "segmento": {
    "label": "Segmento",
    "format": "string"
  },
  "contratosEmAberto": {
    "label": "Contratos em Aberto",
    "format": "number"
  },
  "variacaoDeContratosEmAberto": {
    "label": "Variação de Contratos em Aberto",
    "format": "number"
  },
  "identificadorDaDistribuicao": {
    "label": "Identificador da Distribuição",
    "format": "string"
  },
  "quantidadeCoberta": {
    "label": "Quantidade Coberta",
    "format": "number"
  },
  "totalDePosicoesBloqueadas": {
    "label": "Total de Posições Bloqueadas",
    "format": "number"
  },
  "quantidadeDescoberta": {
    "label": "Quantidade Descoberta",
    "format": "number"
  },
  "totalDePosicoes": {
    "label": "Total de Posições",
    "format": "number"
  },
  "quantidadeDeTomadores": {
    "label": "Quantidade de Tomadores",
    "format": "number"
  },
  "quantidadeDeDoadores": {
    "label": "Quantidade de Doadores",
    "format": "number"
  },
  "quantidadeAtual": {
    "label": "Quantidade Atual",
    "format": "number"
  },
  "contratosTravados": {
    "label": "Contratos Travados",
    "format": "number"
  },
  "contratosBaixadosPorTransferencia": {
    "label": "Contratos Baixados por Transferência",
    "format": "number"
  },
  "precoATermo": {
    "label": "Preço a Termo",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [B3 - Boletim Diário - Derivativos - Posições em Aberto](https://apify.com/serj_henrique/b3-boletim-diario-derivativos-posicoes-em-aberto) with a specific input configuration. Visit the [Actor detail page](https://apify.com/serj_henrique/b3-boletim-diario-derivativos-posicoes-em-aberto) to learn more, explore other use cases, and run it yourself.