United Kingdom Sovereign Bond Yields
GB ·UK Gilts ·GBP ·Europe ·20 maturities
Delayed reference yields for UK Gilts (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: 57.6 bps
United Kingdom yield curve
All maturities for GB| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 3.811% | Unlock |
| 3M | 3.927% | Unlock |
| 6M | 4.004% | Unlock |
| 1Y | 4.103% | Unlock |
| 2Y bench | 4.251% | Unlock |
| 3Y | 4.309% | Unlock |
| 4Y | 4.323% | Unlock |
| 5Y | 4.379% | Unlock |
| 6Y | 4.420% | Unlock |
| 7Y | 4.556% | Unlock |
| 8Y | 4.703% | Unlock |
| 9Y | 4.767% | Unlock |
| 10Y bench | 4.827% | Unlock |
| 12Y | 5.047% | Unlock |
| 15Y | 5.227% | Unlock |
| 20Y | 5.451% | Unlock |
| 25Y | 5.512% | Unlock |
| 30Y bench | 5.515% | Unlock |
| 40Y | 5.483% | Unlock |
| 50Y | 5.076% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current GB Gilts yields, spreads, and history.
What are United Kingdom sovereign bonds?
Gilts are sterling sovereign debt. The curve is closely watched for Bank of England policy expectations and UK inflation dynamics. On Bonds API, ISO code GB identifies UK Gilts 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 GB 10Y reference yield on that date was 4.83%. The 2Y–10Y spread was 57.6 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull United Kingdom yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context GBP and policy backdrop from the Bank of England. Available tenors on the delayed curve include 1M, 3M, 6M, 1Y, 2Y, 3Y, 4Y, 5Y, 6Y, 7Y, 8Y, 9Y, 10Y, 12Y, 15Y, 20Y, 25Y, 30Y, 40Y, 50Y.
- Market
- UK Gilts
- Currency
- GBP
- Central bank
- Bank of England
- Also known as
- Gilt yields, UK government bonds
API examples for GB
Use these endpoints to query UK Gilts with country=GB.
GET /latest
Docs →Most recent United Kingdom bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=GB&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for GB.
curl "https://bonds-api.com/api/v1/curve?country=GB&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=GB&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"