South Africa Sovereign Bond Yields
ZA ·South African Government Bonds ·ZAR ·Middle East & Africa ·7 maturities
Delayed reference yields for South African 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.
South Africa yield curve
All maturities for ZALatest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current ZA SAGBs yields, spreads, and history.
What are South Africa sovereign bonds?
SAGBs are Africa’s most liquid local-currency sovereign market and a key EM rates and FX crossover trade. On Bonds API, ISO code ZA identifies South African 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 ZA 10Y reference yield on that date was 8.47%. Latest / live yield requires API access.
Developers use Bonds API to pull South Africa yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context ZAR and policy backdrop from the South African Reserve Bank. Available tenors on the delayed curve include 3M, 5Y, 10Y, 12Y, 20Y, 25Y, 30Y.
- Market
- South African Government Bonds
- Currency
- ZAR
- Central bank
- South African Reserve Bank
- Also known as
- South Africa bond yields, SAGB yields
API examples for ZA
Use these endpoints to query South African Government Bonds with country=ZA.
GET /latest
Docs →Most recent South Africa bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=ZA&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for ZA.
curl "https://bonds-api.com/api/v1/curve?country=ZA&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=ZA&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"