UK 10-Year Gilt Yield (Monthly) was last reported at 4.99 percent as of August 1, 2026. That is up 1.15% from the prior reading of 4.93 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 4.99 |
| Jul 2026 | 4.93 |
| Jun 2026 | 4.80 |
| May 2026 | 4.94 |
| Apr 2026 | 4.82 |
| Mar 2026 | 4.70 |
| Feb 2026 | 4.43 |
| Jan 2026 | 4.45 |
| Dec 2025 | 4.48 |
| Nov 2025 | 4.50 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 4.57 |
| Sep 2025 | 4.69 |
| Aug 2025 | 4.64 |
| Jul 2025 | 4.59 |
| Jun 2025 | 4.52 |
| May 2025 | 4.60 |
| Apr 2025 | 4.58 |
| Mar 2025 | 4.64 |
| Feb 2025 | 4.51 |
| Jan 2025 | 4.66 |
Pull the full history of UK 10-Year Gilt Yield (Monthly) into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=GBGILT10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "GBGILT10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=GBGILT10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();