Bls Local Unemployment
bls_local_unemploymentLook up the current LOCAL-AREA unemployment rate (or employment/labor force) for a US county, metro area (MSA), or city/town by NAME — e.g. "Wake County, NC", "Cary, North Carolina", "Fargo-Moorhead MSA". Resolves the place to its BLS LAUS series id (bls_get_series cannot do this; it needs a series ID, not a place name) and returns recent monthly data. Falls back to the county when a city is below the LAUS city-reporting threshold, and says so. Data is NOT seasonally adjusted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | Yes | Place name: a county ("Wake County"), metro area ("Fargo-Moorhead MSA", "Raleigh-Cary MSA"), or city/town ("Cary"). Include "County" or "MSA"/"Metro" in the name to disambiguate the kind when it matters. | |
| state | No | US state, 2-letter code or full name (e.g. "NC" or "North Carolina"). Optional if already included in `place` (e.g. "Cary, NC"). | |
| months | No | How many most-recent monthly observations to return. Default 12. | |
| _apiKey | No | BLS registration key (optional, increases rate limits) | |
| measure | No | One of: "rate" (unemployment rate, default), "unemployment" (level), "employment" (level), "labor_force" (level). |