Emissões / Fundos

Listagem de emissões

get

Lista emissões

Autorizações
Parâmetros de rota
versionanyObrigatório
Parâmetros de consulta
orderingstringOpcional

Which field to use when ordering the results.

datestringOpcional
year_datenumberOpcional
typestringOpcional
due_datestringOpcional
originator_namestringOpcional
originator_nicknamestringOpcional
concentrationstringOpcional
qstringOpcional
pageintegerOpcional

A page number within the paginated result set.

page_sizeintegerOpcional

Number of results to return per page.

Respostas
200Sucesso
application/json
get
GET /api/public/{version}/emission/ HTTP/1.1
Host: operacoes.vert-capital.com
Authorization: Basic username:password
Accept: */*
200Sucesso
{
  "count": 1,
  "next": "https://example.com",
  "previous": "https://example.com",
  "results": [
    {
      "id": 1,
      "number": "text",
      "date": "2025-07-01",
      "series": "text",
      "all_series_status": "text",
      "customer": [
        {
          "id": 1,
          "name": "text",
          "person_type": "legal_person",
          "payment_type": 1,
          "nickname": "text",
          "nickname_b3": "text",
          "document": "text",
          "state_registration": "text",
          "city_registration": "text",
          "participations": [
            1
          ],
          "participant_group": 1,
          "participations_obj": [
            {
              "id": 1,
              "name": "text",
              "service": true,
              "slug": "text",
              "structure": "Securitizadora"
            }
          ],
          "addresses": "text"
        }
      ],
      "number_patrimonies": 1,
      "concentration": "text",
      "segment": "text",
      "type": "",
      "company": "",
      "trustee": [
        {
          "person": {
            "name": "text",
            "payment_type": 1,
            "nickname": "text",
            "document": "text",
            "addresses": [
              1
            ]
          },
          "participation": {
            "id": 1,
            "name": "text",
            "service": true,
            "slug": "text",
            "structure": "Securitizadora"
          }
        }
      ],
      "custodian": [
        {
          "name": "text",
          "payment_type": 1,
          "nickname": "text",
          "document": "text",
          "addresses": [
            1
          ]
        }
      ],
      "emission_name": "text",
      "emission_code_name": "text",
      "emission_file": "text",
      "emission_volume": "text",
      "series_code": "text",
      "debtor": {
        "name": "text",
        "payment_type": 1,
        "nickname": "text",
        "document": "text",
        "addresses": [
          1
        ]
      },
      "originator": {
        "name": "text",
        "payment_type": 1,
        "nickname": "text",
        "document": "text",
        "addresses": [
          1
        ]
      },
      "assignor": {
        "name": "text",
        "payment_type": 1,
        "nickname": "text",
        "document": "text",
        "addresses": [
          1
        ]
      },
      "guarantee_type": [
        {
          "id": 1,
          "name": "text"
        }
      ],
      "lastro_types": [
        {
          "id": 1,
          "name": "text"
        }
      ],
      "structure_image": "https://example.com",
      "structure_text": "text"
    }
  ]
}

Dados de uma emissão

get

Busca Emissão por ID

Autorizações
Parâmetros de rota
idanyObrigatório

A unique integer value identifying this Emissão.

versionanyObrigatório
Respostas
200Sucesso
application/json
get
GET /api/public/{version}/emission/{id}/ HTTP/1.1
Host: operacoes.vert-capital.com
Authorization: Basic username:password
Accept: */*
200Sucesso
{
  "id": 1,
  "number": "text",
  "date": "2025-07-01",
  "series": "text",
  "all_series_status": "text",
  "customer": [
    {
      "id": 1,
      "name": "text",
      "person_type": "legal_person",
      "payment_type": 1,
      "nickname": "text",
      "nickname_b3": "text",
      "document": "text",
      "state_registration": "text",
      "city_registration": "text",
      "participations": [
        1
      ],
      "participant_group": 1,
      "participations_obj": [
        {
          "id": 1,
          "name": "text",
          "service": true,
          "slug": "text",
          "structure": "Securitizadora"
        }
      ],
      "addresses": "text"
    }
  ],
  "number_patrimonies": 1,
  "concentration": "text",
  "segment": "text",
  "type": "",
  "company": "",
  "trustee": [
    {
      "person": {
        "name": "text",
        "payment_type": 1,
        "nickname": "text",
        "document": "text",
        "addresses": [
          1
        ]
      },
      "participation": {
        "id": 1,
        "name": "text",
        "service": true,
        "slug": "text",
        "structure": "Securitizadora"
      }
    }
  ],
  "custodian": [
    {
      "name": "text",
      "payment_type": 1,
      "nickname": "text",
      "document": "text",
      "addresses": [
        1
      ]
    }
  ],
  "emission_name": "text",
  "emission_code_name": "text",
  "emission_file": "text",
  "emission_volume": "text",
  "series_code": "text",
  "debtor": {
    "name": "text",
    "payment_type": 1,
    "nickname": "text",
    "document": "text",
    "addresses": [
      1
    ]
  },
  "originator": {
    "name": "text",
    "payment_type": 1,
    "nickname": "text",
    "document": "text",
    "addresses": [
      1
    ]
  },
  "assignor": {
    "name": "text",
    "payment_type": 1,
    "nickname": "text",
    "document": "text",
    "addresses": [
      1
    ]
  },
  "guarantee_type": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "lastro_types": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "structure_image": "https://example.com",
  "structure_text": "text"
}

Listagem das séries de uma emissão

get
Autorizações
Parâmetros de rota
idanyObrigatório
versionanyObrigatório
Parâmetros de consulta
pageintegerOpcional

A page number within the paginated result set.

page_sizeintegerOpcional

Number of results to return per page.

Respostas
200Sucesso
application/json
get
GET /api/public/{version}/emission/{id}/series HTTP/1.1
Host: operacoes.vert-capital.com
Authorization: Basic username:password
Accept: */*
200Sucesso
{
  "count": 1,
  "next": "https://example.com",
  "previous": "https://example.com",
  "results": [
    {
      "id": 1,
      "name": "text",
      "type": "text",
      "patrimony": 1,
      "emission_id": 1,
      "priority": 1,
      "number": "text",
      "remuneration": "text",
      "capitalization_start_date": "2025-07-01",
      "due_date": "2025-07-01",
      "place_of_negotiation": "text",
      "code_cetip": "text",
      "code_isin": "text",
      "number_series_titles": 1,
      "unit_price": "text",
      "tax_type": "text",
      "capitalization": "text",
      "currency": "text",
      "tax": "text",
      "offer_type": "text",
      "serie_volume": "text",
      "subordinate_percentage": "text",
      "emission_subordinate_percentage": "text"
    }
  ]
}

Atualizado

Isto foi útil?