United Kingdom Holdings of US Treasuries was last reported at 998.3 USD Billion as of July 1, 2026. That is up 6.21% from the prior reading of 939.9 USD Billion. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (USD Billion) |
|---|---|
| Jul 2026 | 998.3 |
| Jun 2026 | 939.9 |
| May 2026 | 948.6 |
| Apr 2026 | 937.5 |
| Mar 2026 | 927.1 |
| Feb 2026 | 897.3 |
| Jan 2026 | 879.8 |
| Dec 2025 | 863.1 |
| Nov 2025 | 879.8 |
| Oct 2025 | 875.4 |
| Date | Value (USD Billion) |
|---|---|
| Sep 2025 | 862.5 |
| Aug 2025 | 901.3 |
| Jul 2025 | 895.9 |
| Jun 2025 | 855.6 |
| May 2025 | 809.4 |
| Apr 2025 | 807.6 |
| Mar 2025 | 779.2 |
| Feb 2025 | 750.3 |
| Jan 2025 | 740.2 |
| Dec 2024 | 722.8 |
Pull the full history of United Kingdom Holdings of US Treasuries 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=GBUSTHOLDINGS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "GBUSTHOLDINGS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=GBUSTHOLDINGS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();