get_county_unemployment
Get monthly LAUS unemployment for a single US county via FIPS code. Returns latest observation or a time series for a given range, with optional annual averages.
Instructions
Get monthly LAUS unemployment data for a single US county (never seasonally adjusted — county LAUS has no SA/NSA option). Without dates, returns the latest available observation. Provide both from_date and to_date (YYYY-MM) for a time series. Set annual_only=True to return only annual averages (M13 rows). Params: fips is a 5-digit county FIPS code (e.g. '06085' for Santa Clara County, CA). For comparing multiple counties in a single period, use compare_county_unemployment instead. Source: US Bureau of Labor Statistics, Local Area Unemployment Statistics (public domain).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fips | Yes | ||
| to_date | No | ||
| from_date | No | ||
| annual_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |