Singapore Sovereign Bond Yields
SG ·Singapore Government Securities ·SGD ·Asia-Pacific ·12 maturities
Delayed reference yields for Singapore Government Securities (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: 67.0 bps
Singapore yield curve
All maturities for SG| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 1.339% | Unlock |
| 3M | 1.398% | Unlock |
| 6M | 1.419% | Unlock |
| 9M | 1.460% | Unlock |
| 1Y | 1.470% | Unlock |
| 2Y bench | 1.405% | Unlock |
| 5Y | 1.741% | Unlock |
| 10Y bench | 2.075% | Unlock |
| 15Y | 2.085% | Unlock |
| 20Y | 2.046% | Unlock |
| 30Y bench | 2.086% | Unlock |
| 50Y | 2.181% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current SG SGS yields, spreads, and history.
What are Singapore sovereign bonds?
Singapore Government Securities set the SGD curve and serve as a regional safe-asset reference in Asia. On Bonds API, ISO code SG identifies Singapore Government Securities 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 SG 10Y reference yield on that date was 2.08%. The 2Y–10Y spread was 67.0 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Singapore yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context SGD and policy backdrop from the Monetary Authority of Singapore. Available tenors on the delayed curve include 1M, 3M, 6M, 9M, 1Y, 2Y, 5Y, 10Y, 15Y, 20Y, 30Y, 50Y.
- Market
- Singapore Government Securities
- Currency
- SGD
- Central bank
- Monetary Authority of Singapore
- Also known as
- Singapore bond yields, SGS yields
API examples for SG
Use these endpoints to query Singapore Government Securities with country=SG.
GET /latest
Docs →Most recent Singapore bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=SG&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for SG.
curl "https://bonds-api.com/api/v1/curve?country=SG&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=SG&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"