$0.01
per call · USD Coin on Base
A Brazilian fund's equity holdings from the official CVM portfolio disclosure (CDA): every stock/BDR it holds in its latest disclosed month — ticker, quantity, market value, and how much it bought and sold that month. Disclosure is per-fund and lagged up to 90 days by law; funds with no equities do not appear. Free sample, no payment: https://api.brazilayer.com/v1/fundos/amostra
Endpoint
GET https://api.brazilayer.com/v1/fundos/carteira/:cnpj3
Calls / 30d
1
Unique payers / 30d
Sep 7
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.brazilayer.com/v1/fundos/carteira/:cnpj", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.brazilayer.com/v1/fundos/carteira/:cnpj" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cnpj": "00000000000191",
"competencia": "2026-04-30",
"posicoes": [
{
"cd_ativo": "PETR4",
"comprado_no_mes": 200000,
"quantidade": 1000000,
"valor_mercado": 38000000
}
],
"valor_total_acoes": 125000000
}Payment details
0x3cc1d8ee1dfdfd326c19b0884b8df4b24b623f0cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Brazilayer Fund Industry & similar services
Brazilayer Fund Industry · Fundos Fluxos
api.brazilayer.com
Where Brazilian institutional money moved today: daily net flows (subscriptions minus redemptions) by fund class — fixed income, equities, multi-strategy, FX — across the entire R$ 13.8 trillion Brazilian fund industry, from official CVM filings covering ~25,000 fund classes. The emerging-market equivalent of smart-money netflow, from the regulator itself. Free sample, no payment: https://api.brazilayer.com/v1/fundos/amostra
Brazilayer Fund Industry · Fundos Ranking
api.brazilayer.com
Rank and screen Brazilian investment funds from official CVM data: largest by net assets, biggest net inflows over a window, or most shareholders — filterable by class (Renda Fixa, Ações, Multimercado, Cambial). Returns fund name, manager, administrator, NAV, assets and flows. Fund screening over the whole R$ 13.8tn industry. Free sample, no payment: https://api.brazilayer.com/v1/fundos/amostra
Brazilayer Fund Industry · Fundos Movimentacoes
api.brazilayer.com
What Brazilian funds are buying and selling, stock by stock, from the official CVM portfolio disclosure (CDA): for the latest consolidated month, the amount bought and sold per ticker across all disclosing funds, and the net flow — the institutional "smart money" signal per Brazilian stock. Defaults to the most recent month with broad disclosure. Free sample, no payment: https://api.brazilayer.com/v1/fundos/amostra