Population
Returns the total U.S. population in thousands.
Data Details
| Attribute | Value |
|---|---|
| Source | Census Bureau / FRED |
| Frequency | Monthly |
| Unit | Thousands of persons |
| Coverage | Total resident population |
Notes
- Used for per-capita calculations
- Includes all ages
- Updated monthly with estimates, revised with census data
Examples
=Population()=Population()*1000=Population()/1000=LaborForce()/Population()*100When to Use
- Per-capita calculations
- Demographic analysis
- Market size estimates
- Economic normalization
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need labor force | LaborForce() |
| Need employed workers | EmployeesNonfarm() |
| Need participation rate | LaborForceParticipationRate() |
Common Issues & FAQ
Q: What unit is the result in? A: Thousands of persons.
Q: Does this include all ages? A: Yes, total resident population of all ages.
Q: How do I get the actual number?
A: Multiply by 1000: =Population()*1000
