Population was last reported at 342,909 Thousands as of July 1, 2026. That is up 0.03% from the prior reading of 342,822 Thousands. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Growth category. The next scheduled release is September 30, 2026.
| Date | Value (Thousands) |
|---|---|
| Jul 2026 | 342,909 |
| Jun 2026 | 342,822 |
| May 2026 | 342,746 |
| Apr 2026 | 342,680 |
| Mar 2026 | 342,627 |
| Feb 2026 | 342,581 |
| Jan 2026 | 342,540 |
| Dec 2025 | 342,495 |
| Nov 2025 | 342,439 |
| Oct 2025 | 342,366 |
| Date | Value (Thousands) |
|---|---|
| Sep 2025 | 342,277 |
| Aug 2025 | 342,178 |
| Jul 2025 | 342,076 |
| Jun 2025 | 341,945 |
| May 2025 | 341,784 |
| Apr 2025 | 341,632 |
| Mar 2025 | 341,496 |
| Feb 2025 | 341,378 |
| Jan 2025 | 341,268 |
| Dec 2024 | 341,149 |
Pull the full history of Population 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=USPOP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPOP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPOP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();