Brazil Sovereign Bond Yields
BR ·Brazilian Government Bonds ·BRL ·Americas ·9 maturities
Delayed reference yields for Brazilian Government Bonds (2Y, 10Y, 30Y, and more). Latest / live yield requires API access.
Yields as of May 27, 2026 (previous month-end close — not live). Latest / live yield requires API access. · 2Y–10Y spread: 41.0 bps
Brazil yield curve
All maturities for BRLatest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current BR Tesouro yields, spreads, and history.
What are Brazil sovereign bonds?
Brazil’s sovereign curve is a flagship emerging-market rates market, reflecting Selic policy and local inflation dynamics. On Bonds API, ISO code BR identifies Brazilian Government Bonds across available maturities.
This public page lists delayed reference yields as of May 27, 2026 (previous month-end close or the nearest prior trading day). The BR 10Y reference yield on that date was 14.15%. The 2Y–10Y spread was 41.0 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Brazil yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context BRL and policy backdrop from the Central Bank of Brazil. Available tenors on the delayed curve include 3M, 6M, 9M, 1Y, 2Y, 3Y, 5Y, 8Y, 10Y.
- Market
- Brazilian Government Bonds
- Currency
- BRL
- Central bank
- Central Bank of Brazil
- Also known as
- Brazil bond yields, Tesouro Direto, NTN-B
API examples for BR
Use these endpoints to query Brazilian Government Bonds with country=BR.
GET /latest
Docs →Most recent Brazil bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=BR&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for BR.
curl "https://bonds-api.com/api/v1/curve?country=BR&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=BR&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"