Median Household Income (ACS)
What a typical household earns in each Georgia community, overall and by race/ethnicity of householder - American Community Survey 5-year medians down to the census-tract level.
- 2020–2024
- annual
- 2.0.0
- 1a483ec739a8
Resumen
Median household income by Census race/ethnicity iteration of householder from the American Community Survey 5-year estimates (table B19013 and its race iterations B19013B-I), for Georgia at state, county, school district, and census tract geography, vintages 2020-2024. Inflation-adjusted dollars with 90 percent margins of error.
Granularidad de fila: Una fila por year, county_fips, district_code, tract_geoid, race_iteration.
median_household_income — Median Household Income (currency)
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 (dollars inflation-adjusted to 2024). Consecutive vintages overlap.Descripción completa▾ACS 5-year vintage END year: 2024 covers the pooled 2020-2024 survey period (dollars inflation-adjusted to 2024). 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. |
race_iteration | string | — | — | no | Census race-iteration table of the householder; the groups overlap, so never combine them - 'all' is the total.Descripción completa▾Census race-iteration table membership, by race/ethnicity of the householder (topic-specific categorical - NOT the shared demographic axis and no FK to the demographics dimension). 'all' = all households (B19013); 'white' = White alone, not Hispanic or Latino (iteration H); 'hispanic' = Hispanic or Latino of any race (iteration I); 'black', 'native_american', 'asian', 'pacific_islander', 'other', 'multiracial' = the race-alone iterations B-G, which INCLUDE Hispanic householders. The iterations OVERLAP and are NOT mutually exclusive (a Hispanic Black householder is in both 'hispanic' and 'black'), so the rows are never additive and must not be combined across this column. 9 valores permitidos▾
|
median_household_income | integer | — | yes | Median household income, dollars.Descripción completa▾Median household income in the past 12 months, inflation-adjusted to the vintage end year. Censored at both scale ends as published: 250001 means $250,000 or more; 2499 means $2,499 or less. NULL when the source could not compute a median (too few households in the category). | |
median_household_income_moe | integer | — | yes | 90 percent margin of error for median_household_income, dollars, as published. Never the headline metric.Descripción completa▾90 percent margin of error for median_household_income, dollars, as published. Never the headline metric. |
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 |
race_iteration | categorical | 9 valores permitidos▾
| valores múltiples, enum validado |
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/median_household_income"counties data for 2024
curl "https://georgiacivicdata.org/api/v1/census/median_household_income?year=2024"Filtered to race_iteration = asian for 2024
curl "https://georgiacivicdata.org/api/v1/census/median_household_income?year=2024&race_iteration=asian"One district (code 660), 2024
curl "https://georgiacivicdata.org/api/v1/census/median_household_income?district_code=660&year=2024&detail=districts"One county (FIPS 13121), 2024
curl "https://georgiacivicdata.org/api/v1/census/median_household_income?county_fips=13121&year=2024&detail=counties"Download 2024 as CSV
curl "https://georgiacivicdata.org/api/v1/census/median_household_income?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
Race/ethnicity of householder is served on the topic-specific race_iteration column, NOT the shared demographic axis, because the Census race-iteration tables OVERLAP: 'white' is White alone NOT Hispanic (B19013H) and 'hispanic' is Hispanic of any race (B19013I), but the remaining groups are race-ALONE iterations (B19013B-G) that INCLUDE Hispanic householders - a Hispanic Black householder is in both 'hispanic' and 'black'. The demographics dimension promises mutually exclusive categories, which these rows cannot honor (the Census publishes no other non-Hispanic income splits), so never combine rows across race_iteration values; 'all' (B19013) is all households and is the default pin. population_by_race (B03002) IS mutually exclusive and stays on demographic. Universe: households; race is the HOUSEHOLDER's. Dollars are inflation-adjusted to each vintage's END year, so cross-vintage comparisons mix different dollars. Medians never sum or average across geographies or categories. Published medians are censored at BOTH scale ends and preserved as-is (see the jam_values listing on the column): 250001 means '$250,000 or more' and 2499 means '$2,499 or less'. A NULL median means the source could not compute one - rare for the 'all' row (about 1 percent of tracts, never at county/state grain) but increasingly common for small race iterations at tract grain (from about 10 percent of tract rows for 'white' to nearly all for 'native_american' and 'pacific_islander'), because a median needs enough sampled households in the group to estimate. 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.