$0.005
per call · USD Coin on Base
Verify a Brazilian investment fund by CNPJ against the official CVM registry: is it registered, is it operating, who is the manager (gestor) and administrator, its class and ANBIMA classification — plus the latest daily NAV, net assets and shareholder count. The instant check against fake-fund and Ponzi schemes marketed as investment funds. Free sample, no payment: https://api.brazilayer.com/v1/fundos/amostra
Endpoint
GET https://api.brazilayer.com/v1/fundos/consulta/: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/consulta/:cnpj", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.brazilayer.com/v1/fundos/consulta/:cnpj" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cnpj": "00017024000153",
"em_funcionamento": true,
"registrado_cvm": true,
"registros": [
{
"classificacao": "Renda Fixa",
"denominacao": "FUNDO EXEMPLO FIF",
"gestor": "GESTORA EXEMPLO LTDA"
}
]
}Payment details
0x3cc1d8ee1dfdfd326c19b0884b8df4b24b623f0cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment 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