# Relatórios FIP
URL: /docs/fundos/fip-relatorios.mdx

Relatórios estruturados FIP trimestrais e quadrimestrais da CVM.

***

title: Relatórios FIP
description: Relatórios estruturados FIP trimestrais e quadrimestrais da CVM.
full: true
keywords: brapi, FIP, relatórios, trimestral, quadrimestral
openGraph:
title: Relatórios FIP
description: Relatórios FIP por CNPJ e tipo de documento.
type: website
locale: pt\_BR
lastUpdated: '2026-06-14T00:00:00.000Z'
lang: pt-BR
\_openapi:
method: GET
route: /api/v2/funds/fip/reports
--------------------------------

Consulta relatórios FIP por CNPJ, com suporte a `reportType=trimestral` ou
`reportType=quadrimestral`. `symbols` também funciona quando o fundo tem ticker
mapeado na base da brapi. A resposta organiza capital, cotas, classe e
composição de investidores em campos prontos para uso.





## Swagger Documentation

# brapi - API do Mercado Financeiro Brasileiro - /api/v2/funds/fip/reports

Single endpoint documentation for /api/v2/funds/fip/reports

## Base URLs

- `https://brapi.dev` - Servidor principal da API brapi
- `http://localhost:3001` - Servidor local para desenvolvimento

## GET /api/v2/funds/fip/reports

**Summary:** Relatórios estruturados FIP

Retorna relatórios trimestrais e quadrimestrais FIP com patrimônio, capital, cotas e composição de investidores em campos normalizados.

**Tags:** Fundos

### Parameters

- **symbols** (query)
- **cnpjs** (query)
- **startDate** (query)
- **endDate** (query)
- **page** (query)
- **limit** (query)
- **sortBy** (query)
- **sortOrder** (query)
- **reportType** (query)

### Responses

#### 200

Relatórios FIP

**Example Response:**

```json
{
  "reports": [
    {
      "symbol": null,
      "cnpj": "06033235000166",
      "name": "CRT FIP - MULTIESTRATÉGIA",
      "reportType": "quadrimestral",
      "referenceDate": "2026-04-30T00:00:00.000Z",
      "netEquity": 28866473.76,
      "targetAudience": "Investidores qualificados",
      "isInvestmentEntity": true,
      "investedInOtherFips": 0,
      "capital": {
        "committed": 13162950.24,
        "subscribed": 13162950.24,
        "paidIn": 13162950.24
      },
      "quotas": {
        "subscribed": 103,
        "paidIn": 13162950.24
      },
      "quotaClass": {
        "name": "1",
        "fundType": "CLASSES - FIP",
        "subscribedQuotas": 103,
        "paidInQuotas": 103,
        "quotaValue": 280257.02679611,
        "investors": 1,
        "hasDistinctEconomicRights": false,
        "hasSpecialPoliticalRights": false
      },
      "investorComposition": {
        "totalInvestors": 1,
        "totalSubscribedQuotaPercent": 100,
        "byType": {
          "closedPensionFunds": {
            "investors": 1,
            "subscribedQuotaPercent": 100
          }
        }
      }
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 20,
    "totalItems": 1,
    "totalPages": 1,
    "hasNextPage": false
  },
  "requestedAt": "2026-06-22T02:10:58.323Z",
  "took": 288
}
```

#### 400

Requisição inválida

#### 401

Não autorizado

#### 403

Acesso negado

#### 500

Erro interno do servidor

## Schemas

The following schemas are used by this endpoint:

### ErrorResponse

Erro interno do servidor

**Properties:**

- **error** (boolean) - Options: `true` *(required)*

- **message** (string) *(required)*

- **code** (string)


### FipReport

**Properties:**

- **symbol** (string) *(nullable)* *(required)*

- **cnpj** (string) *(required)*

- **name** (string) *(nullable)* *(required)*

- **reportType** (string) - Options: `trimestral`, `quadrimestral` *(required)*

- **referenceDate** (string) *(required)*

- **netEquity** (number) *(nullable)* *(required)*

- **targetAudience** (string) *(nullable)* *(required)*

- **isInvestmentEntity** (boolean) *(nullable)* *(required)*

- **investedInOtherFips** (number) *(nullable)* *(required)*

- **capital** (object) *(nullable)* *(required)*
  **Properties:**

  - **committed** (number) *(nullable)* *(required)*

  - **subscribed** (number) *(nullable)* *(required)*

  - **paidIn** (number) *(nullable)* *(required)*


- **quotas** (object) *(nullable)* *(required)*
  **Properties:**

  - **subscribed** (number) *(nullable)* *(required)*

  - **paidIn** (number) *(nullable)* *(required)*


- **quotaClass** (object) *(nullable)* *(required)*
  **Properties:**

  - **name** (string) *(nullable)* *(required)*

  - **fundType** (string) *(nullable)* *(required)*

  - **subscribedQuotas** (number) *(nullable)* *(required)*

  - **paidInQuotas** (number) *(nullable)* *(required)*

  - **quotaValue** (number) *(nullable)* *(required)*

  - **investors** (number) *(nullable)* *(required)*

  - **hasDistinctEconomicRights** (boolean) *(nullable)* *(required)*

  - **hasSpecialPoliticalRights** (boolean) *(nullable)* *(required)*


- **investorComposition** (object) *(nullable)* *(required)*
  **Properties:**

  - **totalInvestors** (number) *(nullable)* *(required)*

  - **totalSubscribedQuotaPercent** (number) *(nullable)* *(required)*

  - **byType** (object) *(required)*
    **Properties:**

    - **individuals** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **investmentFunds** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **realEstateFunds** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **openPensionFunds** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **closedPensionFunds** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **publicPensionFunds** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **commercialBanks** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **nonResidents** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **otherInvestors** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **insuranceCompanies** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **fundDistributors** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **capitalizationAndLeasingCompanies** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **financialCompanies** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **nonFinancialCompanies** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*


    - **brokersAndDistributors** (object)
      **Properties:**

      - **investors** (number) *(nullable)* *(required)*

      - **subscribedQuotaPercent** (number) *(nullable)* *(required)*





### FundPaginationMeta

**Properties:**

- **page** (number) *(required)*

- **limit** (number) *(required)*

- **totalItems** (number) *(required)*

- **totalPages** (number) *(required)*

- **hasNextPage** (boolean) *(required)*


