# Relatórios FIAGRO
URL: /docs/fundos/fiagro-relatorios.mdx

Relatórios mensais FIAGRO da CVM por símbolo ou CNPJ.

***

title: Relatórios FIAGRO
description: Relatórios mensais FIAGRO da CVM por símbolo ou CNPJ.
full: true
keywords: brapi, FIAGRO, relatórios, CVM, XPCA11, CRAA11
openGraph:
title: Relatórios FIAGRO
description: Dados mensais FIAGRO com patrimônio, valor da cota, cotistas e rendimento.
type: website
locale: pt\_BR
lastUpdated: '2026-06-14T00:00:00.000Z'
lang: pt-BR
\_openapi:
method: GET
route: /api/v2/funds/fiagro/reports
-----------------------------------

Consulta relatórios mensais FIAGRO com patrimônio, valor patrimonial por cota,
cotistas, rendimento e campos de
agro/crédito.





## Swagger Documentation

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

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

## Base URLs

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

## GET /api/v2/funds/fiagro/reports

**Summary:** Relatórios mensais FIAGRO

Retorna relatórios mensais FIAGRO com patrimônio, cotistas, rentabilidade e valores a distribuir.

**Tags:** Fundos

### Parameters

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

### Responses

#### 200

Relatórios FIAGRO

**Example Response:**

```json
{
  "reports": [
    {
      "symbol": "XPCA11",
      "cnpj": "41269527000101",
      "name": "XP CRÉDITO AGRÍCOLA-FUNDO DE INVESTIMENTO NAS CADEIAS PROD",
      "referenceDate": "2026-05-01T00:00:00.000Z",
      "version": 1,
      "isin": "BRXPCACTF004",
      "market": "BOLSA",
      "administratorName": "XP INVESTIMENTOS CORRETORA DE CÂMBIO, TÍTULOS E VAL MOB S/A",
      "managerName": "XP VISTA ASSET MANAGEMENT LTDA.",
      "totalAssets": 492323580,
      "netEquity": 487325340,
      "sharesOutstanding": 45523076,
      "navPerShare": 10.71,
      "totalInvestors": 94254,
      "monthlyReturn": 0.11,
      "patrimonialMonthlyReturn": -0.92,
      "dividendYieldMonthly": 1.03,
      "amortizationRateMonthly": 0,
      "liquidityNeeds": null,
      "incomeToDistribute": 4567754.5,
      "totalLiabilities": 4998232
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 20,
    "totalItems": 5,
    "totalPages": 1,
    "hasNextPage": false
  },
  "requestedAt": "2026-06-22T02:10:57.433Z",
  "took": 293
}
```

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


### FiagroReport

**Properties:**

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

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

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

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

- **version** (number) *(required)*

- **isin** (string) *(nullable)* *(required)*

- **market** (string) *(nullable)* *(required)*

- **administratorName** (string) *(nullable)* *(required)*

- **managerName** (string) *(nullable)* *(required)*

- **totalAssets** (number) *(nullable)* *(required)*

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

- **sharesOutstanding** (number) *(nullable)* *(required)*

- **navPerShare** (number) *(nullable)* *(required)*

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

- **monthlyReturn** (number) *(nullable)* *(required)*

- **patrimonialMonthlyReturn** (number) *(nullable)* *(required)*

- **dividendYieldMonthly** (number) *(nullable)* *(required)*

- **amortizationRateMonthly** (number) *(nullable)* *(required)*

- **liquidityNeeds** (number) *(nullable)* *(required)*

- **incomeToDistribute** (number) *(nullable)* *(required)*

- **totalLiabilities** (number) *(nullable)* *(required)*


### FundPaginationMeta

**Properties:**

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

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

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

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

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


