Fed Treasury Holdings was last reported at 4,554,450 Mil. of $ as of September 16, 2026. That is up 0.05% from the prior reading of 4,552,337 Mil. of $. This indicator is reported Weekly, As of Wednesday and not seasonally adjusted, and is tracked under the Money category. The next scheduled release is September 24, 2026.
| Date | Value (Mil. of $) |
|---|---|
| Sep 16, 2026 | 4,554,450 |
| Sep 9, 2026 | 4,552,337 |
| Sep 2, 2026 | 4,552,347 |
| Aug 26, 2026 | 4,546,169 |
| Aug 19, 2026 | 4,542,228 |
| Aug 12, 2026 | 4,538,288 |
| Aug 5, 2026 | 4,529,958 |
| Jul 29, 2026 | 4,519,654 |
| Jul 22, 2026 | 4,515,661 |
| Jul 15, 2026 | 4,509,941 |
| Date | Value (Mil. of $) |
|---|---|
| Jul 8, 2026 | 4,502,749 |
| Jul 1, 2026 | 4,492,235 |
| Jun 24, 2026 | 4,488,106 |
| Jun 17, 2026 | 4,487,319 |
| Jun 10, 2026 | 4,479,919 |
| Jun 3, 2026 | 4,469,293 |
| May 27, 2026 | 4,461,901 |
| May 20, 2026 | 4,457,712 |
| May 13, 2026 | 4,450,235 |
| May 6, 2026 | 4,434,161 |
Pull the full history of Fed Treasury Holdings 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=USFEDTSY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USFEDTSY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USFEDTSY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();