bls-macro.unemployment
mock data$0.001 / callU.S. Unemployment Rate
Get U.S. national labor market data from the BLS Current Population Survey. Measures: "rate" = Unemployment Rate % (U-3, official), "participation" = Labor Force Participation Rate %, "employment_ratio" = Employment-Population Ratio %, "long_term" = Long-term Unemployed (27+ weeks, in thousands). Returns monthly data series with latest value and full history up to 10 years. Data goes back to 1948 for the unemployment rate. Use for macroeconomic research, labor market trend analysis, and policy evaluation.
Input schema
Labor market measure: "rate" = Unemployment Rate % (default), "participation" = Labor Force Participation Rate %, "employment_ratio" = Employment-Population Ratio %, "long_term" = Long-term Unemployed 27+ weeks (thousands).
Last year of data (default: current year).
First year of data (default: current year - 4).
Call via REST
curl -X POST https://unifyapi.pro/api/call/bls-macro.unemployment \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"measure":"<measure>","end_year":0,"start_year":0}'