Reserve Balances with the Fed was last reported at 3,013,794 Mil. of $ as of September 16, 2026. That is up 0.75% from the prior reading of 2,991,310 Mil. of $. This indicator is reported Weekly, Ending 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 | 3,013,794 |
| Sep 9, 2026 | 2,991,310 |
| Sep 2, 2026 | 2,894,531 |
| Aug 26, 2026 | 2,924,936 |
| Aug 19, 2026 | 2,935,287 |
| Aug 12, 2026 | 2,944,059 |
| Aug 5, 2026 | 2,993,349 |
| Jul 29, 2026 | 2,984,570 |
| Jul 22, 2026 | 3,062,149 |
| Jul 15, 2026 | 3,142,721 |
| Date | Value (Mil. of $) |
|---|---|
| Jul 8, 2026 | 3,098,911 |
| Jul 1, 2026 | 2,966,897 |
| Jun 24, 2026 | 2,951,416 |
| Jun 17, 2026 | 3,033,444 |
| Jun 10, 2026 | 3,080,723 |
| Jun 3, 2026 | 3,013,902 |
| May 27, 2026 | 3,066,560 |
| May 20, 2026 | 3,129,562 |
| May 13, 2026 | 3,102,810 |
| May 6, 2026 | 3,032,588 |
Pull the full history of Reserve Balances with the Fed 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=USRESBAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRESBAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRESBAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();