Unemployment (ACS)
The share of each Georgia community's civilian labor force that is unemployed - American Community Survey 5-year averages down to the census-tract level.
- 2020–2024
- annual
- 1.0.0
- 610c57ed3696
Resumen
Unemployment from the American Community Survey 5-year estimates (detailed table B23025, Employment Status for the Population 16 Years and Over), for Georgia at state, county, school district, and census tract geography, vintages 2020-2024: the unemployed share of the civilian labor force, with the underlying counts and 90 percent margins of error.
Granularidad de fila: Una fila por year, county_fips, district_code, tract_geoid.
unemployment_rate — Unemployment Rate (proportion)
El valor principal que la mayoría de las consultas busca.
Variables
Todas las columnas de la tabla de hechos. El código es el nombre exacto del campo que devuelve la API.
| Columna | Tipo | Unidad | Rango | ¿Nulo? | Descripción |
|---|---|---|---|---|---|
year | integer | — | — | no | ACS 5-year vintage END year: 2024 covers the pooled 2020-2024 survey period. Consecutive vintages overlap.Descripción completa▾ACS 5-year vintage END year: 2024 covers the pooled 2020-2024 survey period. Consecutive vintages overlap. |
county_fips | string | — | — | yes | 5-digit county FIPS code (state 13 + county). Populated only on county-level rows.Descripción completa▾5-digit county FIPS code (state 13 + county). Populated only on county-level rows. |
district_code | string | — | — | yes | GCD school district code (FK to the education districts dimension). Populated only on district-level rows - Census unified-school-district estimates mapped onto the ~180 standard districts.Descripción completa▾GCD school district code (FK to the education districts dimension). Populated only on district-level rows - Census unified-school-district estimates mapped onto the ~180 standard districts. |
tract_geoid | string | — | — | yes | 11-digit census tract GEOID (2020 boundaries). Populated only on tract-level rows.Descripción completa▾11-digit census tract GEOID (2020 boundaries). Populated only on tract-level rows. |
unemployment_rate | number | — | yes | Unemployed share of the civilian labor force.Descripción completa▾Unemployed residents as a share of the civilian labor force (0-1), derived as num_unemployed / num_civilian_labor_force. NULL when the geography has no civilian labor force. A 5-year survey average - not the official BLS LAUS series. | |
unemployment_rate_moe | number | — | yes | 90 percent margin of error for unemployment_rate, derived from the published count margins with the Census ratio formula. Never the headline metric.Descripción completa▾90 percent margin of error for unemployment_rate, derived from the published count margins with the Census ratio formula. Never the headline metric. | |
num_unemployed | integer | — | yes | Unemployed civilians 16 and over (ACS estimate) - the rate's numerator.Descripción completa▾Unemployed civilians 16 and over (ACS estimate) - the rate's numerator. | |
num_unemployed_moe | integer | — | yes | 90 percent margin of error for num_unemployed, as published.Descripción completa▾90 percent margin of error for num_unemployed, as published. | |
num_civilian_labor_force | integer | — | yes | Civilian labor force 16 and over (ACS estimate) - the rate's denominator. Armed forces excluded.Descripción completa▾Civilian labor force 16 and over (ACS estimate) - the rate's denominator. Armed forces excluded. | |
num_civilian_labor_force_moe | integer | — | yes | 90 percent margin of error for num_civilian_labor_force, as published.Descripción completa▾90 percent margin of error for num_civilian_labor_force, as published. |
Filtros
Parámetros de consulta que acepta el endpoint de hechos. Los valores separados por comas son OR dentro de un parámetro; varios parámetros se combinan con AND.
| Parámetro | Tipo | Valores permitidos | Notas |
|---|---|---|---|
year | year_exact | cualquier valor | — |
year_min | year_range | cualquier valor | — |
year_max | year_range | cualquier valor | — |
detail | detail | countiesdistrictsstatestracts | enum validado, predeterminado: counties |
district_code | foreign_key | cualquier valor | valores múltiples |
county_fips | foreign_key | cualquier valor | valores múltiples |
tract_geoid | foreign_key | cualquier valor | valores múltiples |
district_type | dimension_attribute | 7 valores permitidos▾
| valores múltiples, enum validado |
Ejemplos de solicitudes
Ejecútalos contra la URL base: devuelven datos en vivo.
All rows (first page), counties level
curl "https://georgiacivicdata.org/api/v1/census/employment"counties data for 2024
curl "https://georgiacivicdata.org/api/v1/census/employment?year=2024"One district (code 660), 2024
curl "https://georgiacivicdata.org/api/v1/census/employment?district_code=660&year=2024&detail=districts"One county (FIPS 13121), 2024
curl "https://georgiacivicdata.org/api/v1/census/employment?county_fips=13121&year=2024&detail=counties"Download 2024 as CSV
curl "https://georgiacivicdata.org/api/v1/census/employment?year=2024&format=csv"Notas y limitaciones
Manejo de NULL
- Las celdas suprimidas (muy pocos estudiantes para reportar) son NULL, nunca cero.
- El cero es un valor real y reportado.
Limitaciones
Universe: population 16 years and over; the denominator is the CIVILIAN labor force (armed forces excluded). ACS unemployment is a 5-year survey average - related to but NOT the official BLS LAUS county unemployment series, and the 2020-2024 vintages pool the COVID years. unemployment_rate_moe is derived from the published count MOEs with the Census ratio formula; a degenerate small-sample margin above 1.0 is set to NULL. ACS 5-year period estimates: the year column is the vintage END year and each estimate pools five years of survey responses (2024 = 2020-2024). Consecutive vintages share about 80% of their sample, so the series is heavily smoothed - never difference overlapping vintages as if they were annual change. Estimates are survey-based and carry 90% margins of error (the *_moe columns); tract-level margins can be large relative to the estimate. All levels serve vintages 2020-2024 only, on 2020-vintage tract boundaries. State rows have NULL county_fips, district_code, and tract_geoid; county rows carry only county_fips, district rows only district_code, tract rows only tract_geoid. District rows cover the ~180 standard (city/county) districts only: the Census publishes school-district estimates at unified school district geography, which has no codes for charter schools, RESAs, or state agencies, and its few Census-only districts (e.g. the Fort Stewart military district) have no GCD district code and are dropped.