Personal Saving Rate was last reported at 3.0 % as of July 1, 2026. That is up 15.38% from the prior reading of 2.6 %. This indicator is reported Monthly and saar, and is tracked under the Consumer category. The next scheduled release is September 30, 2026.
| Date | Value (%) |
|---|---|
| Jul 2026 | 3.0 |
| Jun 2026 | 2.6 |
| May 2026 | 2.8 |
| Apr 2026 | 2.9 |
| Mar 2026 | 3.5 |
| Feb 2026 | 3.8 |
| Jan 2026 | 4.4 |
| Dec 2025 | 3.6 |
| Nov 2025 | 3.8 |
| Oct 2025 | 3.9 |
| Date | Value (%) |
|---|---|
| Sep 2025 | 4.3 |
| Aug 2025 | 4.4 |
| Jul 2025 | 4.5 |
| Jun 2025 | 4.6 |
| May 2025 | 4.9 |
| Apr 2025 | 5.5 |
| Mar 2025 | 5.1 |
| Feb 2025 | 5.2 |
| Jan 2025 | 5.1 |
| Dec 2024 | 4.3 |
Pull the full history of Personal Saving Rate 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=USSAVERATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSAVERATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSAVERATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();