Local Area Unemployment Statistics (LAUS), Annual Average
This dataset contains the Local Area Unemployment Statistics (LAUS), annual averages from 1990 to 2022.
The Local Area Unemployment Statistics (LAUS) program is a Federal-State cooperative effort in which monthly estimates of total employment and unemployment are prepared for approximately 7,300 areas, including counties, cities and metropolitan statistical areas. These estimates are key indicators of local economic conditions. The Bureau of Labor Statistics (BLS) of the U.S. Department of Labor is responsible for the concepts, definitions, technical procedures, validation, and publication of the estimates that State employment security agencies prepare under agreement with BLS. Estimates for the remainder of the substate labor market areas are produced through a building-block approach known as the "Handbook method." This procedure also uses data from several sources, including the CPS, the CES program, State UI systems, and the decennial census, to create estimates that are adjusted to the statewide measures of employment and unemployment. Below the labor market area level, estimates are prepared using disaggregation techniques based on inputs from the decennial census, annual population estimates, and current UI data.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"edd-ca-gov/local-area-unemployment-statistics-laus-annual-7jbb-3rb8\".\"local_area_unemployment_statistics_laus_annual\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.