Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Adams County, IL"
|
||||
classification: county
|
||||
fips: "17001"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 64754
|
||||
population_under_18: 14578
|
||||
population_18_64: 36859
|
||||
population_65_plus: 13317
|
||||
median_household_income: 66220
|
||||
poverty_rate: 12.84
|
||||
homeownership_rate: 72.14
|
||||
unemployment_rate: 3.88
|
||||
median_home_value: 162600
|
||||
gini_index: 0.4535
|
||||
vacancy_rate: 7.88
|
||||
race_white: 58671
|
||||
race_black: 1839
|
||||
race_asian: 435
|
||||
race_native: 79
|
||||
hispanic: 1350
|
||||
bachelors_plus: 16343
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adams County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 64754 |
|
||||
| Under 18 | 14578 |
|
||||
| 18–64 | 36859 |
|
||||
| 65+ | 13317 |
|
||||
| Median household income | 66220 |
|
||||
| Poverty rate | 12.84 |
|
||||
| Homeownership rate | 72.14 |
|
||||
| Unemployment rate | 3.88 |
|
||||
| Median home value | 162600 |
|
||||
| Gini index | 0.4535 |
|
||||
| Vacancy rate | 7.88 |
|
||||
| White | 58671 |
|
||||
| Black | 1839 |
|
||||
| Asian | 435 |
|
||||
| Native | 79 |
|
||||
| Hispanic/Latino | 1350 |
|
||||
| Bachelor's or higher | 16343 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alexander County, IL"
|
||||
classification: county
|
||||
fips: "17003"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 4875
|
||||
population_under_18: 1040
|
||||
population_18_64: 2620
|
||||
population_65_plus: 1215
|
||||
median_household_income: 47043
|
||||
poverty_rate: 19.02
|
||||
homeownership_rate: 77.57
|
||||
unemployment_rate: 6.48
|
||||
median_home_value: 59800
|
||||
gini_index: 0.4803
|
||||
vacancy_rate: 35.19
|
||||
race_white: 3069
|
||||
race_black: 1616
|
||||
race_asian: 21
|
||||
race_native: 0
|
||||
hispanic: 33
|
||||
bachelors_plus: 599
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alexander County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4875 |
|
||||
| Under 18 | 1040 |
|
||||
| 18–64 | 2620 |
|
||||
| 65+ | 1215 |
|
||||
| Median household income | 47043 |
|
||||
| Poverty rate | 19.02 |
|
||||
| Homeownership rate | 77.57 |
|
||||
| Unemployment rate | 6.48 |
|
||||
| Median home value | 59800 |
|
||||
| Gini index | 0.4803 |
|
||||
| Vacancy rate | 35.19 |
|
||||
| White | 3069 |
|
||||
| Black | 1616 |
|
||||
| Asian | 21 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 33 |
|
||||
| Bachelor's or higher | 599 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bond County, IL"
|
||||
classification: county
|
||||
fips: "17005"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 16716
|
||||
population_under_18: 2963
|
||||
population_18_64: 10616
|
||||
population_65_plus: 3137
|
||||
median_household_income: 65959
|
||||
poverty_rate: 10.88
|
||||
homeownership_rate: 76.61
|
||||
unemployment_rate: 4.54
|
||||
median_home_value: 145700
|
||||
gini_index: 0.437
|
||||
vacancy_rate: 10.9
|
||||
race_white: 14488
|
||||
race_black: 1023
|
||||
race_asian: 110
|
||||
race_native: 196
|
||||
hispanic: 336
|
||||
bachelors_plus: 3523
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bond County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16716 |
|
||||
| Under 18 | 2963 |
|
||||
| 18–64 | 10616 |
|
||||
| 65+ | 3137 |
|
||||
| Median household income | 65959 |
|
||||
| Poverty rate | 10.88 |
|
||||
| Homeownership rate | 76.61 |
|
||||
| Unemployment rate | 4.54 |
|
||||
| Median home value | 145700 |
|
||||
| Gini index | 0.437 |
|
||||
| Vacancy rate | 10.9 |
|
||||
| White | 14488 |
|
||||
| Black | 1023 |
|
||||
| Asian | 110 |
|
||||
| Native | 196 |
|
||||
| Hispanic/Latino | 336 |
|
||||
| Bachelor's or higher | 3523 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Boone County, IL"
|
||||
classification: county
|
||||
fips: "17007"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 53230
|
||||
population_under_18: 12650
|
||||
population_18_64: 31664
|
||||
population_65_plus: 8916
|
||||
median_household_income: 84571
|
||||
poverty_rate: 9.93
|
||||
homeownership_rate: 81.78
|
||||
unemployment_rate: 7.36
|
||||
median_home_value: 216900
|
||||
gini_index: 0.4217
|
||||
vacancy_rate: 4.1
|
||||
race_white: 38201
|
||||
race_black: 1623
|
||||
race_asian: 511
|
||||
race_native: 194
|
||||
hispanic: 13651
|
||||
bachelors_plus: 11785
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Boone County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 53230 |
|
||||
| Under 18 | 12650 |
|
||||
| 18–64 | 31664 |
|
||||
| 65+ | 8916 |
|
||||
| Median household income | 84571 |
|
||||
| Poverty rate | 9.93 |
|
||||
| Homeownership rate | 81.78 |
|
||||
| Unemployment rate | 7.36 |
|
||||
| Median home value | 216900 |
|
||||
| Gini index | 0.4217 |
|
||||
| Vacancy rate | 4.1 |
|
||||
| White | 38201 |
|
||||
| Black | 1623 |
|
||||
| Asian | 511 |
|
||||
| Native | 194 |
|
||||
| Hispanic/Latino | 13651 |
|
||||
| Bachelor's or higher | 11785 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Brown County, IL"
|
||||
classification: county
|
||||
fips: "17009"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 6322
|
||||
population_under_18: 1062
|
||||
population_18_64: 4231
|
||||
population_65_plus: 1029
|
||||
median_household_income: 67917
|
||||
poverty_rate: 9.25
|
||||
homeownership_rate: 71.78
|
||||
unemployment_rate: 3.06
|
||||
median_home_value: 150300
|
||||
gini_index: 0.4106
|
||||
vacancy_rate: 12.06
|
||||
race_white: 4711
|
||||
race_black: 1132
|
||||
race_asian: 3
|
||||
race_native: 11
|
||||
hispanic: 424
|
||||
bachelors_plus: 738
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brown County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6322 |
|
||||
| Under 18 | 1062 |
|
||||
| 18–64 | 4231 |
|
||||
| 65+ | 1029 |
|
||||
| Median household income | 67917 |
|
||||
| Poverty rate | 9.25 |
|
||||
| Homeownership rate | 71.78 |
|
||||
| Unemployment rate | 3.06 |
|
||||
| Median home value | 150300 |
|
||||
| Gini index | 0.4106 |
|
||||
| Vacancy rate | 12.06 |
|
||||
| White | 4711 |
|
||||
| Black | 1132 |
|
||||
| Asian | 3 |
|
||||
| Native | 11 |
|
||||
| Hispanic/Latino | 424 |
|
||||
| Bachelor's or higher | 738 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bureau County, IL"
|
||||
classification: county
|
||||
fips: "17011"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 32866
|
||||
population_under_18: 6799
|
||||
population_18_64: 18453
|
||||
population_65_plus: 7614
|
||||
median_household_income: 69257
|
||||
poverty_rate: 10.76
|
||||
homeownership_rate: 76.06
|
||||
unemployment_rate: 4.26
|
||||
median_home_value: 126900
|
||||
gini_index: 0.4216
|
||||
vacancy_rate: 10.25
|
||||
race_white: 28743
|
||||
race_black: 193
|
||||
race_asian: 287
|
||||
race_native: 11
|
||||
hispanic: 3357
|
||||
bachelors_plus: 6706
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bureau County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 32866 |
|
||||
| Under 18 | 6799 |
|
||||
| 18–64 | 18453 |
|
||||
| 65+ | 7614 |
|
||||
| Median household income | 69257 |
|
||||
| Poverty rate | 10.76 |
|
||||
| Homeownership rate | 76.06 |
|
||||
| Unemployment rate | 4.26 |
|
||||
| Median home value | 126900 |
|
||||
| Gini index | 0.4216 |
|
||||
| Vacancy rate | 10.25 |
|
||||
| White | 28743 |
|
||||
| Black | 193 |
|
||||
| Asian | 287 |
|
||||
| Native | 11 |
|
||||
| Hispanic/Latino | 3357 |
|
||||
| Bachelor's or higher | 6706 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Calhoun County, IL"
|
||||
classification: county
|
||||
fips: "17013"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 4330
|
||||
population_under_18: 861
|
||||
population_18_64: 2368
|
||||
population_65_plus: 1101
|
||||
median_household_income: 93203
|
||||
poverty_rate: 6.31
|
||||
homeownership_rate: 88.7
|
||||
unemployment_rate: 3.24
|
||||
median_home_value: 190900
|
||||
gini_index: 0.3793
|
||||
vacancy_rate: 46.13
|
||||
race_white: 4086
|
||||
race_black: 64
|
||||
race_asian: 0
|
||||
race_native: 3
|
||||
hispanic: 36
|
||||
bachelors_plus: 781
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calhoun County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4330 |
|
||||
| Under 18 | 861 |
|
||||
| 18–64 | 2368 |
|
||||
| 65+ | 1101 |
|
||||
| Median household income | 93203 |
|
||||
| Poverty rate | 6.31 |
|
||||
| Homeownership rate | 88.7 |
|
||||
| Unemployment rate | 3.24 |
|
||||
| Median home value | 190900 |
|
||||
| Gini index | 0.3793 |
|
||||
| Vacancy rate | 46.13 |
|
||||
| White | 4086 |
|
||||
| Black | 64 |
|
||||
| Asian | 0 |
|
||||
| Native | 3 |
|
||||
| Hispanic/Latino | 36 |
|
||||
| Bachelor's or higher | 781 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carroll County, IL"
|
||||
classification: county
|
||||
fips: "17015"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 15576
|
||||
population_under_18: 2759
|
||||
population_18_64: 9049
|
||||
population_65_plus: 3768
|
||||
median_household_income: 60758
|
||||
poverty_rate: 14.2
|
||||
homeownership_rate: 77.18
|
||||
unemployment_rate: 3.07
|
||||
median_home_value: 114500
|
||||
gini_index: 0.4115
|
||||
vacancy_rate: 19.82
|
||||
race_white: 14027
|
||||
race_black: 628
|
||||
race_asian: 125
|
||||
race_native: 44
|
||||
hispanic: 820
|
||||
bachelors_plus: 2593
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carroll County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15576 |
|
||||
| Under 18 | 2759 |
|
||||
| 18–64 | 9049 |
|
||||
| 65+ | 3768 |
|
||||
| Median household income | 60758 |
|
||||
| Poverty rate | 14.2 |
|
||||
| Homeownership rate | 77.18 |
|
||||
| Unemployment rate | 3.07 |
|
||||
| Median home value | 114500 |
|
||||
| Gini index | 0.4115 |
|
||||
| Vacancy rate | 19.82 |
|
||||
| White | 14027 |
|
||||
| Black | 628 |
|
||||
| Asian | 125 |
|
||||
| Native | 44 |
|
||||
| Hispanic/Latino | 820 |
|
||||
| Bachelor's or higher | 2593 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cass County, IL"
|
||||
classification: county
|
||||
fips: "17017"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 12784
|
||||
population_under_18: 3119
|
||||
population_18_64: 7358
|
||||
population_65_plus: 2307
|
||||
median_household_income: 68125
|
||||
poverty_rate: 11.09
|
||||
homeownership_rate: 75.94
|
||||
unemployment_rate: 4.21
|
||||
median_home_value: 97100
|
||||
gini_index: 0.4164
|
||||
vacancy_rate: 9.65
|
||||
race_white: 9562
|
||||
race_black: 508
|
||||
race_asian: 117
|
||||
race_native: 128
|
||||
hispanic: 2929
|
||||
bachelors_plus: 2319
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cass County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12784 |
|
||||
| Under 18 | 3119 |
|
||||
| 18–64 | 7358 |
|
||||
| 65+ | 2307 |
|
||||
| Median household income | 68125 |
|
||||
| Poverty rate | 11.09 |
|
||||
| Homeownership rate | 75.94 |
|
||||
| Unemployment rate | 4.21 |
|
||||
| Median home value | 97100 |
|
||||
| Gini index | 0.4164 |
|
||||
| Vacancy rate | 9.65 |
|
||||
| White | 9562 |
|
||||
| Black | 508 |
|
||||
| Asian | 117 |
|
||||
| Native | 128 |
|
||||
| Hispanic/Latino | 2929 |
|
||||
| Bachelor's or higher | 2319 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Champaign County, IL"
|
||||
classification: county
|
||||
fips: "17019"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 208741
|
||||
population_under_18: 39863
|
||||
population_18_64: 139894
|
||||
population_65_plus: 28984
|
||||
median_household_income: 63683
|
||||
poverty_rate: 19.07
|
||||
homeownership_rate: 54.02
|
||||
unemployment_rate: 4.3
|
||||
median_home_value: 211500
|
||||
gini_index: 0.5147
|
||||
vacancy_rate: 10.14
|
||||
race_white: 134024
|
||||
race_black: 28079
|
||||
race_asian: 23898
|
||||
race_native: 381
|
||||
hispanic: 17249
|
||||
bachelors_plus: 86606
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Champaign County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 208741 |
|
||||
| Under 18 | 39863 |
|
||||
| 18–64 | 139894 |
|
||||
| 65+ | 28984 |
|
||||
| Median household income | 63683 |
|
||||
| Poverty rate | 19.07 |
|
||||
| Homeownership rate | 54.02 |
|
||||
| Unemployment rate | 4.3 |
|
||||
| Median home value | 211500 |
|
||||
| Gini index | 0.5147 |
|
||||
| Vacancy rate | 10.14 |
|
||||
| White | 134024 |
|
||||
| Black | 28079 |
|
||||
| Asian | 23898 |
|
||||
| Native | 381 |
|
||||
| Hispanic/Latino | 17249 |
|
||||
| Bachelor's or higher | 86606 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Christian County, IL"
|
||||
classification: county
|
||||
fips: "17021"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 33538
|
||||
population_under_18: 6482
|
||||
population_18_64: 20259
|
||||
population_65_plus: 6797
|
||||
median_household_income: 62611
|
||||
poverty_rate: 10.19
|
||||
homeownership_rate: 75.2
|
||||
unemployment_rate: 4.57
|
||||
median_home_value: 115500
|
||||
gini_index: 0.4435
|
||||
vacancy_rate: 10.52
|
||||
race_white: 30883
|
||||
race_black: 734
|
||||
race_asian: 247
|
||||
race_native: 21
|
||||
hispanic: 1112
|
||||
bachelors_plus: 5432
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christian County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33538 |
|
||||
| Under 18 | 6482 |
|
||||
| 18–64 | 20259 |
|
||||
| 65+ | 6797 |
|
||||
| Median household income | 62611 |
|
||||
| Poverty rate | 10.19 |
|
||||
| Homeownership rate | 75.2 |
|
||||
| Unemployment rate | 4.57 |
|
||||
| Median home value | 115500 |
|
||||
| Gini index | 0.4435 |
|
||||
| Vacancy rate | 10.52 |
|
||||
| White | 30883 |
|
||||
| Black | 734 |
|
||||
| Asian | 247 |
|
||||
| Native | 21 |
|
||||
| Hispanic/Latino | 1112 |
|
||||
| Bachelor's or higher | 5432 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clark County, IL"
|
||||
classification: county
|
||||
fips: "17023"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 15266
|
||||
population_under_18: 3412
|
||||
population_18_64: 8759
|
||||
population_65_plus: 3095
|
||||
median_household_income: 72927
|
||||
poverty_rate: 9.15
|
||||
homeownership_rate: 80.29
|
||||
unemployment_rate: 3.72
|
||||
median_home_value: 132400
|
||||
gini_index: 0.4161
|
||||
vacancy_rate: 10.29
|
||||
race_white: 14540
|
||||
race_black: 70
|
||||
race_asian: 19
|
||||
race_native: 57
|
||||
hispanic: 285
|
||||
bachelors_plus: 3622
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clark County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15266 |
|
||||
| Under 18 | 3412 |
|
||||
| 18–64 | 8759 |
|
||||
| 65+ | 3095 |
|
||||
| Median household income | 72927 |
|
||||
| Poverty rate | 9.15 |
|
||||
| Homeownership rate | 80.29 |
|
||||
| Unemployment rate | 3.72 |
|
||||
| Median home value | 132400 |
|
||||
| Gini index | 0.4161 |
|
||||
| Vacancy rate | 10.29 |
|
||||
| White | 14540 |
|
||||
| Black | 70 |
|
||||
| Asian | 19 |
|
||||
| Native | 57 |
|
||||
| Hispanic/Latino | 285 |
|
||||
| Bachelor's or higher | 3622 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clay County, IL"
|
||||
classification: county
|
||||
fips: "17025"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 13052
|
||||
population_under_18: 3111
|
||||
population_18_64: 7214
|
||||
population_65_plus: 2727
|
||||
median_household_income: 60417
|
||||
poverty_rate: 17.51
|
||||
homeownership_rate: 79.29
|
||||
unemployment_rate: 4.84
|
||||
median_home_value: 97400
|
||||
gini_index: 0.4569
|
||||
vacancy_rate: 13.85
|
||||
race_white: 12431
|
||||
race_black: 38
|
||||
race_asian: 28
|
||||
race_native: 15
|
||||
hispanic: 264
|
||||
bachelors_plus: 1566
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clay County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13052 |
|
||||
| Under 18 | 3111 |
|
||||
| 18–64 | 7214 |
|
||||
| 65+ | 2727 |
|
||||
| Median household income | 60417 |
|
||||
| Poverty rate | 17.51 |
|
||||
| Homeownership rate | 79.29 |
|
||||
| Unemployment rate | 4.84 |
|
||||
| Median home value | 97400 |
|
||||
| Gini index | 0.4569 |
|
||||
| Vacancy rate | 13.85 |
|
||||
| White | 12431 |
|
||||
| Black | 38 |
|
||||
| Asian | 28 |
|
||||
| Native | 15 |
|
||||
| Hispanic/Latino | 264 |
|
||||
| Bachelor's or higher | 1566 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clinton County, IL"
|
||||
classification: county
|
||||
fips: "17027"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 36954
|
||||
population_under_18: 7980
|
||||
population_18_64: 22019
|
||||
population_65_plus: 6955
|
||||
median_household_income: 86588
|
||||
poverty_rate: 7.37
|
||||
homeownership_rate: 80.29
|
||||
unemployment_rate: 3.42
|
||||
median_home_value: 192400
|
||||
gini_index: 0.4283
|
||||
vacancy_rate: 7.58
|
||||
race_white: 33584
|
||||
race_black: 1164
|
||||
race_asian: 231
|
||||
race_native: 77
|
||||
hispanic: 1512
|
||||
bachelors_plus: 9017
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clinton County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36954 |
|
||||
| Under 18 | 7980 |
|
||||
| 18–64 | 22019 |
|
||||
| 65+ | 6955 |
|
||||
| Median household income | 86588 |
|
||||
| Poverty rate | 7.37 |
|
||||
| Homeownership rate | 80.29 |
|
||||
| Unemployment rate | 3.42 |
|
||||
| Median home value | 192400 |
|
||||
| Gini index | 0.4283 |
|
||||
| Vacancy rate | 7.58 |
|
||||
| White | 33584 |
|
||||
| Black | 1164 |
|
||||
| Asian | 231 |
|
||||
| Native | 77 |
|
||||
| Hispanic/Latino | 1512 |
|
||||
| Bachelor's or higher | 9017 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Coles County, IL"
|
||||
classification: county
|
||||
fips: "17029"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 46777
|
||||
population_under_18: 8549
|
||||
population_18_64: 29636
|
||||
population_65_plus: 8592
|
||||
median_household_income: 56478
|
||||
poverty_rate: 18.7
|
||||
homeownership_rate: 60.38
|
||||
unemployment_rate: 6.12
|
||||
median_home_value: 127400
|
||||
gini_index: 0.4519
|
||||
vacancy_rate: 8.19
|
||||
race_white: 41961
|
||||
race_black: 1670
|
||||
race_asian: 624
|
||||
race_native: 20
|
||||
hispanic: 1809
|
||||
bachelors_plus: 11520
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Coles County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 46777 |
|
||||
| Under 18 | 8549 |
|
||||
| 18–64 | 29636 |
|
||||
| 65+ | 8592 |
|
||||
| Median household income | 56478 |
|
||||
| Poverty rate | 18.7 |
|
||||
| Homeownership rate | 60.38 |
|
||||
| Unemployment rate | 6.12 |
|
||||
| Median home value | 127400 |
|
||||
| Gini index | 0.4519 |
|
||||
| Vacancy rate | 8.19 |
|
||||
| White | 41961 |
|
||||
| Black | 1670 |
|
||||
| Asian | 624 |
|
||||
| Native | 20 |
|
||||
| Hispanic/Latino | 1809 |
|
||||
| Bachelor's or higher | 11520 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cook County, IL"
|
||||
classification: county
|
||||
fips: "17031"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 5182090
|
||||
population_under_18: 1092202
|
||||
population_18_64: 3262732
|
||||
population_65_plus: 827156
|
||||
median_household_income: 83498
|
||||
poverty_rate: 13.49
|
||||
homeownership_rate: 57.74
|
||||
unemployment_rate: 7.01
|
||||
median_home_value: 324500
|
||||
gini_index: 0.5043
|
||||
vacancy_rate: 7.74
|
||||
race_white: 2257930
|
||||
race_black: 1148066
|
||||
race_asian: 411778
|
||||
race_native: 47333
|
||||
hispanic: 1387163
|
||||
bachelors_plus: 2210554
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cook County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5182090 |
|
||||
| Under 18 | 1092202 |
|
||||
| 18–64 | 3262732 |
|
||||
| 65+ | 827156 |
|
||||
| Median household income | 83498 |
|
||||
| Poverty rate | 13.49 |
|
||||
| Homeownership rate | 57.74 |
|
||||
| Unemployment rate | 7.01 |
|
||||
| Median home value | 324500 |
|
||||
| Gini index | 0.5043 |
|
||||
| Vacancy rate | 7.74 |
|
||||
| White | 2257930 |
|
||||
| Black | 1148066 |
|
||||
| Asian | 411778 |
|
||||
| Native | 47333 |
|
||||
| Hispanic/Latino | 1387163 |
|
||||
| Bachelor's or higher | 2210554 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crawford County, IL"
|
||||
classification: county
|
||||
fips: "17033"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 18511
|
||||
population_under_18: 3746
|
||||
population_18_64: 11106
|
||||
population_65_plus: 3659
|
||||
median_household_income: 71674
|
||||
poverty_rate: 12.09
|
||||
homeownership_rate: 81.94
|
||||
unemployment_rate: 3.01
|
||||
median_home_value: 121100
|
||||
gini_index: 0.4414
|
||||
vacancy_rate: 11.41
|
||||
race_white: 16763
|
||||
race_black: 636
|
||||
race_asian: 45
|
||||
race_native: 237
|
||||
hispanic: 491
|
||||
bachelors_plus: 3621
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crawford County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18511 |
|
||||
| Under 18 | 3746 |
|
||||
| 18–64 | 11106 |
|
||||
| 65+ | 3659 |
|
||||
| Median household income | 71674 |
|
||||
| Poverty rate | 12.09 |
|
||||
| Homeownership rate | 81.94 |
|
||||
| Unemployment rate | 3.01 |
|
||||
| Median home value | 121100 |
|
||||
| Gini index | 0.4414 |
|
||||
| Vacancy rate | 11.41 |
|
||||
| White | 16763 |
|
||||
| Black | 636 |
|
||||
| Asian | 45 |
|
||||
| Native | 237 |
|
||||
| Hispanic/Latino | 491 |
|
||||
| Bachelor's or higher | 3621 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cumberland County, IL"
|
||||
classification: county
|
||||
fips: "17035"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 10334
|
||||
population_under_18: 2317
|
||||
population_18_64: 5844
|
||||
population_65_plus: 2173
|
||||
median_household_income: 73327
|
||||
poverty_rate: 9.09
|
||||
homeownership_rate: 84.15
|
||||
unemployment_rate: 1.35
|
||||
median_home_value: 126000
|
||||
gini_index: 0.4014
|
||||
vacancy_rate: 11.62
|
||||
race_white: 9817
|
||||
race_black: 18
|
||||
race_asian: 4
|
||||
race_native: 0
|
||||
hispanic: 38
|
||||
bachelors_plus: 1874
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cumberland County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10334 |
|
||||
| Under 18 | 2317 |
|
||||
| 18–64 | 5844 |
|
||||
| 65+ | 2173 |
|
||||
| Median household income | 73327 |
|
||||
| Poverty rate | 9.09 |
|
||||
| Homeownership rate | 84.15 |
|
||||
| Unemployment rate | 1.35 |
|
||||
| Median home value | 126000 |
|
||||
| Gini index | 0.4014 |
|
||||
| Vacancy rate | 11.62 |
|
||||
| White | 9817 |
|
||||
| Black | 18 |
|
||||
| Asian | 4 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 38 |
|
||||
| Bachelor's or higher | 1874 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "De Witt County, IL"
|
||||
classification: county
|
||||
fips: "17039"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 15373
|
||||
population_under_18: 3280
|
||||
population_18_64: 8911
|
||||
population_65_plus: 3182
|
||||
median_household_income: 71678
|
||||
poverty_rate: 9.97
|
||||
homeownership_rate: 78.53
|
||||
unemployment_rate: 3.97
|
||||
median_home_value: 130300
|
||||
gini_index: 0.4032
|
||||
vacancy_rate: 9.9
|
||||
race_white: 14339
|
||||
race_black: 168
|
||||
race_asian: 30
|
||||
race_native: 67
|
||||
hispanic: 540
|
||||
bachelors_plus: 3304
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# De Witt County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15373 |
|
||||
| Under 18 | 3280 |
|
||||
| 18–64 | 8911 |
|
||||
| 65+ | 3182 |
|
||||
| Median household income | 71678 |
|
||||
| Poverty rate | 9.97 |
|
||||
| Homeownership rate | 78.53 |
|
||||
| Unemployment rate | 3.97 |
|
||||
| Median home value | 130300 |
|
||||
| Gini index | 0.4032 |
|
||||
| Vacancy rate | 9.9 |
|
||||
| White | 14339 |
|
||||
| Black | 168 |
|
||||
| Asian | 30 |
|
||||
| Native | 67 |
|
||||
| Hispanic/Latino | 540 |
|
||||
| Bachelor's or higher | 3304 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "DeKalb County, IL"
|
||||
classification: county
|
||||
fips: "17037"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 100703
|
||||
population_under_18: 21723
|
||||
population_18_64: 64960
|
||||
population_65_plus: 14020
|
||||
median_household_income: 70724
|
||||
poverty_rate: 14.8
|
||||
homeownership_rate: 61.39
|
||||
unemployment_rate: 6.8
|
||||
median_home_value: 243600
|
||||
gini_index: 0.45
|
||||
vacancy_rate: 5.11
|
||||
race_white: 74678
|
||||
race_black: 7056
|
||||
race_asian: 2331
|
||||
race_native: 658
|
||||
hispanic: 14647
|
||||
bachelors_plus: 28035
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# DeKalb County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 100703 |
|
||||
| Under 18 | 21723 |
|
||||
| 18–64 | 64960 |
|
||||
| 65+ | 14020 |
|
||||
| Median household income | 70724 |
|
||||
| Poverty rate | 14.8 |
|
||||
| Homeownership rate | 61.39 |
|
||||
| Unemployment rate | 6.8 |
|
||||
| Median home value | 243600 |
|
||||
| Gini index | 0.45 |
|
||||
| Vacancy rate | 5.11 |
|
||||
| White | 74678 |
|
||||
| Black | 7056 |
|
||||
| Asian | 2331 |
|
||||
| Native | 658 |
|
||||
| Hispanic/Latino | 14647 |
|
||||
| Bachelor's or higher | 28035 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Douglas County, IL"
|
||||
classification: county
|
||||
fips: "17041"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 19751
|
||||
population_under_18: 4859
|
||||
population_18_64: 11213
|
||||
population_65_plus: 3679
|
||||
median_household_income: 77320
|
||||
poverty_rate: 8.47
|
||||
homeownership_rate: 76.9
|
||||
unemployment_rate: 2.53
|
||||
median_home_value: 150400
|
||||
gini_index: 0.4028
|
||||
vacancy_rate: 8.72
|
||||
race_white: 17512
|
||||
race_black: 282
|
||||
race_asian: 82
|
||||
race_native: 46
|
||||
hispanic: 1672
|
||||
bachelors_plus: 3742
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Douglas County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19751 |
|
||||
| Under 18 | 4859 |
|
||||
| 18–64 | 11213 |
|
||||
| 65+ | 3679 |
|
||||
| Median household income | 77320 |
|
||||
| Poverty rate | 8.47 |
|
||||
| Homeownership rate | 76.9 |
|
||||
| Unemployment rate | 2.53 |
|
||||
| Median home value | 150400 |
|
||||
| Gini index | 0.4028 |
|
||||
| Vacancy rate | 8.72 |
|
||||
| White | 17512 |
|
||||
| Black | 282 |
|
||||
| Asian | 82 |
|
||||
| Native | 46 |
|
||||
| Hispanic/Latino | 1672 |
|
||||
| Bachelor's or higher | 3742 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "DuPage County, IL"
|
||||
classification: county
|
||||
fips: "17043"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 930024
|
||||
population_under_18: 206075
|
||||
population_18_64: 562709
|
||||
population_65_plus: 161240
|
||||
median_household_income: 112096
|
||||
poverty_rate: 6.56
|
||||
homeownership_rate: 73.12
|
||||
unemployment_rate: 4.93
|
||||
median_home_value: 391400
|
||||
gini_index: 0.4587
|
||||
vacancy_rate: 4.47
|
||||
race_white: 602548
|
||||
race_black: 46090
|
||||
race_asian: 121134
|
||||
race_native: 4229
|
||||
hispanic: 149533
|
||||
bachelors_plus: 472215
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# DuPage County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 930024 |
|
||||
| Under 18 | 206075 |
|
||||
| 18–64 | 562709 |
|
||||
| 65+ | 161240 |
|
||||
| Median household income | 112096 |
|
||||
| Poverty rate | 6.56 |
|
||||
| Homeownership rate | 73.12 |
|
||||
| Unemployment rate | 4.93 |
|
||||
| Median home value | 391400 |
|
||||
| Gini index | 0.4587 |
|
||||
| Vacancy rate | 4.47 |
|
||||
| White | 602548 |
|
||||
| Black | 46090 |
|
||||
| Asian | 121134 |
|
||||
| Native | 4229 |
|
||||
| Hispanic/Latino | 149533 |
|
||||
| Bachelor's or higher | 472215 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Edgar County, IL"
|
||||
classification: county
|
||||
fips: "17045"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 16535
|
||||
population_under_18: 3275
|
||||
population_18_64: 9180
|
||||
population_65_plus: 4080
|
||||
median_household_income: 59941
|
||||
poverty_rate: 12.0
|
||||
homeownership_rate: 72.67
|
||||
unemployment_rate: 4.37
|
||||
median_home_value: 97300
|
||||
gini_index: 0.4221
|
||||
vacancy_rate: 7.88
|
||||
race_white: 15863
|
||||
race_black: 108
|
||||
race_asian: 47
|
||||
race_native: 13
|
||||
hispanic: 252
|
||||
bachelors_plus: 3067
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Edgar County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16535 |
|
||||
| Under 18 | 3275 |
|
||||
| 18–64 | 9180 |
|
||||
| 65+ | 4080 |
|
||||
| Median household income | 59941 |
|
||||
| Poverty rate | 12.0 |
|
||||
| Homeownership rate | 72.67 |
|
||||
| Unemployment rate | 4.37 |
|
||||
| Median home value | 97300 |
|
||||
| Gini index | 0.4221 |
|
||||
| Vacancy rate | 7.88 |
|
||||
| White | 15863 |
|
||||
| Black | 108 |
|
||||
| Asian | 47 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 252 |
|
||||
| Bachelor's or higher | 3067 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Edwards County, IL"
|
||||
classification: county
|
||||
fips: "17047"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 6075
|
||||
population_under_18: 1338
|
||||
population_18_64: 3367
|
||||
population_65_plus: 1370
|
||||
median_household_income: 60519
|
||||
poverty_rate: 16.49
|
||||
homeownership_rate: 79.33
|
||||
unemployment_rate: 5.57
|
||||
median_home_value: 100000
|
||||
gini_index: 0.4348
|
||||
vacancy_rate: 12.45
|
||||
race_white: 5787
|
||||
race_black: 6
|
||||
race_asian: 22
|
||||
race_native: 0
|
||||
hispanic: 89
|
||||
bachelors_plus: 857
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Edwards County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6075 |
|
||||
| Under 18 | 1338 |
|
||||
| 18–64 | 3367 |
|
||||
| 65+ | 1370 |
|
||||
| Median household income | 60519 |
|
||||
| Poverty rate | 16.49 |
|
||||
| Homeownership rate | 79.33 |
|
||||
| Unemployment rate | 5.57 |
|
||||
| Median home value | 100000 |
|
||||
| Gini index | 0.4348 |
|
||||
| Vacancy rate | 12.45 |
|
||||
| White | 5787 |
|
||||
| Black | 6 |
|
||||
| Asian | 22 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 89 |
|
||||
| Bachelor's or higher | 857 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Effingham County, IL"
|
||||
classification: county
|
||||
fips: "17049"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 34522
|
||||
population_under_18: 8265
|
||||
population_18_64: 19756
|
||||
population_65_plus: 6501
|
||||
median_household_income: 80404
|
||||
poverty_rate: 10.11
|
||||
homeownership_rate: 78.25
|
||||
unemployment_rate: 2.08
|
||||
median_home_value: 189500
|
||||
gini_index: 0.423
|
||||
vacancy_rate: 9.49
|
||||
race_white: 33062
|
||||
race_black: 101
|
||||
race_asian: 297
|
||||
race_native: 25
|
||||
hispanic: 955
|
||||
bachelors_plus: 8540
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Effingham County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34522 |
|
||||
| Under 18 | 8265 |
|
||||
| 18–64 | 19756 |
|
||||
| 65+ | 6501 |
|
||||
| Median household income | 80404 |
|
||||
| Poverty rate | 10.11 |
|
||||
| Homeownership rate | 78.25 |
|
||||
| Unemployment rate | 2.08 |
|
||||
| Median home value | 189500 |
|
||||
| Gini index | 0.423 |
|
||||
| Vacancy rate | 9.49 |
|
||||
| White | 33062 |
|
||||
| Black | 101 |
|
||||
| Asian | 297 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 955 |
|
||||
| Bachelor's or higher | 8540 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fayette County, IL"
|
||||
classification: county
|
||||
fips: "17051"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 21315
|
||||
population_under_18: 4355
|
||||
population_18_64: 12796
|
||||
population_65_plus: 4164
|
||||
median_household_income: 60944
|
||||
poverty_rate: 15.47
|
||||
homeownership_rate: 80.61
|
||||
unemployment_rate: 3.77
|
||||
median_home_value: 130700
|
||||
gini_index: 0.4489
|
||||
vacancy_rate: 11.29
|
||||
race_white: 18936
|
||||
race_black: 692
|
||||
race_asian: 33
|
||||
race_native: 71
|
||||
hispanic: 650
|
||||
bachelors_plus: 3360
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fayette County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21315 |
|
||||
| Under 18 | 4355 |
|
||||
| 18–64 | 12796 |
|
||||
| 65+ | 4164 |
|
||||
| Median household income | 60944 |
|
||||
| Poverty rate | 15.47 |
|
||||
| Homeownership rate | 80.61 |
|
||||
| Unemployment rate | 3.77 |
|
||||
| Median home value | 130700 |
|
||||
| Gini index | 0.4489 |
|
||||
| Vacancy rate | 11.29 |
|
||||
| White | 18936 |
|
||||
| Black | 692 |
|
||||
| Asian | 33 |
|
||||
| Native | 71 |
|
||||
| Hispanic/Latino | 650 |
|
||||
| Bachelor's or higher | 3360 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ford County, IL"
|
||||
classification: county
|
||||
fips: "17053"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 13406
|
||||
population_under_18: 3130
|
||||
population_18_64: 7648
|
||||
population_65_plus: 2628
|
||||
median_household_income: 62439
|
||||
poverty_rate: 12.42
|
||||
homeownership_rate: 72.29
|
||||
unemployment_rate: 5.46
|
||||
median_home_value: 122000
|
||||
gini_index: 0.4342
|
||||
vacancy_rate: 6.95
|
||||
race_white: 12111
|
||||
race_black: 71
|
||||
race_asian: 55
|
||||
race_native: 4
|
||||
hispanic: 707
|
||||
bachelors_plus: 2322
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ford County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13406 |
|
||||
| Under 18 | 3130 |
|
||||
| 18–64 | 7648 |
|
||||
| 65+ | 2628 |
|
||||
| Median household income | 62439 |
|
||||
| Poverty rate | 12.42 |
|
||||
| Homeownership rate | 72.29 |
|
||||
| Unemployment rate | 5.46 |
|
||||
| Median home value | 122000 |
|
||||
| Gini index | 0.4342 |
|
||||
| Vacancy rate | 6.95 |
|
||||
| White | 12111 |
|
||||
| Black | 71 |
|
||||
| Asian | 55 |
|
||||
| Native | 4 |
|
||||
| Hispanic/Latino | 707 |
|
||||
| Bachelor's or higher | 2322 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, IL"
|
||||
classification: county
|
||||
fips: "17055"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 37323
|
||||
population_under_18: 8240
|
||||
population_18_64: 21248
|
||||
population_65_plus: 7835
|
||||
median_household_income: 56740
|
||||
poverty_rate: 17.51
|
||||
homeownership_rate: 74.13
|
||||
unemployment_rate: 7.66
|
||||
median_home_value: 89000
|
||||
gini_index: 0.4563
|
||||
vacancy_rate: 12.59
|
||||
race_white: 35347
|
||||
race_black: 154
|
||||
race_asian: 131
|
||||
race_native: 29
|
||||
hispanic: 756
|
||||
bachelors_plus: 5501
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37323 |
|
||||
| Under 18 | 8240 |
|
||||
| 18–64 | 21248 |
|
||||
| 65+ | 7835 |
|
||||
| Median household income | 56740 |
|
||||
| Poverty rate | 17.51 |
|
||||
| Homeownership rate | 74.13 |
|
||||
| Unemployment rate | 7.66 |
|
||||
| Median home value | 89000 |
|
||||
| Gini index | 0.4563 |
|
||||
| Vacancy rate | 12.59 |
|
||||
| White | 35347 |
|
||||
| Black | 154 |
|
||||
| Asian | 131 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 756 |
|
||||
| Bachelor's or higher | 5501 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fulton County, IL"
|
||||
classification: county
|
||||
fips: "17057"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 33020
|
||||
population_under_18: 6451
|
||||
population_18_64: 19480
|
||||
population_65_plus: 7089
|
||||
median_household_income: 60599
|
||||
poverty_rate: 13.16
|
||||
homeownership_rate: 76.59
|
||||
unemployment_rate: 6.69
|
||||
median_home_value: 107200
|
||||
gini_index: 0.4316
|
||||
vacancy_rate: 12.95
|
||||
race_white: 30518
|
||||
race_black: 966
|
||||
race_asian: 100
|
||||
race_native: 126
|
||||
hispanic: 830
|
||||
bachelors_plus: 5910
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fulton County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33020 |
|
||||
| Under 18 | 6451 |
|
||||
| 18–64 | 19480 |
|
||||
| 65+ | 7089 |
|
||||
| Median household income | 60599 |
|
||||
| Poverty rate | 13.16 |
|
||||
| Homeownership rate | 76.59 |
|
||||
| Unemployment rate | 6.69 |
|
||||
| Median home value | 107200 |
|
||||
| Gini index | 0.4316 |
|
||||
| Vacancy rate | 12.95 |
|
||||
| White | 30518 |
|
||||
| Black | 966 |
|
||||
| Asian | 100 |
|
||||
| Native | 126 |
|
||||
| Hispanic/Latino | 830 |
|
||||
| Bachelor's or higher | 5910 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gallatin County, IL"
|
||||
classification: county
|
||||
fips: "17059"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 4819
|
||||
population_under_18: 986
|
||||
population_18_64: 2616
|
||||
population_65_plus: 1217
|
||||
median_household_income: 59219
|
||||
poverty_rate: 13.58
|
||||
homeownership_rate: 77.41
|
||||
unemployment_rate: 9.16
|
||||
median_home_value: 82900
|
||||
gini_index: 0.4594
|
||||
vacancy_rate: 16.25
|
||||
race_white: 4635
|
||||
race_black: 54
|
||||
race_asian: 37
|
||||
race_native: 6
|
||||
hispanic: 57
|
||||
bachelors_plus: 662
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gallatin County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4819 |
|
||||
| Under 18 | 986 |
|
||||
| 18–64 | 2616 |
|
||||
| 65+ | 1217 |
|
||||
| Median household income | 59219 |
|
||||
| Poverty rate | 13.58 |
|
||||
| Homeownership rate | 77.41 |
|
||||
| Unemployment rate | 9.16 |
|
||||
| Median home value | 82900 |
|
||||
| Gini index | 0.4594 |
|
||||
| Vacancy rate | 16.25 |
|
||||
| White | 4635 |
|
||||
| Black | 54 |
|
||||
| Asian | 37 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 57 |
|
||||
| Bachelor's or higher | 662 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greene County, IL"
|
||||
classification: county
|
||||
fips: "17061"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 11683
|
||||
population_under_18: 2575
|
||||
population_18_64: 6674
|
||||
population_65_plus: 2434
|
||||
median_household_income: 62192
|
||||
poverty_rate: 14.26
|
||||
homeownership_rate: 78.23
|
||||
unemployment_rate: 4.86
|
||||
median_home_value: 95200
|
||||
gini_index: 0.4457
|
||||
vacancy_rate: 23.04
|
||||
race_white: 11198
|
||||
race_black: 88
|
||||
race_asian: 61
|
||||
race_native: 16
|
||||
hispanic: 128
|
||||
bachelors_plus: 2069
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greene County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11683 |
|
||||
| Under 18 | 2575 |
|
||||
| 18–64 | 6674 |
|
||||
| 65+ | 2434 |
|
||||
| Median household income | 62192 |
|
||||
| Poverty rate | 14.26 |
|
||||
| Homeownership rate | 78.23 |
|
||||
| Unemployment rate | 4.86 |
|
||||
| Median home value | 95200 |
|
||||
| Gini index | 0.4457 |
|
||||
| Vacancy rate | 23.04 |
|
||||
| White | 11198 |
|
||||
| Black | 88 |
|
||||
| Asian | 61 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 128 |
|
||||
| Bachelor's or higher | 2069 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grundy County, IL"
|
||||
classification: county
|
||||
fips: "17063"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 53219
|
||||
population_under_18: 12939
|
||||
population_18_64: 32249
|
||||
population_65_plus: 8031
|
||||
median_household_income: 92235
|
||||
poverty_rate: 5.99
|
||||
homeownership_rate: 74.38
|
||||
unemployment_rate: 4.58
|
||||
median_home_value: 271700
|
||||
gini_index: 0.4036
|
||||
vacancy_rate: 3.69
|
||||
race_white: 45933
|
||||
race_black: 1220
|
||||
race_asian: 301
|
||||
race_native: 38
|
||||
hispanic: 6368
|
||||
bachelors_plus: 11067
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grundy County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 53219 |
|
||||
| Under 18 | 12939 |
|
||||
| 18–64 | 32249 |
|
||||
| 65+ | 8031 |
|
||||
| Median household income | 92235 |
|
||||
| Poverty rate | 5.99 |
|
||||
| Homeownership rate | 74.38 |
|
||||
| Unemployment rate | 4.58 |
|
||||
| Median home value | 271700 |
|
||||
| Gini index | 0.4036 |
|
||||
| Vacancy rate | 3.69 |
|
||||
| White | 45933 |
|
||||
| Black | 1220 |
|
||||
| Asian | 301 |
|
||||
| Native | 38 |
|
||||
| Hispanic/Latino | 6368 |
|
||||
| Bachelor's or higher | 11067 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hamilton County, IL"
|
||||
classification: county
|
||||
fips: "17065"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 7916
|
||||
population_under_18: 1731
|
||||
population_18_64: 4369
|
||||
population_65_plus: 1816
|
||||
median_household_income: 65746
|
||||
poverty_rate: 12.08
|
||||
homeownership_rate: 76.38
|
||||
unemployment_rate: 5.13
|
||||
median_home_value: 113700
|
||||
gini_index: 0.4866
|
||||
vacancy_rate: 10.94
|
||||
race_white: 7541
|
||||
race_black: 17
|
||||
race_asian: 41
|
||||
race_native: 13
|
||||
hispanic: 57
|
||||
bachelors_plus: 1665
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hamilton County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7916 |
|
||||
| Under 18 | 1731 |
|
||||
| 18–64 | 4369 |
|
||||
| 65+ | 1816 |
|
||||
| Median household income | 65746 |
|
||||
| Poverty rate | 12.08 |
|
||||
| Homeownership rate | 76.38 |
|
||||
| Unemployment rate | 5.13 |
|
||||
| Median home value | 113700 |
|
||||
| Gini index | 0.4866 |
|
||||
| Vacancy rate | 10.94 |
|
||||
| White | 7541 |
|
||||
| Black | 17 |
|
||||
| Asian | 41 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 57 |
|
||||
| Bachelor's or higher | 1665 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hancock County, IL"
|
||||
classification: county
|
||||
fips: "17067"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 17281
|
||||
population_under_18: 3635
|
||||
population_18_64: 9390
|
||||
population_65_plus: 4256
|
||||
median_household_income: 65865
|
||||
poverty_rate: 12.27
|
||||
homeownership_rate: 81.32
|
||||
unemployment_rate: 4.23
|
||||
median_home_value: 113800
|
||||
gini_index: 0.4426
|
||||
vacancy_rate: 14.82
|
||||
race_white: 16283
|
||||
race_black: 128
|
||||
race_asian: 62
|
||||
race_native: 23
|
||||
hispanic: 397
|
||||
bachelors_plus: 4084
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hancock County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17281 |
|
||||
| Under 18 | 3635 |
|
||||
| 18–64 | 9390 |
|
||||
| 65+ | 4256 |
|
||||
| Median household income | 65865 |
|
||||
| Poverty rate | 12.27 |
|
||||
| Homeownership rate | 81.32 |
|
||||
| Unemployment rate | 4.23 |
|
||||
| Median home value | 113800 |
|
||||
| Gini index | 0.4426 |
|
||||
| Vacancy rate | 14.82 |
|
||||
| White | 16283 |
|
||||
| Black | 128 |
|
||||
| Asian | 62 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 397 |
|
||||
| Bachelor's or higher | 4084 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hardin County, IL"
|
||||
classification: county
|
||||
fips: "17069"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 3605
|
||||
population_under_18: 533
|
||||
population_18_64: 1996
|
||||
population_65_plus: 1076
|
||||
median_household_income: 54271
|
||||
poverty_rate: 10.96
|
||||
homeownership_rate: 79.55
|
||||
unemployment_rate: 2.76
|
||||
median_home_value: 103800
|
||||
gini_index: 0.4061
|
||||
vacancy_rate: 33.89
|
||||
race_white: 3477
|
||||
race_black: 49
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 33
|
||||
bachelors_plus: 537
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hardin County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3605 |
|
||||
| Under 18 | 533 |
|
||||
| 18–64 | 1996 |
|
||||
| 65+ | 1076 |
|
||||
| Median household income | 54271 |
|
||||
| Poverty rate | 10.96 |
|
||||
| Homeownership rate | 79.55 |
|
||||
| Unemployment rate | 2.76 |
|
||||
| Median home value | 103800 |
|
||||
| Gini index | 0.4061 |
|
||||
| Vacancy rate | 33.89 |
|
||||
| White | 3477 |
|
||||
| Black | 49 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 33 |
|
||||
| Bachelor's or higher | 537 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Henderson County, IL"
|
||||
classification: county
|
||||
fips: "17071"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 6193
|
||||
population_under_18: 1145
|
||||
population_18_64: 3338
|
||||
population_65_plus: 1710
|
||||
median_household_income: 62227
|
||||
poverty_rate: 13.94
|
||||
homeownership_rate: 81.1
|
||||
unemployment_rate: 7.8
|
||||
median_home_value: 104400
|
||||
gini_index: 0.3915
|
||||
vacancy_rate: 19.67
|
||||
race_white: 5824
|
||||
race_black: 19
|
||||
race_asian: 11
|
||||
race_native: 41
|
||||
hispanic: 76
|
||||
bachelors_plus: 1185
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Henderson County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6193 |
|
||||
| Under 18 | 1145 |
|
||||
| 18–64 | 3338 |
|
||||
| 65+ | 1710 |
|
||||
| Median household income | 62227 |
|
||||
| Poverty rate | 13.94 |
|
||||
| Homeownership rate | 81.1 |
|
||||
| Unemployment rate | 7.8 |
|
||||
| Median home value | 104400 |
|
||||
| Gini index | 0.3915 |
|
||||
| Vacancy rate | 19.67 |
|
||||
| White | 5824 |
|
||||
| Black | 19 |
|
||||
| Asian | 11 |
|
||||
| Native | 41 |
|
||||
| Hispanic/Latino | 76 |
|
||||
| Bachelor's or higher | 1185 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Henry County, IL"
|
||||
classification: county
|
||||
fips: "17073"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 48643
|
||||
population_under_18: 10516
|
||||
population_18_64: 27536
|
||||
population_65_plus: 10591
|
||||
median_household_income: 71911
|
||||
poverty_rate: 8.91
|
||||
homeownership_rate: 79.95
|
||||
unemployment_rate: 4.83
|
||||
median_home_value: 151600
|
||||
gini_index: 0.4261
|
||||
vacancy_rate: 8.73
|
||||
race_white: 42780
|
||||
race_black: 535
|
||||
race_asian: 254
|
||||
race_native: 5
|
||||
hispanic: 3366
|
||||
bachelors_plus: 11382
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Henry County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 48643 |
|
||||
| Under 18 | 10516 |
|
||||
| 18–64 | 27536 |
|
||||
| 65+ | 10591 |
|
||||
| Median household income | 71911 |
|
||||
| Poverty rate | 8.91 |
|
||||
| Homeownership rate | 79.95 |
|
||||
| Unemployment rate | 4.83 |
|
||||
| Median home value | 151600 |
|
||||
| Gini index | 0.4261 |
|
||||
| Vacancy rate | 8.73 |
|
||||
| White | 42780 |
|
||||
| Black | 535 |
|
||||
| Asian | 254 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 3366 |
|
||||
| Bachelor's or higher | 11382 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Iroquois County, IL"
|
||||
classification: county
|
||||
fips: "17075"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 26449
|
||||
population_under_18: 5703
|
||||
population_18_64: 14769
|
||||
population_65_plus: 5977
|
||||
median_household_income: 66255
|
||||
poverty_rate: 12.5
|
||||
homeownership_rate: 80.0
|
||||
unemployment_rate: 4.47
|
||||
median_home_value: 137800
|
||||
gini_index: 0.4341
|
||||
vacancy_rate: 10.52
|
||||
race_white: 23481
|
||||
race_black: 213
|
||||
race_asian: 89
|
||||
race_native: 137
|
||||
hispanic: 2187
|
||||
bachelors_plus: 4431
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Iroquois County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26449 |
|
||||
| Under 18 | 5703 |
|
||||
| 18–64 | 14769 |
|
||||
| 65+ | 5977 |
|
||||
| Median household income | 66255 |
|
||||
| Poverty rate | 12.5 |
|
||||
| Homeownership rate | 80.0 |
|
||||
| Unemployment rate | 4.47 |
|
||||
| Median home value | 137800 |
|
||||
| Gini index | 0.4341 |
|
||||
| Vacancy rate | 10.52 |
|
||||
| White | 23481 |
|
||||
| Black | 213 |
|
||||
| Asian | 89 |
|
||||
| Native | 137 |
|
||||
| Hispanic/Latino | 2187 |
|
||||
| Bachelor's or higher | 4431 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jackson County, IL"
|
||||
classification: county
|
||||
fips: "17077"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 53064
|
||||
population_under_18: 9994
|
||||
population_18_64: 34292
|
||||
population_65_plus: 8778
|
||||
median_household_income: 48763
|
||||
poverty_rate: 20.99
|
||||
homeownership_rate: 49.98
|
||||
unemployment_rate: 7.47
|
||||
median_home_value: 137300
|
||||
gini_index: 0.4936
|
||||
vacancy_rate: 17.21
|
||||
race_white: 38642
|
||||
race_black: 7422
|
||||
race_asian: 1970
|
||||
race_native: 45
|
||||
hispanic: 2811
|
||||
bachelors_plus: 16783
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jackson County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 53064 |
|
||||
| Under 18 | 9994 |
|
||||
| 18–64 | 34292 |
|
||||
| 65+ | 8778 |
|
||||
| Median household income | 48763 |
|
||||
| Poverty rate | 20.99 |
|
||||
| Homeownership rate | 49.98 |
|
||||
| Unemployment rate | 7.47 |
|
||||
| Median home value | 137300 |
|
||||
| Gini index | 0.4936 |
|
||||
| Vacancy rate | 17.21 |
|
||||
| White | 38642 |
|
||||
| Black | 7422 |
|
||||
| Asian | 1970 |
|
||||
| Native | 45 |
|
||||
| Hispanic/Latino | 2811 |
|
||||
| Bachelor's or higher | 16783 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jasper County, IL"
|
||||
classification: county
|
||||
fips: "17079"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 9180
|
||||
population_under_18: 2069
|
||||
population_18_64: 5185
|
||||
population_65_plus: 1926
|
||||
median_household_income: 74755
|
||||
poverty_rate: 11.06
|
||||
homeownership_rate: 85.2
|
||||
unemployment_rate: 4.18
|
||||
median_home_value: 125500
|
||||
gini_index: 0.4056
|
||||
vacancy_rate: 11.24
|
||||
race_white: 8892
|
||||
race_black: 7
|
||||
race_asian: 12
|
||||
race_native: 0
|
||||
hispanic: 123
|
||||
bachelors_plus: 1813
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jasper County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9180 |
|
||||
| Under 18 | 2069 |
|
||||
| 18–64 | 5185 |
|
||||
| 65+ | 1926 |
|
||||
| Median household income | 74755 |
|
||||
| Poverty rate | 11.06 |
|
||||
| Homeownership rate | 85.2 |
|
||||
| Unemployment rate | 4.18 |
|
||||
| Median home value | 125500 |
|
||||
| Gini index | 0.4056 |
|
||||
| Vacancy rate | 11.24 |
|
||||
| White | 8892 |
|
||||
| Black | 7 |
|
||||
| Asian | 12 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 123 |
|
||||
| Bachelor's or higher | 1813 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jefferson County, IL"
|
||||
classification: county
|
||||
fips: "17081"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 36550
|
||||
population_under_18: 8140
|
||||
population_18_64: 21112
|
||||
population_65_plus: 7298
|
||||
median_household_income: 63118
|
||||
poverty_rate: 13.53
|
||||
homeownership_rate: 71.68
|
||||
unemployment_rate: 5.78
|
||||
median_home_value: 126000
|
||||
gini_index: 0.4335
|
||||
vacancy_rate: 10.88
|
||||
race_white: 30687
|
||||
race_black: 2272
|
||||
race_asian: 376
|
||||
race_native: 122
|
||||
hispanic: 1030
|
||||
bachelors_plus: 6420
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jefferson County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36550 |
|
||||
| Under 18 | 8140 |
|
||||
| 18–64 | 21112 |
|
||||
| 65+ | 7298 |
|
||||
| Median household income | 63118 |
|
||||
| Poverty rate | 13.53 |
|
||||
| Homeownership rate | 71.68 |
|
||||
| Unemployment rate | 5.78 |
|
||||
| Median home value | 126000 |
|
||||
| Gini index | 0.4335 |
|
||||
| Vacancy rate | 10.88 |
|
||||
| White | 30687 |
|
||||
| Black | 2272 |
|
||||
| Asian | 376 |
|
||||
| Native | 122 |
|
||||
| Hispanic/Latino | 1030 |
|
||||
| Bachelor's or higher | 6420 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jersey County, IL"
|
||||
classification: county
|
||||
fips: "17083"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 21274
|
||||
population_under_18: 4207
|
||||
population_18_64: 12676
|
||||
population_65_plus: 4391
|
||||
median_household_income: 80361
|
||||
poverty_rate: 8.83
|
||||
homeownership_rate: 80.54
|
||||
unemployment_rate: 3.4
|
||||
median_home_value: 171900
|
||||
gini_index: 0.4248
|
||||
vacancy_rate: 20.01
|
||||
race_white: 20197
|
||||
race_black: 118
|
||||
race_asian: 143
|
||||
race_native: 5
|
||||
hispanic: 340
|
||||
bachelors_plus: 4562
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jersey County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21274 |
|
||||
| Under 18 | 4207 |
|
||||
| 18–64 | 12676 |
|
||||
| 65+ | 4391 |
|
||||
| Median household income | 80361 |
|
||||
| Poverty rate | 8.83 |
|
||||
| Homeownership rate | 80.54 |
|
||||
| Unemployment rate | 3.4 |
|
||||
| Median home value | 171900 |
|
||||
| Gini index | 0.4248 |
|
||||
| Vacancy rate | 20.01 |
|
||||
| White | 20197 |
|
||||
| Black | 118 |
|
||||
| Asian | 143 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 340 |
|
||||
| Bachelor's or higher | 4562 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jo Daviess County, IL"
|
||||
classification: county
|
||||
fips: "17085"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 21851
|
||||
population_under_18: 3972
|
||||
population_18_64: 11338
|
||||
population_65_plus: 6541
|
||||
median_household_income: 73993
|
||||
poverty_rate: 7.84
|
||||
homeownership_rate: 80.38
|
||||
unemployment_rate: 3.59
|
||||
median_home_value: 209900
|
||||
gini_index: 0.4282
|
||||
vacancy_rate: 22.69
|
||||
race_white: 20434
|
||||
race_black: 166
|
||||
race_asian: 118
|
||||
race_native: 63
|
||||
hispanic: 912
|
||||
bachelors_plus: 6302
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jo Daviess County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21851 |
|
||||
| Under 18 | 3972 |
|
||||
| 18–64 | 11338 |
|
||||
| 65+ | 6541 |
|
||||
| Median household income | 73993 |
|
||||
| Poverty rate | 7.84 |
|
||||
| Homeownership rate | 80.38 |
|
||||
| Unemployment rate | 3.59 |
|
||||
| Median home value | 209900 |
|
||||
| Gini index | 0.4282 |
|
||||
| Vacancy rate | 22.69 |
|
||||
| White | 20434 |
|
||||
| Black | 166 |
|
||||
| Asian | 118 |
|
||||
| Native | 63 |
|
||||
| Hispanic/Latino | 912 |
|
||||
| Bachelor's or higher | 6302 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Johnson County, IL"
|
||||
classification: county
|
||||
fips: "17087"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 13376
|
||||
population_under_18: 2483
|
||||
population_18_64: 8263
|
||||
population_65_plus: 2630
|
||||
median_household_income: 62528
|
||||
poverty_rate: 17.58
|
||||
homeownership_rate: 81.98
|
||||
unemployment_rate: 3.48
|
||||
median_home_value: 160500
|
||||
gini_index: 0.4358
|
||||
vacancy_rate: 25.99
|
||||
race_white: 10772
|
||||
race_black: 1043
|
||||
race_asian: 33
|
||||
race_native: 0
|
||||
hispanic: 597
|
||||
bachelors_plus: 2578
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Johnson County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13376 |
|
||||
| Under 18 | 2483 |
|
||||
| 18–64 | 8263 |
|
||||
| 65+ | 2630 |
|
||||
| Median household income | 62528 |
|
||||
| Poverty rate | 17.58 |
|
||||
| Homeownership rate | 81.98 |
|
||||
| Unemployment rate | 3.48 |
|
||||
| Median home value | 160500 |
|
||||
| Gini index | 0.4358 |
|
||||
| Vacancy rate | 25.99 |
|
||||
| White | 10772 |
|
||||
| Black | 1043 |
|
||||
| Asian | 33 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 597 |
|
||||
| Bachelor's or higher | 2578 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kane County, IL"
|
||||
classification: county
|
||||
fips: "17089"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 517255
|
||||
population_under_18: 123564
|
||||
population_18_64: 313300
|
||||
population_65_plus: 80391
|
||||
median_household_income: 103163
|
||||
poverty_rate: 7.91
|
||||
homeownership_rate: 75.96
|
||||
unemployment_rate: 4.79
|
||||
median_home_value: 327000
|
||||
gini_index: 0.4326
|
||||
vacancy_rate: 3.26
|
||||
race_white: 300197
|
||||
race_black: 25661
|
||||
race_asian: 21270
|
||||
race_native: 5972
|
||||
hispanic: 172723
|
||||
bachelors_plus: 179181
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kane County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 517255 |
|
||||
| Under 18 | 123564 |
|
||||
| 18–64 | 313300 |
|
||||
| 65+ | 80391 |
|
||||
| Median household income | 103163 |
|
||||
| Poverty rate | 7.91 |
|
||||
| Homeownership rate | 75.96 |
|
||||
| Unemployment rate | 4.79 |
|
||||
| Median home value | 327000 |
|
||||
| Gini index | 0.4326 |
|
||||
| Vacancy rate | 3.26 |
|
||||
| White | 300197 |
|
||||
| Black | 25661 |
|
||||
| Asian | 21270 |
|
||||
| Native | 5972 |
|
||||
| Hispanic/Latino | 172723 |
|
||||
| Bachelor's or higher | 179181 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kankakee County, IL"
|
||||
classification: county
|
||||
fips: "17091"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 106635
|
||||
population_under_18: 24272
|
||||
population_18_64: 63333
|
||||
population_65_plus: 19030
|
||||
median_household_income: 71281
|
||||
poverty_rate: 12.2
|
||||
homeownership_rate: 69.86
|
||||
unemployment_rate: 4.94
|
||||
median_home_value: 192600
|
||||
gini_index: 0.4433
|
||||
vacancy_rate: 9.73
|
||||
race_white: 78270
|
||||
race_black: 15265
|
||||
race_asian: 1067
|
||||
race_native: 487
|
||||
hispanic: 13523
|
||||
bachelors_plus: 21067
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kankakee County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 106635 |
|
||||
| Under 18 | 24272 |
|
||||
| 18–64 | 63333 |
|
||||
| 65+ | 19030 |
|
||||
| Median household income | 71281 |
|
||||
| Poverty rate | 12.2 |
|
||||
| Homeownership rate | 69.86 |
|
||||
| Unemployment rate | 4.94 |
|
||||
| Median home value | 192600 |
|
||||
| Gini index | 0.4433 |
|
||||
| Vacancy rate | 9.73 |
|
||||
| White | 78270 |
|
||||
| Black | 15265 |
|
||||
| Asian | 1067 |
|
||||
| Native | 487 |
|
||||
| Hispanic/Latino | 13523 |
|
||||
| Bachelor's or higher | 21067 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kendall County, IL"
|
||||
classification: county
|
||||
fips: "17093"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 137675
|
||||
population_under_18: 37238
|
||||
population_18_64: 84971
|
||||
population_65_plus: 15466
|
||||
median_household_income: 111601
|
||||
poverty_rate: 5.42
|
||||
homeownership_rate: 84.03
|
||||
unemployment_rate: 4.34
|
||||
median_home_value: 322400
|
||||
gini_index: 0.3615
|
||||
vacancy_rate: 2.61
|
||||
race_white: 89865
|
||||
race_black: 10573
|
||||
race_asian: 4997
|
||||
race_native: 929
|
||||
hispanic: 30872
|
||||
bachelors_plus: 43982
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kendall County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 137675 |
|
||||
| Under 18 | 37238 |
|
||||
| 18–64 | 84971 |
|
||||
| 65+ | 15466 |
|
||||
| Median household income | 111601 |
|
||||
| Poverty rate | 5.42 |
|
||||
| Homeownership rate | 84.03 |
|
||||
| Unemployment rate | 4.34 |
|
||||
| Median home value | 322400 |
|
||||
| Gini index | 0.3615 |
|
||||
| Vacancy rate | 2.61 |
|
||||
| White | 89865 |
|
||||
| Black | 10573 |
|
||||
| Asian | 4997 |
|
||||
| Native | 929 |
|
||||
| Hispanic/Latino | 30872 |
|
||||
| Bachelor's or higher | 43982 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Knox County, IL"
|
||||
classification: county
|
||||
fips: "17095"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 49046
|
||||
population_under_18: 9907
|
||||
population_18_64: 28232
|
||||
population_65_plus: 10907
|
||||
median_household_income: 57030
|
||||
poverty_rate: 14.57
|
||||
homeownership_rate: 70.82
|
||||
unemployment_rate: 5.1
|
||||
median_home_value: 111900
|
||||
gini_index: 0.4542
|
||||
vacancy_rate: 11.73
|
||||
race_white: 40178
|
||||
race_black: 3962
|
||||
race_asian: 617
|
||||
race_native: 29
|
||||
hispanic: 3161
|
||||
bachelors_plus: 9734
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Knox County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 49046 |
|
||||
| Under 18 | 9907 |
|
||||
| 18–64 | 28232 |
|
||||
| 65+ | 10907 |
|
||||
| Median household income | 57030 |
|
||||
| Poverty rate | 14.57 |
|
||||
| Homeownership rate | 70.82 |
|
||||
| Unemployment rate | 5.1 |
|
||||
| Median home value | 111900 |
|
||||
| Gini index | 0.4542 |
|
||||
| Vacancy rate | 11.73 |
|
||||
| White | 40178 |
|
||||
| Black | 3962 |
|
||||
| Asian | 617 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 3161 |
|
||||
| Bachelor's or higher | 9734 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lake County, IL"
|
||||
classification: county
|
||||
fips: "17097"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 714223
|
||||
population_under_18: 166306
|
||||
population_18_64: 435125
|
||||
population_65_plus: 112792
|
||||
median_household_income: 110416
|
||||
poverty_rate: 8.34
|
||||
homeownership_rate: 74.83
|
||||
unemployment_rate: 5.19
|
||||
median_home_value: 345700
|
||||
gini_index: 0.4796
|
||||
vacancy_rate: 4.49
|
||||
race_white: 437310
|
||||
race_black: 47642
|
||||
race_asian: 62162
|
||||
race_native: 6816
|
||||
hispanic: 177631
|
||||
bachelors_plus: 322523
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lake County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 714223 |
|
||||
| Under 18 | 166306 |
|
||||
| 18–64 | 435125 |
|
||||
| 65+ | 112792 |
|
||||
| Median household income | 110416 |
|
||||
| Poverty rate | 8.34 |
|
||||
| Homeownership rate | 74.83 |
|
||||
| Unemployment rate | 5.19 |
|
||||
| Median home value | 345700 |
|
||||
| Gini index | 0.4796 |
|
||||
| Vacancy rate | 4.49 |
|
||||
| White | 437310 |
|
||||
| Black | 47642 |
|
||||
| Asian | 62162 |
|
||||
| Native | 6816 |
|
||||
| Hispanic/Latino | 177631 |
|
||||
| Bachelor's or higher | 322523 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "LaSalle County, IL"
|
||||
classification: county
|
||||
fips: "17099"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 108714
|
||||
population_under_18: 23020
|
||||
population_18_64: 64025
|
||||
population_65_plus: 21669
|
||||
median_household_income: 73045
|
||||
poverty_rate: 13.91
|
||||
homeownership_rate: 74.45
|
||||
unemployment_rate: 5.35
|
||||
median_home_value: 161900
|
||||
gini_index: 0.4442
|
||||
vacancy_rate: 8.97
|
||||
race_white: 92952
|
||||
race_black: 2796
|
||||
race_asian: 911
|
||||
race_native: 210
|
||||
hispanic: 12161
|
||||
bachelors_plus: 20803
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# LaSalle County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 108714 |
|
||||
| Under 18 | 23020 |
|
||||
| 18–64 | 64025 |
|
||||
| 65+ | 21669 |
|
||||
| Median household income | 73045 |
|
||||
| Poverty rate | 13.91 |
|
||||
| Homeownership rate | 74.45 |
|
||||
| Unemployment rate | 5.35 |
|
||||
| Median home value | 161900 |
|
||||
| Gini index | 0.4442 |
|
||||
| Vacancy rate | 8.97 |
|
||||
| White | 92952 |
|
||||
| Black | 2796 |
|
||||
| Asian | 911 |
|
||||
| Native | 210 |
|
||||
| Hispanic/Latino | 12161 |
|
||||
| Bachelor's or higher | 20803 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lawrence County, IL"
|
||||
classification: county
|
||||
fips: "17101"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 15031
|
||||
population_under_18: 2796
|
||||
population_18_64: 9456
|
||||
population_65_plus: 2779
|
||||
median_household_income: 55324
|
||||
poverty_rate: 14.49
|
||||
homeownership_rate: 71.84
|
||||
unemployment_rate: 8.1
|
||||
median_home_value: 99100
|
||||
gini_index: 0.4286
|
||||
vacancy_rate: 14.59
|
||||
race_white: 12621
|
||||
race_black: 932
|
||||
race_asian: 69
|
||||
race_native: 7
|
||||
hispanic: 323
|
||||
bachelors_plus: 2237
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lawrence County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15031 |
|
||||
| Under 18 | 2796 |
|
||||
| 18–64 | 9456 |
|
||||
| 65+ | 2779 |
|
||||
| Median household income | 55324 |
|
||||
| Poverty rate | 14.49 |
|
||||
| Homeownership rate | 71.84 |
|
||||
| Unemployment rate | 8.1 |
|
||||
| Median home value | 99100 |
|
||||
| Gini index | 0.4286 |
|
||||
| Vacancy rate | 14.59 |
|
||||
| White | 12621 |
|
||||
| Black | 932 |
|
||||
| Asian | 69 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 323 |
|
||||
| Bachelor's or higher | 2237 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lee County, IL"
|
||||
classification: county
|
||||
fips: "17103"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 33869
|
||||
population_under_18: 6655
|
||||
population_18_64: 19987
|
||||
population_65_plus: 7227
|
||||
median_household_income: 70292
|
||||
poverty_rate: 11.82
|
||||
homeownership_rate: 73.64
|
||||
unemployment_rate: 5.21
|
||||
median_home_value: 154600
|
||||
gini_index: 0.4348
|
||||
vacancy_rate: 11.06
|
||||
race_white: 29059
|
||||
race_black: 1798
|
||||
race_asian: 243
|
||||
race_native: 37
|
||||
hispanic: 2564
|
||||
bachelors_plus: 6562
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33869 |
|
||||
| Under 18 | 6655 |
|
||||
| 18–64 | 19987 |
|
||||
| 65+ | 7227 |
|
||||
| Median household income | 70292 |
|
||||
| Poverty rate | 11.82 |
|
||||
| Homeownership rate | 73.64 |
|
||||
| Unemployment rate | 5.21 |
|
||||
| Median home value | 154600 |
|
||||
| Gini index | 0.4348 |
|
||||
| Vacancy rate | 11.06 |
|
||||
| White | 29059 |
|
||||
| Black | 1798 |
|
||||
| Asian | 243 |
|
||||
| Native | 37 |
|
||||
| Hispanic/Latino | 2564 |
|
||||
| Bachelor's or higher | 6562 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Livingston County, IL"
|
||||
classification: county
|
||||
fips: "17105"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 35565
|
||||
population_under_18: 7802
|
||||
population_18_64: 20599
|
||||
population_65_plus: 7164
|
||||
median_household_income: 73790
|
||||
poverty_rate: 10.52
|
||||
homeownership_rate: 74.31
|
||||
unemployment_rate: 3.46
|
||||
median_home_value: 142200
|
||||
gini_index: 0.4124
|
||||
vacancy_rate: 8.25
|
||||
race_white: 31676
|
||||
race_black: 1209
|
||||
race_asian: 239
|
||||
race_native: 37
|
||||
hispanic: 2070
|
||||
bachelors_plus: 6281
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Livingston County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 35565 |
|
||||
| Under 18 | 7802 |
|
||||
| 18–64 | 20599 |
|
||||
| 65+ | 7164 |
|
||||
| Median household income | 73790 |
|
||||
| Poverty rate | 10.52 |
|
||||
| Homeownership rate | 74.31 |
|
||||
| Unemployment rate | 3.46 |
|
||||
| Median home value | 142200 |
|
||||
| Gini index | 0.4124 |
|
||||
| Vacancy rate | 8.25 |
|
||||
| White | 31676 |
|
||||
| Black | 1209 |
|
||||
| Asian | 239 |
|
||||
| Native | 37 |
|
||||
| Hispanic/Latino | 2070 |
|
||||
| Bachelor's or higher | 6281 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Logan County, IL"
|
||||
classification: county
|
||||
fips: "17107"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 27713
|
||||
population_under_18: 5338
|
||||
population_18_64: 16966
|
||||
population_65_plus: 5409
|
||||
median_household_income: 66358
|
||||
poverty_rate: 13.13
|
||||
homeownership_rate: 68.49
|
||||
unemployment_rate: 3.98
|
||||
median_home_value: 134400
|
||||
gini_index: 0.4222
|
||||
vacancy_rate: 5.86
|
||||
race_white: 24136
|
||||
race_black: 1492
|
||||
race_asian: 130
|
||||
race_native: 18
|
||||
hispanic: 966
|
||||
bachelors_plus: 5535
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Logan County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27713 |
|
||||
| Under 18 | 5338 |
|
||||
| 18–64 | 16966 |
|
||||
| 65+ | 5409 |
|
||||
| Median household income | 66358 |
|
||||
| Poverty rate | 13.13 |
|
||||
| Homeownership rate | 68.49 |
|
||||
| Unemployment rate | 3.98 |
|
||||
| Median home value | 134400 |
|
||||
| Gini index | 0.4222 |
|
||||
| Vacancy rate | 5.86 |
|
||||
| White | 24136 |
|
||||
| Black | 1492 |
|
||||
| Asian | 130 |
|
||||
| Native | 18 |
|
||||
| Hispanic/Latino | 966 |
|
||||
| Bachelor's or higher | 5535 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Macon County, IL"
|
||||
classification: county
|
||||
fips: "17115"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 101849
|
||||
population_under_18: 23066
|
||||
population_18_64: 57371
|
||||
population_65_plus: 21412
|
||||
median_household_income: 62666
|
||||
poverty_rate: 14.99
|
||||
homeownership_rate: 70.15
|
||||
unemployment_rate: 6.77
|
||||
median_home_value: 127300
|
||||
gini_index: 0.4605
|
||||
vacancy_rate: 12.42
|
||||
race_white: 75616
|
||||
race_black: 16552
|
||||
race_asian: 1564
|
||||
race_native: 99
|
||||
hispanic: 2915
|
||||
bachelors_plus: 22964
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Macon County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 101849 |
|
||||
| Under 18 | 23066 |
|
||||
| 18–64 | 57371 |
|
||||
| 65+ | 21412 |
|
||||
| Median household income | 62666 |
|
||||
| Poverty rate | 14.99 |
|
||||
| Homeownership rate | 70.15 |
|
||||
| Unemployment rate | 6.77 |
|
||||
| Median home value | 127300 |
|
||||
| Gini index | 0.4605 |
|
||||
| Vacancy rate | 12.42 |
|
||||
| White | 75616 |
|
||||
| Black | 16552 |
|
||||
| Asian | 1564 |
|
||||
| Native | 99 |
|
||||
| Hispanic/Latino | 2915 |
|
||||
| Bachelor's or higher | 22964 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Macoupin County, IL"
|
||||
classification: county
|
||||
fips: "17117"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 44350
|
||||
population_under_18: 9136
|
||||
population_18_64: 25648
|
||||
population_65_plus: 9566
|
||||
median_household_income: 70805
|
||||
poverty_rate: 13.06
|
||||
homeownership_rate: 78.49
|
||||
unemployment_rate: 3.67
|
||||
median_home_value: 138200
|
||||
gini_index: 0.4311
|
||||
vacancy_rate: 16.86
|
||||
race_white: 41656
|
||||
race_black: 654
|
||||
race_asian: 130
|
||||
race_native: 50
|
||||
hispanic: 608
|
||||
bachelors_plus: 8493
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Macoupin County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 44350 |
|
||||
| Under 18 | 9136 |
|
||||
| 18–64 | 25648 |
|
||||
| 65+ | 9566 |
|
||||
| Median household income | 70805 |
|
||||
| Poverty rate | 13.06 |
|
||||
| Homeownership rate | 78.49 |
|
||||
| Unemployment rate | 3.67 |
|
||||
| Median home value | 138200 |
|
||||
| Gini index | 0.4311 |
|
||||
| Vacancy rate | 16.86 |
|
||||
| White | 41656 |
|
||||
| Black | 654 |
|
||||
| Asian | 130 |
|
||||
| Native | 50 |
|
||||
| Hispanic/Latino | 608 |
|
||||
| Bachelor's or higher | 8493 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Madison County, IL"
|
||||
classification: county
|
||||
fips: "17119"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 264238
|
||||
population_under_18: 56348
|
||||
population_18_64: 158956
|
||||
population_65_plus: 48934
|
||||
median_household_income: 75793
|
||||
poverty_rate: 11.06
|
||||
homeownership_rate: 74.2
|
||||
unemployment_rate: 4.59
|
||||
median_home_value: 173000
|
||||
gini_index: 0.4409
|
||||
vacancy_rate: 7.58
|
||||
race_white: 219413
|
||||
race_black: 20666
|
||||
race_asian: 2245
|
||||
race_native: 500
|
||||
hispanic: 11399
|
||||
bachelors_plus: 78034
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Madison County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 264238 |
|
||||
| Under 18 | 56348 |
|
||||
| 18–64 | 158956 |
|
||||
| 65+ | 48934 |
|
||||
| Median household income | 75793 |
|
||||
| Poverty rate | 11.06 |
|
||||
| Homeownership rate | 74.2 |
|
||||
| Unemployment rate | 4.59 |
|
||||
| Median home value | 173000 |
|
||||
| Gini index | 0.4409 |
|
||||
| Vacancy rate | 7.58 |
|
||||
| White | 219413 |
|
||||
| Black | 20666 |
|
||||
| Asian | 2245 |
|
||||
| Native | 500 |
|
||||
| Hispanic/Latino | 11399 |
|
||||
| Bachelor's or higher | 78034 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marion County, IL"
|
||||
classification: county
|
||||
fips: "17121"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 37000
|
||||
population_under_18: 8685
|
||||
population_18_64: 20842
|
||||
population_65_plus: 7473
|
||||
median_household_income: 61240
|
||||
poverty_rate: 15.37
|
||||
homeownership_rate: 74.65
|
||||
unemployment_rate: 5.87
|
||||
median_home_value: 103000
|
||||
gini_index: 0.4345
|
||||
vacancy_rate: 10.51
|
||||
race_white: 33280
|
||||
race_black: 1097
|
||||
race_asian: 270
|
||||
race_native: 38
|
||||
hispanic: 812
|
||||
bachelors_plus: 5673
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marion County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37000 |
|
||||
| Under 18 | 8685 |
|
||||
| 18–64 | 20842 |
|
||||
| 65+ | 7473 |
|
||||
| Median household income | 61240 |
|
||||
| Poverty rate | 15.37 |
|
||||
| Homeownership rate | 74.65 |
|
||||
| Unemployment rate | 5.87 |
|
||||
| Median home value | 103000 |
|
||||
| Gini index | 0.4345 |
|
||||
| Vacancy rate | 10.51 |
|
||||
| White | 33280 |
|
||||
| Black | 1097 |
|
||||
| Asian | 270 |
|
||||
| Native | 38 |
|
||||
| Hispanic/Latino | 812 |
|
||||
| Bachelor's or higher | 5673 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marshall County, IL"
|
||||
classification: county
|
||||
fips: "17123"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 11647
|
||||
population_under_18: 2378
|
||||
population_18_64: 6469
|
||||
population_65_plus: 2800
|
||||
median_household_income: 71585
|
||||
poverty_rate: 11.43
|
||||
homeownership_rate: 79.23
|
||||
unemployment_rate: 3.82
|
||||
median_home_value: 142800
|
||||
gini_index: 0.4106
|
||||
vacancy_rate: 12.4
|
||||
race_white: 10812
|
||||
race_black: 47
|
||||
race_asian: 10
|
||||
race_native: 13
|
||||
hispanic: 409
|
||||
bachelors_plus: 1994
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marshall County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11647 |
|
||||
| Under 18 | 2378 |
|
||||
| 18–64 | 6469 |
|
||||
| 65+ | 2800 |
|
||||
| Median household income | 71585 |
|
||||
| Poverty rate | 11.43 |
|
||||
| Homeownership rate | 79.23 |
|
||||
| Unemployment rate | 3.82 |
|
||||
| Median home value | 142800 |
|
||||
| Gini index | 0.4106 |
|
||||
| Vacancy rate | 12.4 |
|
||||
| White | 10812 |
|
||||
| Black | 47 |
|
||||
| Asian | 10 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 409 |
|
||||
| Bachelor's or higher | 1994 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mason County, IL"
|
||||
classification: county
|
||||
fips: "17125"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 12745
|
||||
population_under_18: 2647
|
||||
population_18_64: 7159
|
||||
population_65_plus: 2939
|
||||
median_household_income: 62845
|
||||
poverty_rate: 14.83
|
||||
homeownership_rate: 81.82
|
||||
unemployment_rate: 4.86
|
||||
median_home_value: 103400
|
||||
gini_index: 0.4243
|
||||
vacancy_rate: 12.7
|
||||
race_white: 12058
|
||||
race_black: 96
|
||||
race_asian: 52
|
||||
race_native: 54
|
||||
hispanic: 205
|
||||
bachelors_plus: 2075
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mason County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12745 |
|
||||
| Under 18 | 2647 |
|
||||
| 18–64 | 7159 |
|
||||
| 65+ | 2939 |
|
||||
| Median household income | 62845 |
|
||||
| Poverty rate | 14.83 |
|
||||
| Homeownership rate | 81.82 |
|
||||
| Unemployment rate | 4.86 |
|
||||
| Median home value | 103400 |
|
||||
| Gini index | 0.4243 |
|
||||
| Vacancy rate | 12.7 |
|
||||
| White | 12058 |
|
||||
| Black | 96 |
|
||||
| Asian | 52 |
|
||||
| Native | 54 |
|
||||
| Hispanic/Latino | 205 |
|
||||
| Bachelor's or higher | 2075 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Massac County, IL"
|
||||
classification: county
|
||||
fips: "17127"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 13865
|
||||
population_under_18: 2955
|
||||
population_18_64: 7861
|
||||
population_65_plus: 3049
|
||||
median_household_income: 65116
|
||||
poverty_rate: 16.27
|
||||
homeownership_rate: 76.36
|
||||
unemployment_rate: 3.85
|
||||
median_home_value: 121900
|
||||
gini_index: 0.4213
|
||||
vacancy_rate: 20.01
|
||||
race_white: 11970
|
||||
race_black: 934
|
||||
race_asian: 39
|
||||
race_native: 17
|
||||
hispanic: 397
|
||||
bachelors_plus: 2159
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Massac County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13865 |
|
||||
| Under 18 | 2955 |
|
||||
| 18–64 | 7861 |
|
||||
| 65+ | 3049 |
|
||||
| Median household income | 65116 |
|
||||
| Poverty rate | 16.27 |
|
||||
| Homeownership rate | 76.36 |
|
||||
| Unemployment rate | 3.85 |
|
||||
| Median home value | 121900 |
|
||||
| Gini index | 0.4213 |
|
||||
| Vacancy rate | 20.01 |
|
||||
| White | 11970 |
|
||||
| Black | 934 |
|
||||
| Asian | 39 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 397 |
|
||||
| Bachelor's or higher | 2159 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McDonough County, IL"
|
||||
classification: county
|
||||
fips: "17109"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 26920
|
||||
population_under_18: 4850
|
||||
population_18_64: 16871
|
||||
population_65_plus: 5199
|
||||
median_household_income: 52795
|
||||
poverty_rate: 17.2
|
||||
homeownership_rate: 63.45
|
||||
unemployment_rate: 7.87
|
||||
median_home_value: 107500
|
||||
gini_index: 0.4662
|
||||
vacancy_rate: 12.74
|
||||
race_white: 23246
|
||||
race_black: 1562
|
||||
race_asian: 566
|
||||
race_native: 17
|
||||
hispanic: 944
|
||||
bachelors_plus: 7690
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McDonough County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26920 |
|
||||
| Under 18 | 4850 |
|
||||
| 18–64 | 16871 |
|
||||
| 65+ | 5199 |
|
||||
| Median household income | 52795 |
|
||||
| Poverty rate | 17.2 |
|
||||
| Homeownership rate | 63.45 |
|
||||
| Unemployment rate | 7.87 |
|
||||
| Median home value | 107500 |
|
||||
| Gini index | 0.4662 |
|
||||
| Vacancy rate | 12.74 |
|
||||
| White | 23246 |
|
||||
| Black | 1562 |
|
||||
| Asian | 566 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 944 |
|
||||
| Bachelor's or higher | 7690 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McHenry County, IL"
|
||||
classification: county
|
||||
fips: "17111"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 312591
|
||||
population_under_18: 71089
|
||||
population_18_64: 189990
|
||||
population_65_plus: 51512
|
||||
median_household_income: 104802
|
||||
poverty_rate: 6.23
|
||||
homeownership_rate: 82.71
|
||||
unemployment_rate: 4.69
|
||||
median_home_value: 308100
|
||||
gini_index: 0.4162
|
||||
vacancy_rate: 3.08
|
||||
race_white: 248630
|
||||
race_black: 4755
|
||||
race_asian: 9760
|
||||
race_native: 1185
|
||||
hispanic: 50243
|
||||
bachelors_plus: 102254
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McHenry County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 312591 |
|
||||
| Under 18 | 71089 |
|
||||
| 18–64 | 189990 |
|
||||
| 65+ | 51512 |
|
||||
| Median household income | 104802 |
|
||||
| Poverty rate | 6.23 |
|
||||
| Homeownership rate | 82.71 |
|
||||
| Unemployment rate | 4.69 |
|
||||
| Median home value | 308100 |
|
||||
| Gini index | 0.4162 |
|
||||
| Vacancy rate | 3.08 |
|
||||
| White | 248630 |
|
||||
| Black | 4755 |
|
||||
| Asian | 9760 |
|
||||
| Native | 1185 |
|
||||
| Hispanic/Latino | 50243 |
|
||||
| Bachelor's or higher | 102254 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McLean County, IL"
|
||||
classification: county
|
||||
fips: "17113"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 171556
|
||||
population_under_18: 36391
|
||||
population_18_64: 110161
|
||||
population_65_plus: 25004
|
||||
median_household_income: 79905
|
||||
poverty_rate: 12.91
|
||||
homeownership_rate: 65.09
|
||||
unemployment_rate: 3.07
|
||||
median_home_value: 208400
|
||||
gini_index: 0.4743
|
||||
vacancy_rate: 6.75
|
||||
race_white: 133787
|
||||
race_black: 14627
|
||||
race_asian: 9007
|
||||
race_native: 541
|
||||
hispanic: 11062
|
||||
bachelors_plus: 67416
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McLean County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 171556 |
|
||||
| Under 18 | 36391 |
|
||||
| 18–64 | 110161 |
|
||||
| 65+ | 25004 |
|
||||
| Median household income | 79905 |
|
||||
| Poverty rate | 12.91 |
|
||||
| Homeownership rate | 65.09 |
|
||||
| Unemployment rate | 3.07 |
|
||||
| Median home value | 208400 |
|
||||
| Gini index | 0.4743 |
|
||||
| Vacancy rate | 6.75 |
|
||||
| White | 133787 |
|
||||
| Black | 14627 |
|
||||
| Asian | 9007 |
|
||||
| Native | 541 |
|
||||
| Hispanic/Latino | 11062 |
|
||||
| Bachelor's or higher | 67416 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Menard County, IL"
|
||||
classification: county
|
||||
fips: "17129"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 12095
|
||||
population_under_18: 2643
|
||||
population_18_64: 6939
|
||||
population_65_plus: 2513
|
||||
median_household_income: 82176
|
||||
poverty_rate: 10.12
|
||||
homeownership_rate: 79.46
|
||||
unemployment_rate: 3.52
|
||||
median_home_value: 185500
|
||||
gini_index: 0.4058
|
||||
vacancy_rate: 6.64
|
||||
race_white: 11472
|
||||
race_black: 63
|
||||
race_asian: 31
|
||||
race_native: 0
|
||||
hispanic: 204
|
||||
bachelors_plus: 3377
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Menard County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12095 |
|
||||
| Under 18 | 2643 |
|
||||
| 18–64 | 6939 |
|
||||
| 65+ | 2513 |
|
||||
| Median household income | 82176 |
|
||||
| Poverty rate | 10.12 |
|
||||
| Homeownership rate | 79.46 |
|
||||
| Unemployment rate | 3.52 |
|
||||
| Median home value | 185500 |
|
||||
| Gini index | 0.4058 |
|
||||
| Vacancy rate | 6.64 |
|
||||
| White | 11472 |
|
||||
| Black | 63 |
|
||||
| Asian | 31 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 204 |
|
||||
| Bachelor's or higher | 3377 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mercer County, IL"
|
||||
classification: county
|
||||
fips: "17131"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 15495
|
||||
population_under_18: 3230
|
||||
population_18_64: 8876
|
||||
population_65_plus: 3389
|
||||
median_household_income: 74182
|
||||
poverty_rate: 8.92
|
||||
homeownership_rate: 83.76
|
||||
unemployment_rate: 3.15
|
||||
median_home_value: 146700
|
||||
gini_index: 0.4141
|
||||
vacancy_rate: 9.88
|
||||
race_white: 14589
|
||||
race_black: 93
|
||||
race_asian: 56
|
||||
race_native: 14
|
||||
hispanic: 534
|
||||
bachelors_plus: 3110
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mercer County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15495 |
|
||||
| Under 18 | 3230 |
|
||||
| 18–64 | 8876 |
|
||||
| 65+ | 3389 |
|
||||
| Median household income | 74182 |
|
||||
| Poverty rate | 8.92 |
|
||||
| Homeownership rate | 83.76 |
|
||||
| Unemployment rate | 3.15 |
|
||||
| Median home value | 146700 |
|
||||
| Gini index | 0.4141 |
|
||||
| Vacancy rate | 9.88 |
|
||||
| White | 14589 |
|
||||
| Black | 93 |
|
||||
| Asian | 56 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 534 |
|
||||
| Bachelor's or higher | 3110 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Monroe County, IL"
|
||||
classification: county
|
||||
fips: "17133"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 35036
|
||||
population_under_18: 7651
|
||||
population_18_64: 20472
|
||||
population_65_plus: 6913
|
||||
median_household_income: 102880
|
||||
poverty_rate: 5.02
|
||||
homeownership_rate: 84.66
|
||||
unemployment_rate: 1.92
|
||||
median_home_value: 282100
|
||||
gini_index: 0.4032
|
||||
vacancy_rate: 6.15
|
||||
race_white: 33641
|
||||
race_black: 207
|
||||
race_asian: 209
|
||||
race_native: 34
|
||||
hispanic: 683
|
||||
bachelors_plus: 13121
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Monroe County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 35036 |
|
||||
| Under 18 | 7651 |
|
||||
| 18–64 | 20472 |
|
||||
| 65+ | 6913 |
|
||||
| Median household income | 102880 |
|
||||
| Poverty rate | 5.02 |
|
||||
| Homeownership rate | 84.66 |
|
||||
| Unemployment rate | 1.92 |
|
||||
| Median home value | 282100 |
|
||||
| Gini index | 0.4032 |
|
||||
| Vacancy rate | 6.15 |
|
||||
| White | 33641 |
|
||||
| Black | 207 |
|
||||
| Asian | 209 |
|
||||
| Native | 34 |
|
||||
| Hispanic/Latino | 683 |
|
||||
| Bachelor's or higher | 13121 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montgomery County, IL"
|
||||
classification: county
|
||||
fips: "17135"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 27942
|
||||
population_under_18: 5621
|
||||
population_18_64: 16314
|
||||
population_65_plus: 6007
|
||||
median_household_income: 63620
|
||||
poverty_rate: 12.6
|
||||
homeownership_rate: 77.37
|
||||
unemployment_rate: 4.73
|
||||
median_home_value: 112300
|
||||
gini_index: 0.4448
|
||||
vacancy_rate: 9.41
|
||||
race_white: 25911
|
||||
race_black: 926
|
||||
race_asian: 110
|
||||
race_native: 31
|
||||
hispanic: 609
|
||||
bachelors_plus: 5000
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montgomery County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27942 |
|
||||
| Under 18 | 5621 |
|
||||
| 18–64 | 16314 |
|
||||
| 65+ | 6007 |
|
||||
| Median household income | 63620 |
|
||||
| Poverty rate | 12.6 |
|
||||
| Homeownership rate | 77.37 |
|
||||
| Unemployment rate | 4.73 |
|
||||
| Median home value | 112300 |
|
||||
| Gini index | 0.4448 |
|
||||
| Vacancy rate | 9.41 |
|
||||
| White | 25911 |
|
||||
| Black | 926 |
|
||||
| Asian | 110 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 609 |
|
||||
| Bachelor's or higher | 5000 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Morgan County, IL"
|
||||
classification: county
|
||||
fips: "17137"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 33021
|
||||
population_under_18: 6252
|
||||
population_18_64: 19872
|
||||
population_65_plus: 6897
|
||||
median_household_income: 66306
|
||||
poverty_rate: 13.42
|
||||
homeownership_rate: 72.75
|
||||
unemployment_rate: 5.38
|
||||
median_home_value: 130800
|
||||
gini_index: 0.4459
|
||||
vacancy_rate: 12.92
|
||||
race_white: 28951
|
||||
race_black: 1619
|
||||
race_asian: 276
|
||||
race_native: 45
|
||||
hispanic: 967
|
||||
bachelors_plus: 6794
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Morgan County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33021 |
|
||||
| Under 18 | 6252 |
|
||||
| 18–64 | 19872 |
|
||||
| 65+ | 6897 |
|
||||
| Median household income | 66306 |
|
||||
| Poverty rate | 13.42 |
|
||||
| Homeownership rate | 72.75 |
|
||||
| Unemployment rate | 5.38 |
|
||||
| Median home value | 130800 |
|
||||
| Gini index | 0.4459 |
|
||||
| Vacancy rate | 12.92 |
|
||||
| White | 28951 |
|
||||
| Black | 1619 |
|
||||
| Asian | 276 |
|
||||
| Native | 45 |
|
||||
| Hispanic/Latino | 967 |
|
||||
| Bachelor's or higher | 6794 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Moultrie County, IL"
|
||||
classification: county
|
||||
fips: "17139"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 14424
|
||||
population_under_18: 3632
|
||||
population_18_64: 8053
|
||||
population_65_plus: 2739
|
||||
median_household_income: 71784
|
||||
poverty_rate: 9.16
|
||||
homeownership_rate: 75.98
|
||||
unemployment_rate: 2.19
|
||||
median_home_value: 134000
|
||||
gini_index: 0.4252
|
||||
vacancy_rate: 6.78
|
||||
race_white: 13753
|
||||
race_black: 150
|
||||
race_asian: 8
|
||||
race_native: 0
|
||||
hispanic: 241
|
||||
bachelors_plus: 2493
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Moultrie County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14424 |
|
||||
| Under 18 | 3632 |
|
||||
| 18–64 | 8053 |
|
||||
| 65+ | 2739 |
|
||||
| Median household income | 71784 |
|
||||
| Poverty rate | 9.16 |
|
||||
| Homeownership rate | 75.98 |
|
||||
| Unemployment rate | 2.19 |
|
||||
| Median home value | 134000 |
|
||||
| Gini index | 0.4252 |
|
||||
| Vacancy rate | 6.78 |
|
||||
| White | 13753 |
|
||||
| Black | 150 |
|
||||
| Asian | 8 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 241 |
|
||||
| Bachelor's or higher | 2493 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ogle County, IL"
|
||||
classification: county
|
||||
fips: "17141"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 51495
|
||||
population_under_18: 11430
|
||||
population_18_64: 29791
|
||||
population_65_plus: 10274
|
||||
median_household_income: 82132
|
||||
poverty_rate: 8.36
|
||||
homeownership_rate: 75.37
|
||||
unemployment_rate: 5.04
|
||||
median_home_value: 189200
|
||||
gini_index: 0.4113
|
||||
vacancy_rate: 8.2
|
||||
race_white: 44083
|
||||
race_black: 636
|
||||
race_asian: 294
|
||||
race_native: 264
|
||||
hispanic: 6144
|
||||
bachelors_plus: 11678
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ogle County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 51495 |
|
||||
| Under 18 | 11430 |
|
||||
| 18–64 | 29791 |
|
||||
| 65+ | 10274 |
|
||||
| Median household income | 82132 |
|
||||
| Poverty rate | 8.36 |
|
||||
| Homeownership rate | 75.37 |
|
||||
| Unemployment rate | 5.04 |
|
||||
| Median home value | 189200 |
|
||||
| Gini index | 0.4113 |
|
||||
| Vacancy rate | 8.2 |
|
||||
| White | 44083 |
|
||||
| Black | 636 |
|
||||
| Asian | 294 |
|
||||
| Native | 264 |
|
||||
| Hispanic/Latino | 6144 |
|
||||
| Bachelor's or higher | 11678 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Peoria County, IL"
|
||||
classification: county
|
||||
fips: "17143"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 179645
|
||||
population_under_18: 42971
|
||||
population_18_64: 103861
|
||||
population_65_plus: 32813
|
||||
median_household_income: 65108
|
||||
poverty_rate: 15.67
|
||||
homeownership_rate: 67.0
|
||||
unemployment_rate: 6.17
|
||||
median_home_value: 158500
|
||||
gini_index: 0.4853
|
||||
vacancy_rate: 8.45
|
||||
race_white: 120891
|
||||
race_black: 31145
|
||||
race_asian: 8302
|
||||
race_native: 509
|
||||
hispanic: 10799
|
||||
bachelors_plus: 58283
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Peoria County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 179645 |
|
||||
| Under 18 | 42971 |
|
||||
| 18–64 | 103861 |
|
||||
| 65+ | 32813 |
|
||||
| Median household income | 65108 |
|
||||
| Poverty rate | 15.67 |
|
||||
| Homeownership rate | 67.0 |
|
||||
| Unemployment rate | 6.17 |
|
||||
| Median home value | 158500 |
|
||||
| Gini index | 0.4853 |
|
||||
| Vacancy rate | 8.45 |
|
||||
| White | 120891 |
|
||||
| Black | 31145 |
|
||||
| Asian | 8302 |
|
||||
| Native | 509 |
|
||||
| Hispanic/Latino | 10799 |
|
||||
| Bachelor's or higher | 58283 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Perry County, IL"
|
||||
classification: county
|
||||
fips: "17145"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 20639
|
||||
population_under_18: 3979
|
||||
population_18_64: 12475
|
||||
population_65_plus: 4185
|
||||
median_household_income: 62118
|
||||
poverty_rate: 16.94
|
||||
homeownership_rate: 80.94
|
||||
unemployment_rate: 4.56
|
||||
median_home_value: 112600
|
||||
gini_index: 0.4125
|
||||
vacancy_rate: 13.95
|
||||
race_white: 17644
|
||||
race_black: 1573
|
||||
race_asian: 74
|
||||
race_native: 10
|
||||
hispanic: 760
|
||||
bachelors_plus: 2706
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Perry County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20639 |
|
||||
| Under 18 | 3979 |
|
||||
| 18–64 | 12475 |
|
||||
| 65+ | 4185 |
|
||||
| Median household income | 62118 |
|
||||
| Poverty rate | 16.94 |
|
||||
| Homeownership rate | 80.94 |
|
||||
| Unemployment rate | 4.56 |
|
||||
| Median home value | 112600 |
|
||||
| Gini index | 0.4125 |
|
||||
| Vacancy rate | 13.95 |
|
||||
| White | 17644 |
|
||||
| Black | 1573 |
|
||||
| Asian | 74 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 760 |
|
||||
| Bachelor's or higher | 2706 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Piatt County, IL"
|
||||
classification: county
|
||||
fips: "17147"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 16695
|
||||
population_under_18: 3608
|
||||
population_18_64: 9558
|
||||
population_65_plus: 3529
|
||||
median_household_income: 94811
|
||||
poverty_rate: 6.14
|
||||
homeownership_rate: 84.85
|
||||
unemployment_rate: 2.78
|
||||
median_home_value: 180600
|
||||
gini_index: 0.4071
|
||||
vacancy_rate: 6.58
|
||||
race_white: 15860
|
||||
race_black: 240
|
||||
race_asian: 106
|
||||
race_native: 14
|
||||
hispanic: 271
|
||||
bachelors_plus: 5352
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Piatt County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16695 |
|
||||
| Under 18 | 3608 |
|
||||
| 18–64 | 9558 |
|
||||
| 65+ | 3529 |
|
||||
| Median household income | 94811 |
|
||||
| Poverty rate | 6.14 |
|
||||
| Homeownership rate | 84.85 |
|
||||
| Unemployment rate | 2.78 |
|
||||
| Median home value | 180600 |
|
||||
| Gini index | 0.4071 |
|
||||
| Vacancy rate | 6.58 |
|
||||
| White | 15860 |
|
||||
| Black | 240 |
|
||||
| Asian | 106 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 271 |
|
||||
| Bachelor's or higher | 5352 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pike County, IL"
|
||||
classification: county
|
||||
fips: "17149"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 14469
|
||||
population_under_18: 3353
|
||||
population_18_64: 7964
|
||||
population_65_plus: 3152
|
||||
median_household_income: 59777
|
||||
poverty_rate: 14.85
|
||||
homeownership_rate: 77.65
|
||||
unemployment_rate: 3.94
|
||||
median_home_value: 101400
|
||||
gini_index: 0.4331
|
||||
vacancy_rate: 17.98
|
||||
race_white: 13808
|
||||
race_black: 87
|
||||
race_asian: 41
|
||||
race_native: 1
|
||||
hispanic: 298
|
||||
bachelors_plus: 2382
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pike County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14469 |
|
||||
| Under 18 | 3353 |
|
||||
| 18–64 | 7964 |
|
||||
| 65+ | 3152 |
|
||||
| Median household income | 59777 |
|
||||
| Poverty rate | 14.85 |
|
||||
| Homeownership rate | 77.65 |
|
||||
| Unemployment rate | 3.94 |
|
||||
| Median home value | 101400 |
|
||||
| Gini index | 0.4331 |
|
||||
| Vacancy rate | 17.98 |
|
||||
| White | 13808 |
|
||||
| Black | 87 |
|
||||
| Asian | 41 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 298 |
|
||||
| Bachelor's or higher | 2382 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pope County, IL"
|
||||
classification: county
|
||||
fips: "17151"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 3739
|
||||
population_under_18: 539
|
||||
population_18_64: 2116
|
||||
population_65_plus: 1084
|
||||
median_household_income: 60050
|
||||
poverty_rate: 13.31
|
||||
homeownership_rate: 86.28
|
||||
unemployment_rate: 2.79
|
||||
median_home_value: 143800
|
||||
gini_index: 0.4318
|
||||
vacancy_rate: 37.75
|
||||
race_white: 3323
|
||||
race_black: 179
|
||||
race_asian: 1
|
||||
race_native: 78
|
||||
hispanic: 111
|
||||
bachelors_plus: 591
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pope County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3739 |
|
||||
| Under 18 | 539 |
|
||||
| 18–64 | 2116 |
|
||||
| 65+ | 1084 |
|
||||
| Median household income | 60050 |
|
||||
| Poverty rate | 13.31 |
|
||||
| Homeownership rate | 86.28 |
|
||||
| Unemployment rate | 2.79 |
|
||||
| Median home value | 143800 |
|
||||
| Gini index | 0.4318 |
|
||||
| Vacancy rate | 37.75 |
|
||||
| White | 3323 |
|
||||
| Black | 179 |
|
||||
| Asian | 1 |
|
||||
| Native | 78 |
|
||||
| Hispanic/Latino | 111 |
|
||||
| Bachelor's or higher | 591 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pulaski County, IL"
|
||||
classification: county
|
||||
fips: "17153"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 5015
|
||||
population_under_18: 1032
|
||||
population_18_64: 2811
|
||||
population_65_plus: 1172
|
||||
median_household_income: 42463
|
||||
poverty_rate: 24.98
|
||||
homeownership_rate: 68.25
|
||||
unemployment_rate: 4.28
|
||||
median_home_value: 85100
|
||||
gini_index: 0.4395
|
||||
vacancy_rate: 31.95
|
||||
race_white: 3106
|
||||
race_black: 1694
|
||||
race_asian: 8
|
||||
race_native: 0
|
||||
hispanic: 52
|
||||
bachelors_plus: 610
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pulaski County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5015 |
|
||||
| Under 18 | 1032 |
|
||||
| 18–64 | 2811 |
|
||||
| 65+ | 1172 |
|
||||
| Median household income | 42463 |
|
||||
| Poverty rate | 24.98 |
|
||||
| Homeownership rate | 68.25 |
|
||||
| Unemployment rate | 4.28 |
|
||||
| Median home value | 85100 |
|
||||
| Gini index | 0.4395 |
|
||||
| Vacancy rate | 31.95 |
|
||||
| White | 3106 |
|
||||
| Black | 1694 |
|
||||
| Asian | 8 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 52 |
|
||||
| Bachelor's or higher | 610 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Putnam County, IL"
|
||||
classification: county
|
||||
fips: "17155"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 5601
|
||||
population_under_18: 1103
|
||||
population_18_64: 3119
|
||||
population_65_plus: 1379
|
||||
median_household_income: 75590
|
||||
poverty_rate: 8.09
|
||||
homeownership_rate: 81.46
|
||||
unemployment_rate: 4.17
|
||||
median_home_value: 172700
|
||||
gini_index: 0.3954
|
||||
vacancy_rate: 20.23
|
||||
race_white: 5113
|
||||
race_black: 19
|
||||
race_asian: 42
|
||||
race_native: 2
|
||||
hispanic: 368
|
||||
bachelors_plus: 1280
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Putnam County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5601 |
|
||||
| Under 18 | 1103 |
|
||||
| 18–64 | 3119 |
|
||||
| 65+ | 1379 |
|
||||
| Median household income | 75590 |
|
||||
| Poverty rate | 8.09 |
|
||||
| Homeownership rate | 81.46 |
|
||||
| Unemployment rate | 4.17 |
|
||||
| Median home value | 172700 |
|
||||
| Gini index | 0.3954 |
|
||||
| Vacancy rate | 20.23 |
|
||||
| White | 5113 |
|
||||
| Black | 19 |
|
||||
| Asian | 42 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 368 |
|
||||
| Bachelor's or higher | 1280 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Randolph County, IL"
|
||||
classification: county
|
||||
fips: "17157"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 30058
|
||||
population_under_18: 6063
|
||||
population_18_64: 17602
|
||||
population_65_plus: 6393
|
||||
median_household_income: 68131
|
||||
poverty_rate: 14.63
|
||||
homeownership_rate: 76.58
|
||||
unemployment_rate: 5.04
|
||||
median_home_value: 135100
|
||||
gini_index: 0.4079
|
||||
vacancy_rate: 11.0
|
||||
race_white: 25786
|
||||
race_black: 2497
|
||||
race_asian: 169
|
||||
race_native: 191
|
||||
hispanic: 1147
|
||||
bachelors_plus: 4443
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Randolph County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30058 |
|
||||
| Under 18 | 6063 |
|
||||
| 18–64 | 17602 |
|
||||
| 65+ | 6393 |
|
||||
| Median household income | 68131 |
|
||||
| Poverty rate | 14.63 |
|
||||
| Homeownership rate | 76.58 |
|
||||
| Unemployment rate | 5.04 |
|
||||
| Median home value | 135100 |
|
||||
| Gini index | 0.4079 |
|
||||
| Vacancy rate | 11.0 |
|
||||
| White | 25786 |
|
||||
| Black | 2497 |
|
||||
| Asian | 169 |
|
||||
| Native | 191 |
|
||||
| Hispanic/Latino | 1147 |
|
||||
| Bachelor's or higher | 4443 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Richland County, IL"
|
||||
classification: county
|
||||
fips: "17159"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 15598
|
||||
population_under_18: 3584
|
||||
population_18_64: 8780
|
||||
population_65_plus: 3234
|
||||
median_household_income: 62455
|
||||
poverty_rate: 12.08
|
||||
homeownership_rate: 73.75
|
||||
unemployment_rate: 3.12
|
||||
median_home_value: 112000
|
||||
gini_index: 0.4228
|
||||
vacancy_rate: 12.49
|
||||
race_white: 14630
|
||||
race_black: 68
|
||||
race_asian: 85
|
||||
race_native: 9
|
||||
hispanic: 309
|
||||
bachelors_plus: 2711
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Richland County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15598 |
|
||||
| Under 18 | 3584 |
|
||||
| 18–64 | 8780 |
|
||||
| 65+ | 3234 |
|
||||
| Median household income | 62455 |
|
||||
| Poverty rate | 12.08 |
|
||||
| Homeownership rate | 73.75 |
|
||||
| Unemployment rate | 3.12 |
|
||||
| Median home value | 112000 |
|
||||
| Gini index | 0.4228 |
|
||||
| Vacancy rate | 12.49 |
|
||||
| White | 14630 |
|
||||
| Black | 68 |
|
||||
| Asian | 85 |
|
||||
| Native | 9 |
|
||||
| Hispanic/Latino | 309 |
|
||||
| Bachelor's or higher | 2711 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Rock Island County, IL"
|
||||
classification: county
|
||||
fips: "17161"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 142757
|
||||
population_under_18: 32091
|
||||
population_18_64: 81605
|
||||
population_65_plus: 29061
|
||||
median_household_income: 67159
|
||||
poverty_rate: 15.5
|
||||
homeownership_rate: 69.66
|
||||
unemployment_rate: 5.6
|
||||
median_home_value: 150400
|
||||
gini_index: 0.4413
|
||||
vacancy_rate: 7.53
|
||||
race_white: 102074
|
||||
race_black: 16270
|
||||
race_asian: 3943
|
||||
race_native: 555
|
||||
hispanic: 20305
|
||||
bachelors_plus: 33089
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rock Island County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 142757 |
|
||||
| Under 18 | 32091 |
|
||||
| 18–64 | 81605 |
|
||||
| 65+ | 29061 |
|
||||
| Median household income | 67159 |
|
||||
| Poverty rate | 15.5 |
|
||||
| Homeownership rate | 69.66 |
|
||||
| Unemployment rate | 5.6 |
|
||||
| Median home value | 150400 |
|
||||
| Gini index | 0.4413 |
|
||||
| Vacancy rate | 7.53 |
|
||||
| White | 102074 |
|
||||
| Black | 16270 |
|
||||
| Asian | 3943 |
|
||||
| Native | 555 |
|
||||
| Hispanic/Latino | 20305 |
|
||||
| Bachelor's or higher | 33089 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Saline County, IL"
|
||||
classification: county
|
||||
fips: "17165"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 23213
|
||||
population_under_18: 4799
|
||||
population_18_64: 13418
|
||||
population_65_plus: 4996
|
||||
median_household_income: 53117
|
||||
poverty_rate: 18.94
|
||||
homeownership_rate: 72.55
|
||||
unemployment_rate: 7.73
|
||||
median_home_value: 94300
|
||||
gini_index: 0.5251
|
||||
vacancy_rate: 13.19
|
||||
race_white: 21292
|
||||
race_black: 719
|
||||
race_asian: 127
|
||||
race_native: 24
|
||||
hispanic: 502
|
||||
bachelors_plus: 4289
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Saline County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23213 |
|
||||
| Under 18 | 4799 |
|
||||
| 18–64 | 13418 |
|
||||
| 65+ | 4996 |
|
||||
| Median household income | 53117 |
|
||||
| Poverty rate | 18.94 |
|
||||
| Homeownership rate | 72.55 |
|
||||
| Unemployment rate | 7.73 |
|
||||
| Median home value | 94300 |
|
||||
| Gini index | 0.5251 |
|
||||
| Vacancy rate | 13.19 |
|
||||
| White | 21292 |
|
||||
| Black | 719 |
|
||||
| Asian | 127 |
|
||||
| Native | 24 |
|
||||
| Hispanic/Latino | 502 |
|
||||
| Bachelor's or higher | 4289 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sangamon County, IL"
|
||||
classification: county
|
||||
fips: "17167"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 194947
|
||||
population_under_18: 42640
|
||||
population_18_64: 114458
|
||||
population_65_plus: 37849
|
||||
median_household_income: 75357
|
||||
poverty_rate: 13.11
|
||||
homeownership_rate: 71.31
|
||||
unemployment_rate: 5.43
|
||||
median_home_value: 176300
|
||||
gini_index: 0.4637
|
||||
vacancy_rate: 9.23
|
||||
race_white: 152344
|
||||
race_black: 24767
|
||||
race_asian: 4464
|
||||
race_native: 135
|
||||
hispanic: 5721
|
||||
bachelors_plus: 70266
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sangamon County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 194947 |
|
||||
| Under 18 | 42640 |
|
||||
| 18–64 | 114458 |
|
||||
| 65+ | 37849 |
|
||||
| Median household income | 75357 |
|
||||
| Poverty rate | 13.11 |
|
||||
| Homeownership rate | 71.31 |
|
||||
| Unemployment rate | 5.43 |
|
||||
| Median home value | 176300 |
|
||||
| Gini index | 0.4637 |
|
||||
| Vacancy rate | 9.23 |
|
||||
| White | 152344 |
|
||||
| Black | 24767 |
|
||||
| Asian | 4464 |
|
||||
| Native | 135 |
|
||||
| Hispanic/Latino | 5721 |
|
||||
| Bachelor's or higher | 70266 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Schuyler County, IL"
|
||||
classification: county
|
||||
fips: "17169"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 6787
|
||||
population_under_18: 1153
|
||||
population_18_64: 3890
|
||||
population_65_plus: 1744
|
||||
median_household_income: 65948
|
||||
poverty_rate: 20.77
|
||||
homeownership_rate: 79.44
|
||||
unemployment_rate: 4.95
|
||||
median_home_value: 109700
|
||||
gini_index: 0.4274
|
||||
vacancy_rate: 17.3
|
||||
race_white: 6222
|
||||
race_black: 254
|
||||
race_asian: 44
|
||||
race_native: 0
|
||||
hispanic: 182
|
||||
bachelors_plus: 1362
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Schuyler County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6787 |
|
||||
| Under 18 | 1153 |
|
||||
| 18–64 | 3890 |
|
||||
| 65+ | 1744 |
|
||||
| Median household income | 65948 |
|
||||
| Poverty rate | 20.77 |
|
||||
| Homeownership rate | 79.44 |
|
||||
| Unemployment rate | 4.95 |
|
||||
| Median home value | 109700 |
|
||||
| Gini index | 0.4274 |
|
||||
| Vacancy rate | 17.3 |
|
||||
| White | 6222 |
|
||||
| Black | 254 |
|
||||
| Asian | 44 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 182 |
|
||||
| Bachelor's or higher | 1362 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Scott County, IL"
|
||||
classification: county
|
||||
fips: "17171"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 4937
|
||||
population_under_18: 1030
|
||||
population_18_64: 2765
|
||||
population_65_plus: 1142
|
||||
median_household_income: 66705
|
||||
poverty_rate: 11.46
|
||||
homeownership_rate: 78.98
|
||||
unemployment_rate: 2.72
|
||||
median_home_value: 96400
|
||||
gini_index: 0.458
|
||||
vacancy_rate: 14.18
|
||||
race_white: 4719
|
||||
race_black: 58
|
||||
race_asian: 22
|
||||
race_native: 3
|
||||
hispanic: 80
|
||||
bachelors_plus: 910
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Scott County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4937 |
|
||||
| Under 18 | 1030 |
|
||||
| 18–64 | 2765 |
|
||||
| 65+ | 1142 |
|
||||
| Median household income | 66705 |
|
||||
| Poverty rate | 11.46 |
|
||||
| Homeownership rate | 78.98 |
|
||||
| Unemployment rate | 2.72 |
|
||||
| Median home value | 96400 |
|
||||
| Gini index | 0.458 |
|
||||
| Vacancy rate | 14.18 |
|
||||
| White | 4719 |
|
||||
| Black | 58 |
|
||||
| Asian | 22 |
|
||||
| Native | 3 |
|
||||
| Hispanic/Latino | 80 |
|
||||
| Bachelor's or higher | 910 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Shelby County, IL"
|
||||
classification: county
|
||||
fips: "17173"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 20720
|
||||
population_under_18: 4412
|
||||
population_18_64: 11403
|
||||
population_65_plus: 4905
|
||||
median_household_income: 72095
|
||||
poverty_rate: 9.15
|
||||
homeownership_rate: 78.44
|
||||
unemployment_rate: 3.02
|
||||
median_home_value: 137100
|
||||
gini_index: 0.3806
|
||||
vacancy_rate: 11.35
|
||||
race_white: 20005
|
||||
race_black: 45
|
||||
race_asian: 38
|
||||
race_native: 65
|
||||
hispanic: 254
|
||||
bachelors_plus: 3419
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Shelby County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20720 |
|
||||
| Under 18 | 4412 |
|
||||
| 18–64 | 11403 |
|
||||
| 65+ | 4905 |
|
||||
| Median household income | 72095 |
|
||||
| Poverty rate | 9.15 |
|
||||
| Homeownership rate | 78.44 |
|
||||
| Unemployment rate | 3.02 |
|
||||
| Median home value | 137100 |
|
||||
| Gini index | 0.3806 |
|
||||
| Vacancy rate | 11.35 |
|
||||
| White | 20005 |
|
||||
| Black | 45 |
|
||||
| Asian | 38 |
|
||||
| Native | 65 |
|
||||
| Hispanic/Latino | 254 |
|
||||
| Bachelor's or higher | 3419 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "St. Clair County, IL"
|
||||
classification: county
|
||||
fips: "17163"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 253694
|
||||
population_under_18: 58413
|
||||
population_18_64: 151274
|
||||
population_65_plus: 44007
|
||||
median_household_income: 73854
|
||||
poverty_rate: 13.58
|
||||
homeownership_rate: 68.44
|
||||
unemployment_rate: 5.96
|
||||
median_home_value: 180300
|
||||
gini_index: 0.452
|
||||
vacancy_rate: 12.79
|
||||
race_white: 152523
|
||||
race_black: 70726
|
||||
race_asian: 4174
|
||||
race_native: 642
|
||||
hispanic: 12858
|
||||
bachelors_plus: 79633
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# St. Clair County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 253694 |
|
||||
| Under 18 | 58413 |
|
||||
| 18–64 | 151274 |
|
||||
| 65+ | 44007 |
|
||||
| Median household income | 73854 |
|
||||
| Poverty rate | 13.58 |
|
||||
| Homeownership rate | 68.44 |
|
||||
| Unemployment rate | 5.96 |
|
||||
| Median home value | 180300 |
|
||||
| Gini index | 0.452 |
|
||||
| Vacancy rate | 12.79 |
|
||||
| White | 152523 |
|
||||
| Black | 70726 |
|
||||
| Asian | 4174 |
|
||||
| Native | 642 |
|
||||
| Hispanic/Latino | 12858 |
|
||||
| Bachelor's or higher | 79633 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Stark County, IL"
|
||||
classification: county
|
||||
fips: "17175"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 5308
|
||||
population_under_18: 1147
|
||||
population_18_64: 2946
|
||||
population_65_plus: 1215
|
||||
median_household_income: 62878
|
||||
poverty_rate: 11.05
|
||||
homeownership_rate: 80.13
|
||||
unemployment_rate: 2.33
|
||||
median_home_value: 104500
|
||||
gini_index: 0.4482
|
||||
vacancy_rate: 11.19
|
||||
race_white: 4869
|
||||
race_black: 66
|
||||
race_asian: 45
|
||||
race_native: 5
|
||||
hispanic: 152
|
||||
bachelors_plus: 1018
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stark County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5308 |
|
||||
| Under 18 | 1147 |
|
||||
| 18–64 | 2946 |
|
||||
| 65+ | 1215 |
|
||||
| Median household income | 62878 |
|
||||
| Poverty rate | 11.05 |
|
||||
| Homeownership rate | 80.13 |
|
||||
| Unemployment rate | 2.33 |
|
||||
| Median home value | 104500 |
|
||||
| Gini index | 0.4482 |
|
||||
| Vacancy rate | 11.19 |
|
||||
| White | 4869 |
|
||||
| Black | 66 |
|
||||
| Asian | 45 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 152 |
|
||||
| Bachelor's or higher | 1018 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Stephenson County, IL"
|
||||
classification: county
|
||||
fips: "17177"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 43768
|
||||
population_under_18: 9296
|
||||
population_18_64: 23801
|
||||
population_65_plus: 10671
|
||||
median_household_income: 64043
|
||||
poverty_rate: 13.93
|
||||
homeownership_rate: 70.91
|
||||
unemployment_rate: 4.35
|
||||
median_home_value: 134900
|
||||
gini_index: 0.42
|
||||
vacancy_rate: 9.25
|
||||
race_white: 34830
|
||||
race_black: 3779
|
||||
race_asian: 361
|
||||
race_native: 170
|
||||
hispanic: 2457
|
||||
bachelors_plus: 8638
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stephenson County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 43768 |
|
||||
| Under 18 | 9296 |
|
||||
| 18–64 | 23801 |
|
||||
| 65+ | 10671 |
|
||||
| Median household income | 64043 |
|
||||
| Poverty rate | 13.93 |
|
||||
| Homeownership rate | 70.91 |
|
||||
| Unemployment rate | 4.35 |
|
||||
| Median home value | 134900 |
|
||||
| Gini index | 0.42 |
|
||||
| Vacancy rate | 9.25 |
|
||||
| White | 34830 |
|
||||
| Black | 3779 |
|
||||
| Asian | 361 |
|
||||
| Native | 170 |
|
||||
| Hispanic/Latino | 2457 |
|
||||
| Bachelor's or higher | 8638 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Tazewell County, IL"
|
||||
classification: county
|
||||
fips: "17179"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 130290
|
||||
population_under_18: 28584
|
||||
population_18_64: 75824
|
||||
population_65_plus: 25882
|
||||
median_household_income: 77982
|
||||
poverty_rate: 9.02
|
||||
homeownership_rate: 78.35
|
||||
unemployment_rate: 3.58
|
||||
median_home_value: 167500
|
||||
gini_index: 0.426
|
||||
vacancy_rate: 7.97
|
||||
race_white: 121337
|
||||
race_black: 2101
|
||||
race_asian: 1283
|
||||
race_native: 171
|
||||
hispanic: 3503
|
||||
bachelors_plus: 34596
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tazewell County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 130290 |
|
||||
| Under 18 | 28584 |
|
||||
| 18–64 | 75824 |
|
||||
| 65+ | 25882 |
|
||||
| Median household income | 77982 |
|
||||
| Poverty rate | 9.02 |
|
||||
| Homeownership rate | 78.35 |
|
||||
| Unemployment rate | 3.58 |
|
||||
| Median home value | 167500 |
|
||||
| Gini index | 0.426 |
|
||||
| Vacancy rate | 7.97 |
|
||||
| White | 121337 |
|
||||
| Black | 2101 |
|
||||
| Asian | 1283 |
|
||||
| Native | 171 |
|
||||
| Hispanic/Latino | 3503 |
|
||||
| Bachelor's or higher | 34596 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Union County, IL"
|
||||
classification: county
|
||||
fips: "17181"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 16997
|
||||
population_under_18: 3617
|
||||
population_18_64: 9481
|
||||
population_65_plus: 3899
|
||||
median_household_income: 55728
|
||||
poverty_rate: 20.22
|
||||
homeownership_rate: 77.45
|
||||
unemployment_rate: 3.94
|
||||
median_home_value: 131700
|
||||
gini_index: 0.4586
|
||||
vacancy_rate: 12.52
|
||||
race_white: 15210
|
||||
race_black: 161
|
||||
race_asian: 108
|
||||
race_native: 23
|
||||
hispanic: 932
|
||||
bachelors_plus: 3394
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Union County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16997 |
|
||||
| Under 18 | 3617 |
|
||||
| 18–64 | 9481 |
|
||||
| 65+ | 3899 |
|
||||
| Median household income | 55728 |
|
||||
| Poverty rate | 20.22 |
|
||||
| Homeownership rate | 77.45 |
|
||||
| Unemployment rate | 3.94 |
|
||||
| Median home value | 131700 |
|
||||
| Gini index | 0.4586 |
|
||||
| Vacancy rate | 12.52 |
|
||||
| White | 15210 |
|
||||
| Black | 161 |
|
||||
| Asian | 108 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 932 |
|
||||
| Bachelor's or higher | 3394 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Vermilion County, IL"
|
||||
classification: county
|
||||
fips: "17183"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 72386
|
||||
population_under_18: 16954
|
||||
population_18_64: 40734
|
||||
population_65_plus: 14698
|
||||
median_household_income: 56877
|
||||
poverty_rate: 17.67
|
||||
homeownership_rate: 70.23
|
||||
unemployment_rate: 6.14
|
||||
median_home_value: 97200
|
||||
gini_index: 0.4417
|
||||
vacancy_rate: 12.36
|
||||
race_white: 56446
|
||||
race_black: 10699
|
||||
race_asian: 640
|
||||
race_native: 94
|
||||
hispanic: 4038
|
||||
bachelors_plus: 13492
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Vermilion County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 72386 |
|
||||
| Under 18 | 16954 |
|
||||
| 18–64 | 40734 |
|
||||
| 65+ | 14698 |
|
||||
| Median household income | 56877 |
|
||||
| Poverty rate | 17.67 |
|
||||
| Homeownership rate | 70.23 |
|
||||
| Unemployment rate | 6.14 |
|
||||
| Median home value | 97200 |
|
||||
| Gini index | 0.4417 |
|
||||
| Vacancy rate | 12.36 |
|
||||
| White | 56446 |
|
||||
| Black | 10699 |
|
||||
| Asian | 640 |
|
||||
| Native | 94 |
|
||||
| Hispanic/Latino | 4038 |
|
||||
| Bachelor's or higher | 13492 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wabash County, IL"
|
||||
classification: county
|
||||
fips: "17185"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 11119
|
||||
population_under_18: 2331
|
||||
population_18_64: 6279
|
||||
population_65_plus: 2509
|
||||
median_household_income: 57086
|
||||
poverty_rate: 16.69
|
||||
homeownership_rate: 76.33
|
||||
unemployment_rate: 4.37
|
||||
median_home_value: 104900
|
||||
gini_index: 0.4987
|
||||
vacancy_rate: 12.38
|
||||
race_white: 10416
|
||||
race_black: 69
|
||||
race_asian: 181
|
||||
race_native: 6
|
||||
hispanic: 239
|
||||
bachelors_plus: 1931
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wabash County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11119 |
|
||||
| Under 18 | 2331 |
|
||||
| 18–64 | 6279 |
|
||||
| 65+ | 2509 |
|
||||
| Median household income | 57086 |
|
||||
| Poverty rate | 16.69 |
|
||||
| Homeownership rate | 76.33 |
|
||||
| Unemployment rate | 4.37 |
|
||||
| Median home value | 104900 |
|
||||
| Gini index | 0.4987 |
|
||||
| Vacancy rate | 12.38 |
|
||||
| White | 10416 |
|
||||
| Black | 69 |
|
||||
| Asian | 181 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 239 |
|
||||
| Bachelor's or higher | 1931 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Warren County, IL"
|
||||
classification: county
|
||||
fips: "17187"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 16447
|
||||
population_under_18: 3693
|
||||
population_18_64: 9468
|
||||
population_65_plus: 3286
|
||||
median_household_income: 67385
|
||||
poverty_rate: 14.63
|
||||
homeownership_rate: 75.16
|
||||
unemployment_rate: 3.59
|
||||
median_home_value: 105000
|
||||
gini_index: 0.4299
|
||||
vacancy_rate: 10.54
|
||||
race_white: 13624
|
||||
race_black: 438
|
||||
race_asian: 395
|
||||
race_native: 157
|
||||
hispanic: 1820
|
||||
bachelors_plus: 3208
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Warren County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16447 |
|
||||
| Under 18 | 3693 |
|
||||
| 18–64 | 9468 |
|
||||
| 65+ | 3286 |
|
||||
| Median household income | 67385 |
|
||||
| Poverty rate | 14.63 |
|
||||
| Homeownership rate | 75.16 |
|
||||
| Unemployment rate | 3.59 |
|
||||
| Median home value | 105000 |
|
||||
| Gini index | 0.4299 |
|
||||
| Vacancy rate | 10.54 |
|
||||
| White | 13624 |
|
||||
| Black | 438 |
|
||||
| Asian | 395 |
|
||||
| Native | 157 |
|
||||
| Hispanic/Latino | 1820 |
|
||||
| Bachelor's or higher | 3208 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Washington County, IL"
|
||||
classification: county
|
||||
fips: "17189"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 13627
|
||||
population_under_18: 2836
|
||||
population_18_64: 7843
|
||||
population_65_plus: 2948
|
||||
median_household_income: 78224
|
||||
poverty_rate: 7.53
|
||||
homeownership_rate: 84.11
|
||||
unemployment_rate: 4.35
|
||||
median_home_value: 155700
|
||||
gini_index: 0.4025
|
||||
vacancy_rate: 9.66
|
||||
race_white: 12968
|
||||
race_black: 202
|
||||
race_asian: 32
|
||||
race_native: 20
|
||||
hispanic: 217
|
||||
bachelors_plus: 3117
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Washington County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13627 |
|
||||
| Under 18 | 2836 |
|
||||
| 18–64 | 7843 |
|
||||
| 65+ | 2948 |
|
||||
| Median household income | 78224 |
|
||||
| Poverty rate | 7.53 |
|
||||
| Homeownership rate | 84.11 |
|
||||
| Unemployment rate | 4.35 |
|
||||
| Median home value | 155700 |
|
||||
| Gini index | 0.4025 |
|
||||
| Vacancy rate | 9.66 |
|
||||
| White | 12968 |
|
||||
| Black | 202 |
|
||||
| Asian | 32 |
|
||||
| Native | 20 |
|
||||
| Hispanic/Latino | 217 |
|
||||
| Bachelor's or higher | 3117 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wayne County, IL"
|
||||
classification: county
|
||||
fips: "17191"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 15973
|
||||
population_under_18: 3592
|
||||
population_18_64: 8871
|
||||
population_65_plus: 3510
|
||||
median_household_income: 55521
|
||||
poverty_rate: 16.12
|
||||
homeownership_rate: 78.39
|
||||
unemployment_rate: 3.42
|
||||
median_home_value: 110700
|
||||
gini_index: 0.4615
|
||||
vacancy_rate: 10.6
|
||||
race_white: 15199
|
||||
race_black: 64
|
||||
race_asian: 97
|
||||
race_native: 44
|
||||
hispanic: 330
|
||||
bachelors_plus: 2400
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wayne County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15973 |
|
||||
| Under 18 | 3592 |
|
||||
| 18–64 | 8871 |
|
||||
| 65+ | 3510 |
|
||||
| Median household income | 55521 |
|
||||
| Poverty rate | 16.12 |
|
||||
| Homeownership rate | 78.39 |
|
||||
| Unemployment rate | 3.42 |
|
||||
| Median home value | 110700 |
|
||||
| Gini index | 0.4615 |
|
||||
| Vacancy rate | 10.6 |
|
||||
| White | 15199 |
|
||||
| Black | 64 |
|
||||
| Asian | 97 |
|
||||
| Native | 44 |
|
||||
| Hispanic/Latino | 330 |
|
||||
| Bachelor's or higher | 2400 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "White County, IL"
|
||||
classification: county
|
||||
fips: "17193"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 13619
|
||||
population_under_18: 2957
|
||||
population_18_64: 7471
|
||||
population_65_plus: 3191
|
||||
median_household_income: 54813
|
||||
poverty_rate: 16.37
|
||||
homeownership_rate: 77.08
|
||||
unemployment_rate: 3.96
|
||||
median_home_value: 108100
|
||||
gini_index: 0.4535
|
||||
vacancy_rate: 15.72
|
||||
race_white: 13030
|
||||
race_black: 78
|
||||
race_asian: 35
|
||||
race_native: 6
|
||||
hispanic: 221
|
||||
bachelors_plus: 2426
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# White County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13619 |
|
||||
| Under 18 | 2957 |
|
||||
| 18–64 | 7471 |
|
||||
| 65+ | 3191 |
|
||||
| Median household income | 54813 |
|
||||
| Poverty rate | 16.37 |
|
||||
| Homeownership rate | 77.08 |
|
||||
| Unemployment rate | 3.96 |
|
||||
| Median home value | 108100 |
|
||||
| Gini index | 0.4535 |
|
||||
| Vacancy rate | 15.72 |
|
||||
| White | 13030 |
|
||||
| Black | 78 |
|
||||
| Asian | 35 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 221 |
|
||||
| Bachelor's or higher | 2426 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Whiteside County, IL"
|
||||
classification: county
|
||||
fips: "17195"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 54947
|
||||
population_under_18: 12065
|
||||
population_18_64: 30915
|
||||
population_65_plus: 11967
|
||||
median_household_income: 67500
|
||||
poverty_rate: 11.98
|
||||
homeownership_rate: 76.93
|
||||
unemployment_rate: 4.35
|
||||
median_home_value: 127100
|
||||
gini_index: 0.4389
|
||||
vacancy_rate: 10.52
|
||||
race_white: 46769
|
||||
race_black: 691
|
||||
race_asian: 291
|
||||
race_native: 206
|
||||
hispanic: 7319
|
||||
bachelors_plus: 10881
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Whiteside County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 54947 |
|
||||
| Under 18 | 12065 |
|
||||
| 18–64 | 30915 |
|
||||
| 65+ | 11967 |
|
||||
| Median household income | 67500 |
|
||||
| Poverty rate | 11.98 |
|
||||
| Homeownership rate | 76.93 |
|
||||
| Unemployment rate | 4.35 |
|
||||
| Median home value | 127100 |
|
||||
| Gini index | 0.4389 |
|
||||
| Vacancy rate | 10.52 |
|
||||
| White | 46769 |
|
||||
| Black | 691 |
|
||||
| Asian | 291 |
|
||||
| Native | 206 |
|
||||
| Hispanic/Latino | 7319 |
|
||||
| Bachelor's or higher | 10881 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Will County, IL"
|
||||
classification: county
|
||||
fips: "17197"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 701462
|
||||
population_under_18: 165564
|
||||
population_18_64: 433631
|
||||
population_65_plus: 102267
|
||||
median_household_income: 109984
|
||||
poverty_rate: 7.33
|
||||
homeownership_rate: 82.76
|
||||
unemployment_rate: 4.93
|
||||
median_home_value: 319600
|
||||
gini_index: 0.4157
|
||||
vacancy_rate: 3.93
|
||||
race_white: 437226
|
||||
race_black: 83066
|
||||
race_asian: 44805
|
||||
race_native: 3817
|
||||
hispanic: 138703
|
||||
bachelors_plus: 247524
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Will County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 701462 |
|
||||
| Under 18 | 165564 |
|
||||
| 18–64 | 433631 |
|
||||
| 65+ | 102267 |
|
||||
| Median household income | 109984 |
|
||||
| Poverty rate | 7.33 |
|
||||
| Homeownership rate | 82.76 |
|
||||
| Unemployment rate | 4.93 |
|
||||
| Median home value | 319600 |
|
||||
| Gini index | 0.4157 |
|
||||
| Vacancy rate | 3.93 |
|
||||
| White | 437226 |
|
||||
| Black | 83066 |
|
||||
| Asian | 44805 |
|
||||
| Native | 3817 |
|
||||
| Hispanic/Latino | 138703 |
|
||||
| Bachelor's or higher | 247524 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Williamson County, IL"
|
||||
classification: county
|
||||
fips: "17199"
|
||||
state: "IL"
|
||||
demographics:
|
||||
population: 66876
|
||||
population_under_18: 14227
|
||||
population_18_64: 39513
|
||||
population_65_plus: 13136
|
||||
median_household_income: 65604
|
||||
poverty_rate: 13.75
|
||||
homeownership_rate: 70.65
|
||||
unemployment_rate: 5.01
|
||||
median_home_value: 156400
|
||||
gini_index: 0.4417
|
||||
vacancy_rate: 9.67
|
||||
race_white: 59489
|
||||
race_black: 2988
|
||||
race_asian: 1000
|
||||
race_native: 186
|
||||
hispanic: 1947
|
||||
bachelors_plus: 17778
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Williamson County, IL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 66876 |
|
||||
| Under 18 | 14227 |
|
||||
| 18–64 | 39513 |
|
||||
| 65+ | 13136 |
|
||||
| Median household income | 65604 |
|
||||
| Poverty rate | 13.75 |
|
||||
| Homeownership rate | 70.65 |
|
||||
| Unemployment rate | 5.01 |
|
||||
| Median home value | 156400 |
|
||||
| Gini index | 0.4417 |
|
||||
| Vacancy rate | 9.67 |
|
||||
| White | 59489 |
|
||||
| Black | 2988 |
|
||||
| Asian | 1000 |
|
||||
| Native | 186 |
|
||||
| Hispanic/Latino | 1947 |
|
||||
| Bachelor's or higher | 17778 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user