$0.005
per call · USD Coin on Base
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
Endpoint
GET https://api.brazilayer.com/v1/fundos/fluxos8
Calls / 30d
4
Unique payers / 30d
Sep 9
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/fluxos", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.brazilayer.com/v1/fundos/fluxos?dias=5" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"serie": [
{
"classificacao": "Renda Fixa",
"data": "2026-07-21",
"liquido": 29100000000
}
],
"ultimo_dia": {
"data": "2026-07-21",
"liquido_total": 28770000000,
"patrimonio_industria": 13770000000000
}
}Payment details
0x3cc1d8ee1dfdfd326c19b0884b8df4b24b623f0cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Games & Fun and the homepage with a featured placement.
More from Brazilayer Fund Industry & similar services
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
Brazilayer Fund Industry · Fundos Carteira
api.brazilayer.com
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