Fundos
Perfil de Fundos
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.
Authorization
Bearer AuthorizationBearer <token>
Token de API obtido no dashboard em brapi.dev/dashboard
In: header
Query Parameters
symbols?string
Símbolos B3 separados por vírgula (máximo 20)
cnpjs?string
CNPJs separados por vírgula, com ou sem formatação
startDate?string
Data inicial em YYYY-MM-DD
endDate?string
Data final em YYYY-MM-DD
referenceDate?string
include?string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://brapi.dev/api/v2/funds/profile?symbols=JURO11&cnpjs=42730834000100&startDate=2026-01-01&endDate=2026-06-30"{
"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
}{
"error": true,
"message": "Parâmetros inválidos",
"code": "BAD_REQUEST"
}{
"error": true,
"message": "Token de autenticação inválido ou ausente",
"code": "UNAUTHORIZED"
}{
"error": true,
"message": "Você não tem permissão para acessar este recurso",
"code": "FORBIDDEN"
}{
"error": true,
"message": "Erro interno do servidor",
"code": "INTERNAL_SERVER_ERROR"
}