# Perfil de Fundos
URL: /docs/fundos/perfil.mdx

Perfil mensal CVM FI/FIF com investidores, risco e liquidez.

***

title: Perfil de Fundos
description: Perfil mensal CVM FI/FIF com investidores, risco e liquidez.
full: true
keywords: brapi, fundos, perfil, risco, liquidez, cotistas
openGraph:
title: Perfil de Fundos
description: Perfil mensal CVM FI/FIF em seções normalizadas.
type: website
locale: pt\_BR
lastUpdated: '2026-06-14T00:00:00.000Z'
lang: pt-BR
\_openapi:
method: GET
route: /api/v2/funds/profile
----------------------------

Retorna o perfil mensal do fundo em seções prontas para uso: distribuição de
cotistas, risco, liquidez, concentração e exposição a crédito privado.





## Swagger Documentation

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

Single endpoint documentation for /api/v2/funds/profile

## Base URLs

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

## GET /api/v2/funds/profile

**Summary:** Perfil mensal CVM FI/FIF

Retorna perfil mensal de investidores, risco, liquidez, concentração e crédito privado.

**Tags:** Fundos

### Parameters

- **symbols** (query)
- **cnpjs** (query)
- **startDate** (query)
- **endDate** (query)
- **referenceDate** (query)
- **include** (query)

### Responses

#### 200

Perfis

**Example Response:**

```json
{
  "profiles": [
    {
      "symbol": "JURO11",
      "cnpj": "42730834000100",
      "referenceDate": "2026-05-31T00:00:00.000Z",
      "investorBreakdown": {
        "other": 0,
        "fundsOrClubs": 1,
        "nonResidents": 0,
        "otherPercent": 0,
        "legalEntities": 0,
        "individualRetail": 0,
        "fundsOrClubsPercent": 100,
        "nonResidentsPercent": 0,
        "legalEntitiesPercent": 0,
        "individualRetailPercent": 0
      },
      "risk": {
        "riskModel": "Modelos Não-Paramétricos",
        "portfolioVar": 0,
        "dailyQuotaVariationPercent": 0,
        "privateCreditExposurePercent": 0,
        "stressedDailyQuotaVariationPercent": 0
      },
      "liquidity": null,
      "concentration": {
        "topCotistaPercent": 0
      },
      "privateCredit": {
        "exposurePercent": 0
      }
    }
  ],
  "requestedAt": "2026-06-22T02:10:56.983Z",
  "took": 152
}
```

#### 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)


### FundProfile

**Properties:**

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

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

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

- **investorBreakdown** (object) *(nullable)* *(required)*

- **risk** (object) *(nullable)* *(required)*

- **liquidity** (object) *(nullable)* *(required)*

- **concentration** (object) *(nullable)* *(required)*

- **privateCredit** (object) *(nullable)* *(required)*


