Labor Force Participation Rate
Returns the labor force participation rate, which is the percentage of the working-age population that is either employed or actively seeking employment.
Data Details
| Attribute | Value |
|---|---|
| Source | Bureau of Labor Statistics (BLS) / FRED |
| Frequency | Monthly |
| Unit | Percentage |
| Coverage | Civilian population 16+ |
Notes
- Calculated as: (Labor Force / Civilian Population 16+) x 100
- Declining rates may indicate aging population or discouraged workers
- Important for understanding true labor market slack
Examples
Current participation rate
=LaborForceParticipationRate()/100=100-LaborForceParticipationRate()When to Use
- Analyzing labor market health
- Tracking workforce engagement trends
- Demographic analysis
- Economic research on employment
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need absolute labor force size | LaborForce() |
| Need total employment | EmployeesNonfarm() |
| Need total population | Population() |
Common Issues & FAQ
Q: What does the percentage represent? A: The percentage of working-age civilians (16+) who are in the labor force (employed or actively seeking work).
Q: Why might participation rate decline? A: Aging population, more students, early retirements, or discouraged workers dropping out of job searches.
Q: How is this different from employment rate? A: Participation rate includes unemployed job seekers; employment rate only counts employed.
