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: "Adair County, KY"
|
||||
classification: county
|
||||
fips: "21001"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 19089
|
||||
population_under_18: 3761
|
||||
population_18_64: 11573
|
||||
population_65_plus: 3755
|
||||
median_household_income: 53553
|
||||
poverty_rate: 18.39
|
||||
homeownership_rate: 77.21
|
||||
unemployment_rate: 6.82
|
||||
median_home_value: 150800
|
||||
gini_index: 0.4725
|
||||
vacancy_rate: 17.48
|
||||
race_white: 17337
|
||||
race_black: 395
|
||||
race_asian: 45
|
||||
race_native: 3
|
||||
hispanic: 671
|
||||
bachelors_plus: 4169
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adair County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19089 |
|
||||
| Under 18 | 3761 |
|
||||
| 18–64 | 11573 |
|
||||
| 65+ | 3755 |
|
||||
| Median household income | 53553 |
|
||||
| Poverty rate | 18.39 |
|
||||
| Homeownership rate | 77.21 |
|
||||
| Unemployment rate | 6.82 |
|
||||
| Median home value | 150800 |
|
||||
| Gini index | 0.4725 |
|
||||
| Vacancy rate | 17.48 |
|
||||
| White | 17337 |
|
||||
| Black | 395 |
|
||||
| Asian | 45 |
|
||||
| Native | 3 |
|
||||
| Hispanic/Latino | 671 |
|
||||
| Bachelor's or higher | 4169 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Allen County, KY"
|
||||
classification: county
|
||||
fips: "21003"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 21293
|
||||
population_under_18: 4914
|
||||
population_18_64: 12572
|
||||
population_65_plus: 3807
|
||||
median_household_income: 61403
|
||||
poverty_rate: 13.45
|
||||
homeownership_rate: 74.46
|
||||
unemployment_rate: 6.87
|
||||
median_home_value: 192300
|
||||
gini_index: 0.4349
|
||||
vacancy_rate: 13.37
|
||||
race_white: 20030
|
||||
race_black: 100
|
||||
race_asian: 3
|
||||
race_native: 32
|
||||
hispanic: 620
|
||||
bachelors_plus: 3755
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Allen County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21293 |
|
||||
| Under 18 | 4914 |
|
||||
| 18–64 | 12572 |
|
||||
| 65+ | 3807 |
|
||||
| Median household income | 61403 |
|
||||
| Poverty rate | 13.45 |
|
||||
| Homeownership rate | 74.46 |
|
||||
| Unemployment rate | 6.87 |
|
||||
| Median home value | 192300 |
|
||||
| Gini index | 0.4349 |
|
||||
| Vacancy rate | 13.37 |
|
||||
| White | 20030 |
|
||||
| Black | 100 |
|
||||
| Asian | 3 |
|
||||
| Native | 32 |
|
||||
| Hispanic/Latino | 620 |
|
||||
| Bachelor's or higher | 3755 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Anderson County, KY"
|
||||
classification: county
|
||||
fips: "21005"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 24353
|
||||
population_under_18: 5634
|
||||
population_18_64: 14587
|
||||
population_65_plus: 4132
|
||||
median_household_income: 74488
|
||||
poverty_rate: 11.47
|
||||
homeownership_rate: 77.61
|
||||
unemployment_rate: 2.23
|
||||
median_home_value: 225100
|
||||
gini_index: 0.3973
|
||||
vacancy_rate: 6.52
|
||||
race_white: 22529
|
||||
race_black: 523
|
||||
race_asian: 82
|
||||
race_native: 0
|
||||
hispanic: 639
|
||||
bachelors_plus: 5942
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Anderson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 24353 |
|
||||
| Under 18 | 5634 |
|
||||
| 18–64 | 14587 |
|
||||
| 65+ | 4132 |
|
||||
| Median household income | 74488 |
|
||||
| Poverty rate | 11.47 |
|
||||
| Homeownership rate | 77.61 |
|
||||
| Unemployment rate | 2.23 |
|
||||
| Median home value | 225100 |
|
||||
| Gini index | 0.3973 |
|
||||
| Vacancy rate | 6.52 |
|
||||
| White | 22529 |
|
||||
| Black | 523 |
|
||||
| Asian | 82 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 639 |
|
||||
| Bachelor's or higher | 5942 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ballard County, KY"
|
||||
classification: county
|
||||
fips: "21007"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 7654
|
||||
population_under_18: 1520
|
||||
population_18_64: 4469
|
||||
population_65_plus: 1665
|
||||
median_household_income: 66164
|
||||
poverty_rate: 15.01
|
||||
homeownership_rate: 75.97
|
||||
unemployment_rate: 1.62
|
||||
median_home_value: 145800
|
||||
gini_index: 0.4354
|
||||
vacancy_rate: 13.32
|
||||
race_white: 7023
|
||||
race_black: 275
|
||||
race_asian: 22
|
||||
race_native: 12
|
||||
hispanic: 119
|
||||
bachelors_plus: 1356
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ballard County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7654 |
|
||||
| Under 18 | 1520 |
|
||||
| 18–64 | 4469 |
|
||||
| 65+ | 1665 |
|
||||
| Median household income | 66164 |
|
||||
| Poverty rate | 15.01 |
|
||||
| Homeownership rate | 75.97 |
|
||||
| Unemployment rate | 1.62 |
|
||||
| Median home value | 145800 |
|
||||
| Gini index | 0.4354 |
|
||||
| Vacancy rate | 13.32 |
|
||||
| White | 7023 |
|
||||
| Black | 275 |
|
||||
| Asian | 22 |
|
||||
| Native | 12 |
|
||||
| Hispanic/Latino | 119 |
|
||||
| Bachelor's or higher | 1356 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Barren County, KY"
|
||||
classification: county
|
||||
fips: "21009"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 44938
|
||||
population_under_18: 10730
|
||||
population_18_64: 26056
|
||||
population_65_plus: 8152
|
||||
median_household_income: 50628
|
||||
poverty_rate: 19.39
|
||||
homeownership_rate: 65.18
|
||||
unemployment_rate: 4.15
|
||||
median_home_value: 178000
|
||||
gini_index: 0.4791
|
||||
vacancy_rate: 11.17
|
||||
race_white: 39527
|
||||
race_black: 1713
|
||||
race_asian: 416
|
||||
race_native: 158
|
||||
hispanic: 1991
|
||||
bachelors_plus: 7748
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Barren County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 44938 |
|
||||
| Under 18 | 10730 |
|
||||
| 18–64 | 26056 |
|
||||
| 65+ | 8152 |
|
||||
| Median household income | 50628 |
|
||||
| Poverty rate | 19.39 |
|
||||
| Homeownership rate | 65.18 |
|
||||
| Unemployment rate | 4.15 |
|
||||
| Median home value | 178000 |
|
||||
| Gini index | 0.4791 |
|
||||
| Vacancy rate | 11.17 |
|
||||
| White | 39527 |
|
||||
| Black | 1713 |
|
||||
| Asian | 416 |
|
||||
| Native | 158 |
|
||||
| Hispanic/Latino | 1991 |
|
||||
| Bachelor's or higher | 7748 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bath County, KY"
|
||||
classification: county
|
||||
fips: "21011"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 12851
|
||||
population_under_18: 3271
|
||||
population_18_64: 7359
|
||||
population_65_plus: 2221
|
||||
median_household_income: 56541
|
||||
poverty_rate: 25.31
|
||||
homeownership_rate: 74.71
|
||||
unemployment_rate: 2.55
|
||||
median_home_value: 129800
|
||||
gini_index: 0.5405
|
||||
vacancy_rate: 14.57
|
||||
race_white: 12231
|
||||
race_black: 90
|
||||
race_asian: 5
|
||||
race_native: 5
|
||||
hispanic: 235
|
||||
bachelors_plus: 1502
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bath County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12851 |
|
||||
| Under 18 | 3271 |
|
||||
| 18–64 | 7359 |
|
||||
| 65+ | 2221 |
|
||||
| Median household income | 56541 |
|
||||
| Poverty rate | 25.31 |
|
||||
| Homeownership rate | 74.71 |
|
||||
| Unemployment rate | 2.55 |
|
||||
| Median home value | 129800 |
|
||||
| Gini index | 0.5405 |
|
||||
| Vacancy rate | 14.57 |
|
||||
| White | 12231 |
|
||||
| Black | 90 |
|
||||
| Asian | 5 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 235 |
|
||||
| Bachelor's or higher | 1502 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bell County, KY"
|
||||
classification: county
|
||||
fips: "21013"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 23509
|
||||
population_under_18: 5138
|
||||
population_18_64: 13918
|
||||
population_65_plus: 4453
|
||||
median_household_income: 31354
|
||||
poverty_rate: 28.82
|
||||
homeownership_rate: 58.83
|
||||
unemployment_rate: 10.11
|
||||
median_home_value: 89000
|
||||
gini_index: 0.5103
|
||||
vacancy_rate: 14.55
|
||||
race_white: 21769
|
||||
race_black: 705
|
||||
race_asian: 61
|
||||
race_native: 27
|
||||
hispanic: 114
|
||||
bachelors_plus: 3652
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bell County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23509 |
|
||||
| Under 18 | 5138 |
|
||||
| 18–64 | 13918 |
|
||||
| 65+ | 4453 |
|
||||
| Median household income | 31354 |
|
||||
| Poverty rate | 28.82 |
|
||||
| Homeownership rate | 58.83 |
|
||||
| Unemployment rate | 10.11 |
|
||||
| Median home value | 89000 |
|
||||
| Gini index | 0.5103 |
|
||||
| Vacancy rate | 14.55 |
|
||||
| White | 21769 |
|
||||
| Black | 705 |
|
||||
| Asian | 61 |
|
||||
| Native | 27 |
|
||||
| Hispanic/Latino | 114 |
|
||||
| Bachelor's or higher | 3652 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Boone County, KY"
|
||||
classification: county
|
||||
fips: "21015"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 139841
|
||||
population_under_18: 35763
|
||||
population_18_64: 83290
|
||||
population_65_plus: 20788
|
||||
median_household_income: 99414
|
||||
poverty_rate: 6.3
|
||||
homeownership_rate: 76.27
|
||||
unemployment_rate: 3.14
|
||||
median_home_value: 277300
|
||||
gini_index: 0.419
|
||||
vacancy_rate: 4.2
|
||||
race_white: 116684
|
||||
race_black: 6112
|
||||
race_asian: 3371
|
||||
race_native: 566
|
||||
hispanic: 8264
|
||||
bachelors_plus: 45272
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Boone County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 139841 |
|
||||
| Under 18 | 35763 |
|
||||
| 18–64 | 83290 |
|
||||
| 65+ | 20788 |
|
||||
| Median household income | 99414 |
|
||||
| Poverty rate | 6.3 |
|
||||
| Homeownership rate | 76.27 |
|
||||
| Unemployment rate | 3.14 |
|
||||
| Median home value | 277300 |
|
||||
| Gini index | 0.419 |
|
||||
| Vacancy rate | 4.2 |
|
||||
| White | 116684 |
|
||||
| Black | 6112 |
|
||||
| Asian | 3371 |
|
||||
| Native | 566 |
|
||||
| Hispanic/Latino | 8264 |
|
||||
| Bachelor's or higher | 45272 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bourbon County, KY"
|
||||
classification: county
|
||||
fips: "21017"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 20240
|
||||
population_under_18: 4622
|
||||
population_18_64: 11667
|
||||
population_65_plus: 3951
|
||||
median_household_income: 61354
|
||||
poverty_rate: 14.24
|
||||
homeownership_rate: 63.7
|
||||
unemployment_rate: 4.18
|
||||
median_home_value: 229300
|
||||
gini_index: 0.4636
|
||||
vacancy_rate: 11.4
|
||||
race_white: 17230
|
||||
race_black: 1001
|
||||
race_asian: 26
|
||||
race_native: 39
|
||||
hispanic: 1569
|
||||
bachelors_plus: 5308
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bourbon County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20240 |
|
||||
| Under 18 | 4622 |
|
||||
| 18–64 | 11667 |
|
||||
| 65+ | 3951 |
|
||||
| Median household income | 61354 |
|
||||
| Poverty rate | 14.24 |
|
||||
| Homeownership rate | 63.7 |
|
||||
| Unemployment rate | 4.18 |
|
||||
| Median home value | 229300 |
|
||||
| Gini index | 0.4636 |
|
||||
| Vacancy rate | 11.4 |
|
||||
| White | 17230 |
|
||||
| Black | 1001 |
|
||||
| Asian | 26 |
|
||||
| Native | 39 |
|
||||
| Hispanic/Latino | 1569 |
|
||||
| Bachelor's or higher | 5308 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Boyd County, KY"
|
||||
classification: county
|
||||
fips: "21019"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 47911
|
||||
population_under_18: 10159
|
||||
population_18_64: 27927
|
||||
population_65_plus: 9825
|
||||
median_household_income: 61118
|
||||
poverty_rate: 16.95
|
||||
homeownership_rate: 70.17
|
||||
unemployment_rate: 6.4
|
||||
median_home_value: 130700
|
||||
gini_index: 0.4582
|
||||
vacancy_rate: 11.19
|
||||
race_white: 44517
|
||||
race_black: 1124
|
||||
race_asian: 172
|
||||
race_native: 47
|
||||
hispanic: 873
|
||||
bachelors_plus: 9948
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Boyd County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 47911 |
|
||||
| Under 18 | 10159 |
|
||||
| 18–64 | 27927 |
|
||||
| 65+ | 9825 |
|
||||
| Median household income | 61118 |
|
||||
| Poverty rate | 16.95 |
|
||||
| Homeownership rate | 70.17 |
|
||||
| Unemployment rate | 6.4 |
|
||||
| Median home value | 130700 |
|
||||
| Gini index | 0.4582 |
|
||||
| Vacancy rate | 11.19 |
|
||||
| White | 44517 |
|
||||
| Black | 1124 |
|
||||
| Asian | 172 |
|
||||
| Native | 47 |
|
||||
| Hispanic/Latino | 873 |
|
||||
| Bachelor's or higher | 9948 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Boyle County, KY"
|
||||
classification: county
|
||||
fips: "21021"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 30941
|
||||
population_under_18: 6467
|
||||
population_18_64: 18701
|
||||
population_65_plus: 5773
|
||||
median_household_income: 61159
|
||||
poverty_rate: 15.64
|
||||
homeownership_rate: 67.95
|
||||
unemployment_rate: 5.8
|
||||
median_home_value: 209900
|
||||
gini_index: 0.4572
|
||||
vacancy_rate: 7.42
|
||||
race_white: 26082
|
||||
race_black: 2222
|
||||
race_asian: 282
|
||||
race_native: 0
|
||||
hispanic: 1457
|
||||
bachelors_plus: 7900
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Boyle County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30941 |
|
||||
| Under 18 | 6467 |
|
||||
| 18–64 | 18701 |
|
||||
| 65+ | 5773 |
|
||||
| Median household income | 61159 |
|
||||
| Poverty rate | 15.64 |
|
||||
| Homeownership rate | 67.95 |
|
||||
| Unemployment rate | 5.8 |
|
||||
| Median home value | 209900 |
|
||||
| Gini index | 0.4572 |
|
||||
| Vacancy rate | 7.42 |
|
||||
| White | 26082 |
|
||||
| Black | 2222 |
|
||||
| Asian | 282 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 1457 |
|
||||
| Bachelor's or higher | 7900 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bracken County, KY"
|
||||
classification: county
|
||||
fips: "21023"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 8444
|
||||
population_under_18: 1950
|
||||
population_18_64: 4961
|
||||
population_65_plus: 1533
|
||||
median_household_income: 66319
|
||||
poverty_rate: 19.52
|
||||
homeownership_rate: 78.54
|
||||
unemployment_rate: 4.76
|
||||
median_home_value: 125000
|
||||
gini_index: 0.4421
|
||||
vacancy_rate: 12.85
|
||||
race_white: 8080
|
||||
race_black: 54
|
||||
race_asian: 7
|
||||
race_native: 84
|
||||
hispanic: 125
|
||||
bachelors_plus: 1588
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bracken County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8444 |
|
||||
| Under 18 | 1950 |
|
||||
| 18–64 | 4961 |
|
||||
| 65+ | 1533 |
|
||||
| Median household income | 66319 |
|
||||
| Poverty rate | 19.52 |
|
||||
| Homeownership rate | 78.54 |
|
||||
| Unemployment rate | 4.76 |
|
||||
| Median home value | 125000 |
|
||||
| Gini index | 0.4421 |
|
||||
| Vacancy rate | 12.85 |
|
||||
| White | 8080 |
|
||||
| Black | 54 |
|
||||
| Asian | 7 |
|
||||
| Native | 84 |
|
||||
| Hispanic/Latino | 125 |
|
||||
| Bachelor's or higher | 1588 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Breathitt County, KY"
|
||||
classification: county
|
||||
fips: "21025"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 13276
|
||||
population_under_18: 2812
|
||||
population_18_64: 7983
|
||||
population_65_plus: 2481
|
||||
median_household_income: 34808
|
||||
poverty_rate: 33.13
|
||||
homeownership_rate: 76.59
|
||||
unemployment_rate: 9.32
|
||||
median_home_value: 70300
|
||||
gini_index: 0.4906
|
||||
vacancy_rate: 16.9
|
||||
race_white: 12769
|
||||
race_black: 77
|
||||
race_asian: 40
|
||||
race_native: 23
|
||||
hispanic: 149
|
||||
bachelors_plus: 2193
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Breathitt County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13276 |
|
||||
| Under 18 | 2812 |
|
||||
| 18–64 | 7983 |
|
||||
| 65+ | 2481 |
|
||||
| Median household income | 34808 |
|
||||
| Poverty rate | 33.13 |
|
||||
| Homeownership rate | 76.59 |
|
||||
| Unemployment rate | 9.32 |
|
||||
| Median home value | 70300 |
|
||||
| Gini index | 0.4906 |
|
||||
| Vacancy rate | 16.9 |
|
||||
| White | 12769 |
|
||||
| Black | 77 |
|
||||
| Asian | 40 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 149 |
|
||||
| Bachelor's or higher | 2193 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Breckinridge County, KY"
|
||||
classification: county
|
||||
fips: "21027"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 20881
|
||||
population_under_18: 4768
|
||||
population_18_64: 11853
|
||||
population_65_plus: 4260
|
||||
median_household_income: 55843
|
||||
poverty_rate: 21.36
|
||||
homeownership_rate: 81.41
|
||||
unemployment_rate: 4.5
|
||||
median_home_value: 156700
|
||||
gini_index: 0.4707
|
||||
vacancy_rate: 25.28
|
||||
race_white: 19588
|
||||
race_black: 395
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 350
|
||||
bachelors_plus: 2722
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Breckinridge County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20881 |
|
||||
| Under 18 | 4768 |
|
||||
| 18–64 | 11853 |
|
||||
| 65+ | 4260 |
|
||||
| Median household income | 55843 |
|
||||
| Poverty rate | 21.36 |
|
||||
| Homeownership rate | 81.41 |
|
||||
| Unemployment rate | 4.5 |
|
||||
| Median home value | 156700 |
|
||||
| Gini index | 0.4707 |
|
||||
| Vacancy rate | 25.28 |
|
||||
| White | 19588 |
|
||||
| Black | 395 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 350 |
|
||||
| Bachelor's or higher | 2722 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bullitt County, KY"
|
||||
classification: county
|
||||
fips: "21029"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 84027
|
||||
population_under_18: 17795
|
||||
population_18_64: 51647
|
||||
population_65_plus: 14585
|
||||
median_household_income: 80558
|
||||
poverty_rate: 9.69
|
||||
homeownership_rate: 84.93
|
||||
unemployment_rate: 4.26
|
||||
median_home_value: 247200
|
||||
gini_index: 0.4031
|
||||
vacancy_rate: 5.54
|
||||
race_white: 76760
|
||||
race_black: 1092
|
||||
race_asian: 604
|
||||
race_native: 17
|
||||
hispanic: 2769
|
||||
bachelors_plus: 15991
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bullitt County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 84027 |
|
||||
| Under 18 | 17795 |
|
||||
| 18–64 | 51647 |
|
||||
| 65+ | 14585 |
|
||||
| Median household income | 80558 |
|
||||
| Poverty rate | 9.69 |
|
||||
| Homeownership rate | 84.93 |
|
||||
| Unemployment rate | 4.26 |
|
||||
| Median home value | 247200 |
|
||||
| Gini index | 0.4031 |
|
||||
| Vacancy rate | 5.54 |
|
||||
| White | 76760 |
|
||||
| Black | 1092 |
|
||||
| Asian | 604 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 2769 |
|
||||
| Bachelor's or higher | 15991 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Butler County, KY"
|
||||
classification: county
|
||||
fips: "21031"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 12393
|
||||
population_under_18: 2867
|
||||
population_18_64: 7120
|
||||
population_65_plus: 2406
|
||||
median_household_income: 56092
|
||||
poverty_rate: 20.52
|
||||
homeownership_rate: 73.72
|
||||
unemployment_rate: 4.36
|
||||
median_home_value: 111100
|
||||
gini_index: 0.4207
|
||||
vacancy_rate: 16.28
|
||||
race_white: 11481
|
||||
race_black: 2
|
||||
race_asian: 31
|
||||
race_native: 0
|
||||
hispanic: 656
|
||||
bachelors_plus: 1258
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Butler County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12393 |
|
||||
| Under 18 | 2867 |
|
||||
| 18–64 | 7120 |
|
||||
| 65+ | 2406 |
|
||||
| Median household income | 56092 |
|
||||
| Poverty rate | 20.52 |
|
||||
| Homeownership rate | 73.72 |
|
||||
| Unemployment rate | 4.36 |
|
||||
| Median home value | 111100 |
|
||||
| Gini index | 0.4207 |
|
||||
| Vacancy rate | 16.28 |
|
||||
| White | 11481 |
|
||||
| Black | 2 |
|
||||
| Asian | 31 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 656 |
|
||||
| Bachelor's or higher | 1258 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Caldwell County, KY"
|
||||
classification: county
|
||||
fips: "21033"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 12618
|
||||
population_under_18: 2895
|
||||
population_18_64: 7019
|
||||
population_65_plus: 2704
|
||||
median_household_income: 59583
|
||||
poverty_rate: 15.15
|
||||
homeownership_rate: 70.21
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 118500
|
||||
gini_index: 0.4279
|
||||
vacancy_rate: 17.13
|
||||
race_white: 11326
|
||||
race_black: 755
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 186
|
||||
bachelors_plus: 2123
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Caldwell County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12618 |
|
||||
| Under 18 | 2895 |
|
||||
| 18–64 | 7019 |
|
||||
| 65+ | 2704 |
|
||||
| Median household income | 59583 |
|
||||
| Poverty rate | 15.15 |
|
||||
| Homeownership rate | 70.21 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 118500 |
|
||||
| Gini index | 0.4279 |
|
||||
| Vacancy rate | 17.13 |
|
||||
| White | 11326 |
|
||||
| Black | 755 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 186 |
|
||||
| Bachelor's or higher | 2123 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Calloway County, KY"
|
||||
classification: county
|
||||
fips: "21035"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 38224
|
||||
population_under_18: 6972
|
||||
population_18_64: 24775
|
||||
population_65_plus: 6477
|
||||
median_household_income: 52706
|
||||
poverty_rate: 17.2
|
||||
homeownership_rate: 63.9
|
||||
unemployment_rate: 4.45
|
||||
median_home_value: 183200
|
||||
gini_index: 0.468
|
||||
vacancy_rate: 15.83
|
||||
race_white: 33751
|
||||
race_black: 1559
|
||||
race_asian: 705
|
||||
race_native: 72
|
||||
hispanic: 1406
|
||||
bachelors_plus: 10568
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calloway County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 38224 |
|
||||
| Under 18 | 6972 |
|
||||
| 18–64 | 24775 |
|
||||
| 65+ | 6477 |
|
||||
| Median household income | 52706 |
|
||||
| Poverty rate | 17.2 |
|
||||
| Homeownership rate | 63.9 |
|
||||
| Unemployment rate | 4.45 |
|
||||
| Median home value | 183200 |
|
||||
| Gini index | 0.468 |
|
||||
| Vacancy rate | 15.83 |
|
||||
| White | 33751 |
|
||||
| Black | 1559 |
|
||||
| Asian | 705 |
|
||||
| Native | 72 |
|
||||
| Hispanic/Latino | 1406 |
|
||||
| Bachelor's or higher | 10568 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Campbell County, KY"
|
||||
classification: county
|
||||
fips: "21037"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 93426
|
||||
population_under_18: 19222
|
||||
population_18_64: 57827
|
||||
population_65_plus: 16377
|
||||
median_household_income: 77567
|
||||
poverty_rate: 11.1
|
||||
homeownership_rate: 71.08
|
||||
unemployment_rate: 3.98
|
||||
median_home_value: 252000
|
||||
gini_index: 0.4765
|
||||
vacancy_rate: 6.73
|
||||
race_white: 84891
|
||||
race_black: 2631
|
||||
race_asian: 891
|
||||
race_native: 47
|
||||
hispanic: 2449
|
||||
bachelors_plus: 36416
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Campbell County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 93426 |
|
||||
| Under 18 | 19222 |
|
||||
| 18–64 | 57827 |
|
||||
| 65+ | 16377 |
|
||||
| Median household income | 77567 |
|
||||
| Poverty rate | 11.1 |
|
||||
| Homeownership rate | 71.08 |
|
||||
| Unemployment rate | 3.98 |
|
||||
| Median home value | 252000 |
|
||||
| Gini index | 0.4765 |
|
||||
| Vacancy rate | 6.73 |
|
||||
| White | 84891 |
|
||||
| Black | 2631 |
|
||||
| Asian | 891 |
|
||||
| Native | 47 |
|
||||
| Hispanic/Latino | 2449 |
|
||||
| Bachelor's or higher | 36416 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carlisle County, KY"
|
||||
classification: county
|
||||
fips: "21039"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 4762
|
||||
population_under_18: 1117
|
||||
population_18_64: 2687
|
||||
population_65_plus: 958
|
||||
median_household_income: 62439
|
||||
poverty_rate: 15.08
|
||||
homeownership_rate: 80.38
|
||||
unemployment_rate: 3.7
|
||||
median_home_value: 120400
|
||||
gini_index: 0.45
|
||||
vacancy_rate: 19.16
|
||||
race_white: 4332
|
||||
race_black: 71
|
||||
race_asian: 13
|
||||
race_native: 6
|
||||
hispanic: 153
|
||||
bachelors_plus: 700
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carlisle County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4762 |
|
||||
| Under 18 | 1117 |
|
||||
| 18–64 | 2687 |
|
||||
| 65+ | 958 |
|
||||
| Median household income | 62439 |
|
||||
| Poverty rate | 15.08 |
|
||||
| Homeownership rate | 80.38 |
|
||||
| Unemployment rate | 3.7 |
|
||||
| Median home value | 120400 |
|
||||
| Gini index | 0.45 |
|
||||
| Vacancy rate | 19.16 |
|
||||
| White | 4332 |
|
||||
| Black | 71 |
|
||||
| Asian | 13 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 153 |
|
||||
| Bachelor's or higher | 700 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carroll County, KY"
|
||||
classification: county
|
||||
fips: "21041"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 10954
|
||||
population_under_18: 2918
|
||||
population_18_64: 6233
|
||||
population_65_plus: 1803
|
||||
median_household_income: 56466
|
||||
poverty_rate: 23.13
|
||||
homeownership_rate: 65.75
|
||||
unemployment_rate: 6.07
|
||||
median_home_value: 140900
|
||||
gini_index: 0.4604
|
||||
vacancy_rate: 10.97
|
||||
race_white: 9487
|
||||
race_black: 242
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 826
|
||||
bachelors_plus: 1115
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carroll County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10954 |
|
||||
| Under 18 | 2918 |
|
||||
| 18–64 | 6233 |
|
||||
| 65+ | 1803 |
|
||||
| Median household income | 56466 |
|
||||
| Poverty rate | 23.13 |
|
||||
| Homeownership rate | 65.75 |
|
||||
| Unemployment rate | 6.07 |
|
||||
| Median home value | 140900 |
|
||||
| Gini index | 0.4604 |
|
||||
| Vacancy rate | 10.97 |
|
||||
| White | 9487 |
|
||||
| Black | 242 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 826 |
|
||||
| Bachelor's or higher | 1115 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carter County, KY"
|
||||
classification: county
|
||||
fips: "21043"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 26341
|
||||
population_under_18: 5941
|
||||
population_18_64: 15150
|
||||
population_65_plus: 5250
|
||||
median_household_income: 51235
|
||||
poverty_rate: 19.18
|
||||
homeownership_rate: 80.04
|
||||
unemployment_rate: 5.31
|
||||
median_home_value: 132800
|
||||
gini_index: 0.4563
|
||||
vacancy_rate: 12.36
|
||||
race_white: 25142
|
||||
race_black: 104
|
||||
race_asian: 70
|
||||
race_native: 6
|
||||
hispanic: 227
|
||||
bachelors_plus: 4282
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carter County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26341 |
|
||||
| Under 18 | 5941 |
|
||||
| 18–64 | 15150 |
|
||||
| 65+ | 5250 |
|
||||
| Median household income | 51235 |
|
||||
| Poverty rate | 19.18 |
|
||||
| Homeownership rate | 80.04 |
|
||||
| Unemployment rate | 5.31 |
|
||||
| Median home value | 132800 |
|
||||
| Gini index | 0.4563 |
|
||||
| Vacancy rate | 12.36 |
|
||||
| White | 25142 |
|
||||
| Black | 104 |
|
||||
| Asian | 70 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 227 |
|
||||
| Bachelor's or higher | 4282 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Casey County, KY"
|
||||
classification: county
|
||||
fips: "21045"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 15914
|
||||
population_under_18: 3665
|
||||
population_18_64: 8935
|
||||
population_65_plus: 3314
|
||||
median_household_income: 45510
|
||||
poverty_rate: 21.73
|
||||
homeownership_rate: 79.71
|
||||
unemployment_rate: 8.89
|
||||
median_home_value: 136300
|
||||
gini_index: 0.4867
|
||||
vacancy_rate: 12.64
|
||||
race_white: 15040
|
||||
race_black: 60
|
||||
race_asian: 11
|
||||
race_native: 5
|
||||
hispanic: 546
|
||||
bachelors_plus: 2058
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Casey County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15914 |
|
||||
| Under 18 | 3665 |
|
||||
| 18–64 | 8935 |
|
||||
| 65+ | 3314 |
|
||||
| Median household income | 45510 |
|
||||
| Poverty rate | 21.73 |
|
||||
| Homeownership rate | 79.71 |
|
||||
| Unemployment rate | 8.89 |
|
||||
| Median home value | 136300 |
|
||||
| Gini index | 0.4867 |
|
||||
| Vacancy rate | 12.64 |
|
||||
| White | 15040 |
|
||||
| Black | 60 |
|
||||
| Asian | 11 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 546 |
|
||||
| Bachelor's or higher | 2058 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Christian County, KY"
|
||||
classification: county
|
||||
fips: "21047"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 72069
|
||||
population_under_18: 20421
|
||||
population_18_64: 42480
|
||||
population_65_plus: 9168
|
||||
median_household_income: 55494
|
||||
poverty_rate: 17.12
|
||||
homeownership_rate: 50.04
|
||||
unemployment_rate: 6.32
|
||||
median_home_value: 173600
|
||||
gini_index: 0.4365
|
||||
vacancy_rate: 12.39
|
||||
race_white: 48400
|
||||
race_black: 13549
|
||||
race_asian: 896
|
||||
race_native: 146
|
||||
hispanic: 6267
|
||||
bachelors_plus: 10882
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christian County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 72069 |
|
||||
| Under 18 | 20421 |
|
||||
| 18–64 | 42480 |
|
||||
| 65+ | 9168 |
|
||||
| Median household income | 55494 |
|
||||
| Poverty rate | 17.12 |
|
||||
| Homeownership rate | 50.04 |
|
||||
| Unemployment rate | 6.32 |
|
||||
| Median home value | 173600 |
|
||||
| Gini index | 0.4365 |
|
||||
| Vacancy rate | 12.39 |
|
||||
| White | 48400 |
|
||||
| Black | 13549 |
|
||||
| Asian | 896 |
|
||||
| Native | 146 |
|
||||
| Hispanic/Latino | 6267 |
|
||||
| Bachelor's or higher | 10882 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clark County, KY"
|
||||
classification: county
|
||||
fips: "21049"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 37192
|
||||
population_under_18: 8358
|
||||
population_18_64: 22057
|
||||
population_65_plus: 6777
|
||||
median_household_income: 64348
|
||||
poverty_rate: 14.58
|
||||
homeownership_rate: 70.67
|
||||
unemployment_rate: 4.41
|
||||
median_home_value: 205800
|
||||
gini_index: 0.4844
|
||||
vacancy_rate: 8.3
|
||||
race_white: 32968
|
||||
race_black: 1064
|
||||
race_asian: 367
|
||||
race_native: 265
|
||||
hispanic: 1534
|
||||
bachelors_plus: 8299
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clark County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37192 |
|
||||
| Under 18 | 8358 |
|
||||
| 18–64 | 22057 |
|
||||
| 65+ | 6777 |
|
||||
| Median household income | 64348 |
|
||||
| Poverty rate | 14.58 |
|
||||
| Homeownership rate | 70.67 |
|
||||
| Unemployment rate | 4.41 |
|
||||
| Median home value | 205800 |
|
||||
| Gini index | 0.4844 |
|
||||
| Vacancy rate | 8.3 |
|
||||
| White | 32968 |
|
||||
| Black | 1064 |
|
||||
| Asian | 367 |
|
||||
| Native | 265 |
|
||||
| Hispanic/Latino | 1534 |
|
||||
| Bachelor's or higher | 8299 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clay County, KY"
|
||||
classification: county
|
||||
fips: "21051"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 19921
|
||||
population_under_18: 4096
|
||||
population_18_64: 12645
|
||||
population_65_plus: 3180
|
||||
median_household_income: 40900
|
||||
poverty_rate: 32.35
|
||||
homeownership_rate: 76.36
|
||||
unemployment_rate: 9.3
|
||||
median_home_value: 90700
|
||||
gini_index: 0.4715
|
||||
vacancy_rate: 15.88
|
||||
race_white: 18364
|
||||
race_black: 790
|
||||
race_asian: 38
|
||||
race_native: 14
|
||||
hispanic: 421
|
||||
bachelors_plus: 3484
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clay County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19921 |
|
||||
| Under 18 | 4096 |
|
||||
| 18–64 | 12645 |
|
||||
| 65+ | 3180 |
|
||||
| Median household income | 40900 |
|
||||
| Poverty rate | 32.35 |
|
||||
| Homeownership rate | 76.36 |
|
||||
| Unemployment rate | 9.3 |
|
||||
| Median home value | 90700 |
|
||||
| Gini index | 0.4715 |
|
||||
| Vacancy rate | 15.88 |
|
||||
| White | 18364 |
|
||||
| Black | 790 |
|
||||
| Asian | 38 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 421 |
|
||||
| Bachelor's or higher | 3484 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clinton County, KY"
|
||||
classification: county
|
||||
fips: "21053"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 9202
|
||||
population_under_18: 1974
|
||||
population_18_64: 5334
|
||||
population_65_plus: 1894
|
||||
median_household_income: 44844
|
||||
poverty_rate: 17.47
|
||||
homeownership_rate: 71.15
|
||||
unemployment_rate: 4.99
|
||||
median_home_value: 122200
|
||||
gini_index: 0.4277
|
||||
vacancy_rate: 20.54
|
||||
race_white: 8666
|
||||
race_black: 15
|
||||
race_asian: 173
|
||||
race_native: 50
|
||||
hispanic: 315
|
||||
bachelors_plus: 1612
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clinton County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9202 |
|
||||
| Under 18 | 1974 |
|
||||
| 18–64 | 5334 |
|
||||
| 65+ | 1894 |
|
||||
| Median household income | 44844 |
|
||||
| Poverty rate | 17.47 |
|
||||
| Homeownership rate | 71.15 |
|
||||
| Unemployment rate | 4.99 |
|
||||
| Median home value | 122200 |
|
||||
| Gini index | 0.4277 |
|
||||
| Vacancy rate | 20.54 |
|
||||
| White | 8666 |
|
||||
| Black | 15 |
|
||||
| Asian | 173 |
|
||||
| Native | 50 |
|
||||
| Hispanic/Latino | 315 |
|
||||
| Bachelor's or higher | 1612 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crittenden County, KY"
|
||||
classification: county
|
||||
fips: "21055"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 8979
|
||||
population_under_18: 2080
|
||||
population_18_64: 5008
|
||||
population_65_plus: 1891
|
||||
median_household_income: 46656
|
||||
poverty_rate: 17.72
|
||||
homeownership_rate: 78.21
|
||||
unemployment_rate: 3.4
|
||||
median_home_value: 127300
|
||||
gini_index: 0.4558
|
||||
vacancy_rate: 18.48
|
||||
race_white: 8533
|
||||
race_black: 33
|
||||
race_asian: 27
|
||||
race_native: 14
|
||||
hispanic: 158
|
||||
bachelors_plus: 1358
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crittenden County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8979 |
|
||||
| Under 18 | 2080 |
|
||||
| 18–64 | 5008 |
|
||||
| 65+ | 1891 |
|
||||
| Median household income | 46656 |
|
||||
| Poverty rate | 17.72 |
|
||||
| Homeownership rate | 78.21 |
|
||||
| Unemployment rate | 3.4 |
|
||||
| Median home value | 127300 |
|
||||
| Gini index | 0.4558 |
|
||||
| Vacancy rate | 18.48 |
|
||||
| White | 8533 |
|
||||
| Black | 33 |
|
||||
| Asian | 27 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 158 |
|
||||
| Bachelor's or higher | 1358 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cumberland County, KY"
|
||||
classification: county
|
||||
fips: "21057"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 5948
|
||||
population_under_18: 1312
|
||||
population_18_64: 3285
|
||||
population_65_plus: 1351
|
||||
median_household_income: 40000
|
||||
poverty_rate: 24.8
|
||||
homeownership_rate: 75.51
|
||||
unemployment_rate: 4.01
|
||||
median_home_value: 141100
|
||||
gini_index: 0.4527
|
||||
vacancy_rate: 22.74
|
||||
race_white: 5536
|
||||
race_black: 90
|
||||
race_asian: 16
|
||||
race_native: 39
|
||||
hispanic: 120
|
||||
bachelors_plus: 1152
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cumberland County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5948 |
|
||||
| Under 18 | 1312 |
|
||||
| 18–64 | 3285 |
|
||||
| 65+ | 1351 |
|
||||
| Median household income | 40000 |
|
||||
| Poverty rate | 24.8 |
|
||||
| Homeownership rate | 75.51 |
|
||||
| Unemployment rate | 4.01 |
|
||||
| Median home value | 141100 |
|
||||
| Gini index | 0.4527 |
|
||||
| Vacancy rate | 22.74 |
|
||||
| White | 5536 |
|
||||
| Black | 90 |
|
||||
| Asian | 16 |
|
||||
| Native | 39 |
|
||||
| Hispanic/Latino | 120 |
|
||||
| Bachelor's or higher | 1152 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Daviess County, KY"
|
||||
classification: county
|
||||
fips: "21059"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 103648
|
||||
population_under_18: 25381
|
||||
population_18_64: 59947
|
||||
population_65_plus: 18320
|
||||
median_household_income: 68214
|
||||
poverty_rate: 14.72
|
||||
homeownership_rate: 68.06
|
||||
unemployment_rate: 4.45
|
||||
median_home_value: 199900
|
||||
gini_index: 0.467
|
||||
vacancy_rate: 6.28
|
||||
race_white: 88857
|
||||
race_black: 4285
|
||||
race_asian: 2173
|
||||
race_native: 505
|
||||
hispanic: 4412
|
||||
bachelors_plus: 25775
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Daviess County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 103648 |
|
||||
| Under 18 | 25381 |
|
||||
| 18–64 | 59947 |
|
||||
| 65+ | 18320 |
|
||||
| Median household income | 68214 |
|
||||
| Poverty rate | 14.72 |
|
||||
| Homeownership rate | 68.06 |
|
||||
| Unemployment rate | 4.45 |
|
||||
| Median home value | 199900 |
|
||||
| Gini index | 0.467 |
|
||||
| Vacancy rate | 6.28 |
|
||||
| White | 88857 |
|
||||
| Black | 4285 |
|
||||
| Asian | 2173 |
|
||||
| Native | 505 |
|
||||
| Hispanic/Latino | 4412 |
|
||||
| Bachelor's or higher | 25775 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Edmonson County, KY"
|
||||
classification: county
|
||||
fips: "21061"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 12355
|
||||
population_under_18: 2225
|
||||
population_18_64: 7440
|
||||
population_65_plus: 2690
|
||||
median_household_income: 54937
|
||||
poverty_rate: 15.32
|
||||
homeownership_rate: 80.13
|
||||
unemployment_rate: 7.66
|
||||
median_home_value: 160300
|
||||
gini_index: 0.4485
|
||||
vacancy_rate: 20.93
|
||||
race_white: 11383
|
||||
race_black: 82
|
||||
race_asian: 77
|
||||
race_native: 10
|
||||
hispanic: 211
|
||||
bachelors_plus: 1483
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Edmonson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12355 |
|
||||
| Under 18 | 2225 |
|
||||
| 18–64 | 7440 |
|
||||
| 65+ | 2690 |
|
||||
| Median household income | 54937 |
|
||||
| Poverty rate | 15.32 |
|
||||
| Homeownership rate | 80.13 |
|
||||
| Unemployment rate | 7.66 |
|
||||
| Median home value | 160300 |
|
||||
| Gini index | 0.4485 |
|
||||
| Vacancy rate | 20.93 |
|
||||
| White | 11383 |
|
||||
| Black | 82 |
|
||||
| Asian | 77 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 211 |
|
||||
| Bachelor's or higher | 1483 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Elliott County, KY"
|
||||
classification: county
|
||||
fips: "21063"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 7307
|
||||
population_under_18: 1245
|
||||
population_18_64: 4489
|
||||
population_65_plus: 1573
|
||||
median_household_income: 45776
|
||||
poverty_rate: 25.12
|
||||
homeownership_rate: 81.68
|
||||
unemployment_rate: 6.53
|
||||
median_home_value: 123500
|
||||
gini_index: 0.4478
|
||||
vacancy_rate: 20.05
|
||||
race_white: 6761
|
||||
race_black: 321
|
||||
race_asian: 0
|
||||
race_native: 15
|
||||
hispanic: 124
|
||||
bachelors_plus: 686
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elliott County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7307 |
|
||||
| Under 18 | 1245 |
|
||||
| 18–64 | 4489 |
|
||||
| 65+ | 1573 |
|
||||
| Median household income | 45776 |
|
||||
| Poverty rate | 25.12 |
|
||||
| Homeownership rate | 81.68 |
|
||||
| Unemployment rate | 6.53 |
|
||||
| Median home value | 123500 |
|
||||
| Gini index | 0.4478 |
|
||||
| Vacancy rate | 20.05 |
|
||||
| White | 6761 |
|
||||
| Black | 321 |
|
||||
| Asian | 0 |
|
||||
| Native | 15 |
|
||||
| Hispanic/Latino | 124 |
|
||||
| Bachelor's or higher | 686 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Estill County, KY"
|
||||
classification: county
|
||||
fips: "21065"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 14035
|
||||
population_under_18: 2984
|
||||
population_18_64: 8302
|
||||
population_65_plus: 2749
|
||||
median_household_income: 46051
|
||||
poverty_rate: 20.74
|
||||
homeownership_rate: 70.41
|
||||
unemployment_rate: 7.02
|
||||
median_home_value: 119500
|
||||
gini_index: 0.4457
|
||||
vacancy_rate: 12.95
|
||||
race_white: 13488
|
||||
race_black: 10
|
||||
race_asian: 140
|
||||
race_native: 5
|
||||
hispanic: 132
|
||||
bachelors_plus: 1677
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Estill County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14035 |
|
||||
| Under 18 | 2984 |
|
||||
| 18–64 | 8302 |
|
||||
| 65+ | 2749 |
|
||||
| Median household income | 46051 |
|
||||
| Poverty rate | 20.74 |
|
||||
| Homeownership rate | 70.41 |
|
||||
| Unemployment rate | 7.02 |
|
||||
| Median home value | 119500 |
|
||||
| Gini index | 0.4457 |
|
||||
| Vacancy rate | 12.95 |
|
||||
| White | 13488 |
|
||||
| Black | 10 |
|
||||
| Asian | 140 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 132 |
|
||||
| Bachelor's or higher | 1677 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fayette County, KY"
|
||||
classification: county
|
||||
fips: "21067"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 323725
|
||||
population_under_18: 67924
|
||||
population_18_64: 208175
|
||||
population_65_plus: 47626
|
||||
median_household_income: 69479
|
||||
poverty_rate: 14.93
|
||||
homeownership_rate: 53.77
|
||||
unemployment_rate: 4.85
|
||||
median_home_value: 293500
|
||||
gini_index: 0.4921
|
||||
vacancy_rate: 6.21
|
||||
race_white: 221483
|
||||
race_black: 46839
|
||||
race_asian: 14103
|
||||
race_native: 714
|
||||
hispanic: 30824
|
||||
bachelors_plus: 146521
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fayette County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 323725 |
|
||||
| Under 18 | 67924 |
|
||||
| 18–64 | 208175 |
|
||||
| 65+ | 47626 |
|
||||
| Median household income | 69479 |
|
||||
| Poverty rate | 14.93 |
|
||||
| Homeownership rate | 53.77 |
|
||||
| Unemployment rate | 4.85 |
|
||||
| Median home value | 293500 |
|
||||
| Gini index | 0.4921 |
|
||||
| Vacancy rate | 6.21 |
|
||||
| White | 221483 |
|
||||
| Black | 46839 |
|
||||
| Asian | 14103 |
|
||||
| Native | 714 |
|
||||
| Hispanic/Latino | 30824 |
|
||||
| Bachelor's or higher | 146521 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fleming County, KY"
|
||||
classification: county
|
||||
fips: "21069"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 15323
|
||||
population_under_18: 3656
|
||||
population_18_64: 8816
|
||||
population_65_plus: 2851
|
||||
median_household_income: 49307
|
||||
poverty_rate: 21.18
|
||||
homeownership_rate: 74.83
|
||||
unemployment_rate: 7.48
|
||||
median_home_value: 134700
|
||||
gini_index: 0.4422
|
||||
vacancy_rate: 13.75
|
||||
race_white: 14554
|
||||
race_black: 143
|
||||
race_asian: 120
|
||||
race_native: 0
|
||||
hispanic: 259
|
||||
bachelors_plus: 2772
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fleming County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15323 |
|
||||
| Under 18 | 3656 |
|
||||
| 18–64 | 8816 |
|
||||
| 65+ | 2851 |
|
||||
| Median household income | 49307 |
|
||||
| Poverty rate | 21.18 |
|
||||
| Homeownership rate | 74.83 |
|
||||
| Unemployment rate | 7.48 |
|
||||
| Median home value | 134700 |
|
||||
| Gini index | 0.4422 |
|
||||
| Vacancy rate | 13.75 |
|
||||
| White | 14554 |
|
||||
| Black | 143 |
|
||||
| Asian | 120 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 259 |
|
||||
| Bachelor's or higher | 2772 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Floyd County, KY"
|
||||
classification: county
|
||||
fips: "21071"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 35224
|
||||
population_under_18: 7729
|
||||
population_18_64: 20588
|
||||
population_65_plus: 6907
|
||||
median_household_income: 41279
|
||||
poverty_rate: 28.05
|
||||
homeownership_rate: 72.18
|
||||
unemployment_rate: 7.67
|
||||
median_home_value: 98700
|
||||
gini_index: 0.4892
|
||||
vacancy_rate: 16.02
|
||||
race_white: 33726
|
||||
race_black: 195
|
||||
race_asian: 134
|
||||
race_native: 17
|
||||
hispanic: 329
|
||||
bachelors_plus: 5537
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Floyd County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 35224 |
|
||||
| Under 18 | 7729 |
|
||||
| 18–64 | 20588 |
|
||||
| 65+ | 6907 |
|
||||
| Median household income | 41279 |
|
||||
| Poverty rate | 28.05 |
|
||||
| Homeownership rate | 72.18 |
|
||||
| Unemployment rate | 7.67 |
|
||||
| Median home value | 98700 |
|
||||
| Gini index | 0.4892 |
|
||||
| Vacancy rate | 16.02 |
|
||||
| White | 33726 |
|
||||
| Black | 195 |
|
||||
| Asian | 134 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 329 |
|
||||
| Bachelor's or higher | 5537 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, KY"
|
||||
classification: county
|
||||
fips: "21073"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 51842
|
||||
population_under_18: 10864
|
||||
population_18_64: 31282
|
||||
population_65_plus: 9696
|
||||
median_household_income: 65298
|
||||
poverty_rate: 13.63
|
||||
homeownership_rate: 64.47
|
||||
unemployment_rate: 5.91
|
||||
median_home_value: 216600
|
||||
gini_index: 0.452
|
||||
vacancy_rate: 5.98
|
||||
race_white: 42112
|
||||
race_black: 4782
|
||||
race_asian: 922
|
||||
race_native: 60
|
||||
hispanic: 2281
|
||||
bachelors_plus: 16374
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 51842 |
|
||||
| Under 18 | 10864 |
|
||||
| 18–64 | 31282 |
|
||||
| 65+ | 9696 |
|
||||
| Median household income | 65298 |
|
||||
| Poverty rate | 13.63 |
|
||||
| Homeownership rate | 64.47 |
|
||||
| Unemployment rate | 5.91 |
|
||||
| Median home value | 216600 |
|
||||
| Gini index | 0.452 |
|
||||
| Vacancy rate | 5.98 |
|
||||
| White | 42112 |
|
||||
| Black | 4782 |
|
||||
| Asian | 922 |
|
||||
| Native | 60 |
|
||||
| Hispanic/Latino | 2281 |
|
||||
| Bachelor's or higher | 16374 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fulton County, KY"
|
||||
classification: county
|
||||
fips: "21075"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 6409
|
||||
population_under_18: 1400
|
||||
population_18_64: 3691
|
||||
population_65_plus: 1318
|
||||
median_household_income: 38217
|
||||
poverty_rate: 22.59
|
||||
homeownership_rate: 61.8
|
||||
unemployment_rate: 3.34
|
||||
median_home_value: 79100
|
||||
gini_index: 0.4437
|
||||
vacancy_rate: 19.25
|
||||
race_white: 4417
|
||||
race_black: 1528
|
||||
race_asian: 0
|
||||
race_native: 22
|
||||
hispanic: 213
|
||||
bachelors_plus: 869
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fulton County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6409 |
|
||||
| Under 18 | 1400 |
|
||||
| 18–64 | 3691 |
|
||||
| 65+ | 1318 |
|
||||
| Median household income | 38217 |
|
||||
| Poverty rate | 22.59 |
|
||||
| Homeownership rate | 61.8 |
|
||||
| Unemployment rate | 3.34 |
|
||||
| Median home value | 79100 |
|
||||
| Gini index | 0.4437 |
|
||||
| Vacancy rate | 19.25 |
|
||||
| White | 4417 |
|
||||
| Black | 1528 |
|
||||
| Asian | 0 |
|
||||
| Native | 22 |
|
||||
| Hispanic/Latino | 213 |
|
||||
| Bachelor's or higher | 869 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gallatin County, KY"
|
||||
classification: county
|
||||
fips: "21077"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 8769
|
||||
population_under_18: 2013
|
||||
population_18_64: 5366
|
||||
population_65_plus: 1390
|
||||
median_household_income: 63346
|
||||
poverty_rate: 13.81
|
||||
homeownership_rate: 75.07
|
||||
unemployment_rate: 4.61
|
||||
median_home_value: 178200
|
||||
gini_index: 0.4397
|
||||
vacancy_rate: 14.44
|
||||
race_white: 7880
|
||||
race_black: 237
|
||||
race_asian: 41
|
||||
race_native: 1
|
||||
hispanic: 478
|
||||
bachelors_plus: 1220
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gallatin County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8769 |
|
||||
| Under 18 | 2013 |
|
||||
| 18–64 | 5366 |
|
||||
| 65+ | 1390 |
|
||||
| Median household income | 63346 |
|
||||
| Poverty rate | 13.81 |
|
||||
| Homeownership rate | 75.07 |
|
||||
| Unemployment rate | 4.61 |
|
||||
| Median home value | 178200 |
|
||||
| Gini index | 0.4397 |
|
||||
| Vacancy rate | 14.44 |
|
||||
| White | 7880 |
|
||||
| Black | 237 |
|
||||
| Asian | 41 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 478 |
|
||||
| Bachelor's or higher | 1220 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Garrard County, KY"
|
||||
classification: county
|
||||
fips: "21079"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 17568
|
||||
population_under_18: 3791
|
||||
population_18_64: 10488
|
||||
population_65_plus: 3289
|
||||
median_household_income: 63087
|
||||
poverty_rate: 15.93
|
||||
homeownership_rate: 79.9
|
||||
unemployment_rate: 5.15
|
||||
median_home_value: 204900
|
||||
gini_index: 0.4286
|
||||
vacancy_rate: 8.04
|
||||
race_white: 16144
|
||||
race_black: 415
|
||||
race_asian: 9
|
||||
race_native: 30
|
||||
hispanic: 524
|
||||
bachelors_plus: 3347
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Garrard County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17568 |
|
||||
| Under 18 | 3791 |
|
||||
| 18–64 | 10488 |
|
||||
| 65+ | 3289 |
|
||||
| Median household income | 63087 |
|
||||
| Poverty rate | 15.93 |
|
||||
| Homeownership rate | 79.9 |
|
||||
| Unemployment rate | 5.15 |
|
||||
| Median home value | 204900 |
|
||||
| Gini index | 0.4286 |
|
||||
| Vacancy rate | 8.04 |
|
||||
| White | 16144 |
|
||||
| Black | 415 |
|
||||
| Asian | 9 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 524 |
|
||||
| Bachelor's or higher | 3347 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grant County, KY"
|
||||
classification: county
|
||||
fips: "21081"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 25418
|
||||
population_under_18: 6735
|
||||
population_18_64: 14993
|
||||
population_65_plus: 3690
|
||||
median_household_income: 69178
|
||||
poverty_rate: 11.73
|
||||
homeownership_rate: 75.13
|
||||
unemployment_rate: 4.91
|
||||
median_home_value: 209500
|
||||
gini_index: 0.4034
|
||||
vacancy_rate: 9.97
|
||||
race_white: 23544
|
||||
race_black: 218
|
||||
race_asian: 146
|
||||
race_native: 17
|
||||
hispanic: 824
|
||||
bachelors_plus: 3505
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grant County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25418 |
|
||||
| Under 18 | 6735 |
|
||||
| 18–64 | 14993 |
|
||||
| 65+ | 3690 |
|
||||
| Median household income | 69178 |
|
||||
| Poverty rate | 11.73 |
|
||||
| Homeownership rate | 75.13 |
|
||||
| Unemployment rate | 4.91 |
|
||||
| Median home value | 209500 |
|
||||
| Gini index | 0.4034 |
|
||||
| Vacancy rate | 9.97 |
|
||||
| White | 23544 |
|
||||
| Black | 218 |
|
||||
| Asian | 146 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 824 |
|
||||
| Bachelor's or higher | 3505 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Graves County, KY"
|
||||
classification: county
|
||||
fips: "21083"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 36630
|
||||
population_under_18: 8849
|
||||
population_18_64: 21028
|
||||
population_65_plus: 6753
|
||||
median_household_income: 50772
|
||||
poverty_rate: 19.85
|
||||
homeownership_rate: 76.07
|
||||
unemployment_rate: 3.42
|
||||
median_home_value: 147800
|
||||
gini_index: 0.495
|
||||
vacancy_rate: 13.92
|
||||
race_white: 31507
|
||||
race_black: 1527
|
||||
race_asian: 171
|
||||
race_native: 84
|
||||
hispanic: 2983
|
||||
bachelors_plus: 6595
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Graves County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36630 |
|
||||
| Under 18 | 8849 |
|
||||
| 18–64 | 21028 |
|
||||
| 65+ | 6753 |
|
||||
| Median household income | 50772 |
|
||||
| Poverty rate | 19.85 |
|
||||
| Homeownership rate | 76.07 |
|
||||
| Unemployment rate | 3.42 |
|
||||
| Median home value | 147800 |
|
||||
| Gini index | 0.495 |
|
||||
| Vacancy rate | 13.92 |
|
||||
| White | 31507 |
|
||||
| Black | 1527 |
|
||||
| Asian | 171 |
|
||||
| Native | 84 |
|
||||
| Hispanic/Latino | 2983 |
|
||||
| Bachelor's or higher | 6595 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grayson County, KY"
|
||||
classification: county
|
||||
fips: "21085"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 26707
|
||||
population_under_18: 6349
|
||||
population_18_64: 15524
|
||||
population_65_plus: 4834
|
||||
median_household_income: 50757
|
||||
poverty_rate: 20.07
|
||||
homeownership_rate: 74.57
|
||||
unemployment_rate: 6.64
|
||||
median_home_value: 164600
|
||||
gini_index: 0.4823
|
||||
vacancy_rate: 24.24
|
||||
race_white: 25475
|
||||
race_black: 218
|
||||
race_asian: 105
|
||||
race_native: 10
|
||||
hispanic: 430
|
||||
bachelors_plus: 4358
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grayson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26707 |
|
||||
| Under 18 | 6349 |
|
||||
| 18–64 | 15524 |
|
||||
| 65+ | 4834 |
|
||||
| Median household income | 50757 |
|
||||
| Poverty rate | 20.07 |
|
||||
| Homeownership rate | 74.57 |
|
||||
| Unemployment rate | 6.64 |
|
||||
| Median home value | 164600 |
|
||||
| Gini index | 0.4823 |
|
||||
| Vacancy rate | 24.24 |
|
||||
| White | 25475 |
|
||||
| Black | 218 |
|
||||
| Asian | 105 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 430 |
|
||||
| Bachelor's or higher | 4358 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Green County, KY"
|
||||
classification: county
|
||||
fips: "21087"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 11369
|
||||
population_under_18: 2405
|
||||
population_18_64: 6409
|
||||
population_65_plus: 2555
|
||||
median_household_income: 46798
|
||||
poverty_rate: 20.42
|
||||
homeownership_rate: 77.61
|
||||
unemployment_rate: 7.18
|
||||
median_home_value: 125000
|
||||
gini_index: 0.4732
|
||||
vacancy_rate: 16.41
|
||||
race_white: 10838
|
||||
race_black: 146
|
||||
race_asian: 0
|
||||
race_native: 8
|
||||
hispanic: 259
|
||||
bachelors_plus: 2148
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Green County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11369 |
|
||||
| Under 18 | 2405 |
|
||||
| 18–64 | 6409 |
|
||||
| 65+ | 2555 |
|
||||
| Median household income | 46798 |
|
||||
| Poverty rate | 20.42 |
|
||||
| Homeownership rate | 77.61 |
|
||||
| Unemployment rate | 7.18 |
|
||||
| Median home value | 125000 |
|
||||
| Gini index | 0.4732 |
|
||||
| Vacancy rate | 16.41 |
|
||||
| White | 10838 |
|
||||
| Black | 146 |
|
||||
| Asian | 0 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 259 |
|
||||
| Bachelor's or higher | 2148 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greenup County, KY"
|
||||
classification: county
|
||||
fips: "21089"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 35501
|
||||
population_under_18: 7548
|
||||
population_18_64: 20130
|
||||
population_65_plus: 7823
|
||||
median_household_income: 60751
|
||||
poverty_rate: 15.43
|
||||
homeownership_rate: 80.31
|
||||
unemployment_rate: 6.77
|
||||
median_home_value: 134000
|
||||
gini_index: 0.4727
|
||||
vacancy_rate: 9.42
|
||||
race_white: 33780
|
||||
race_black: 255
|
||||
race_asian: 211
|
||||
race_native: 29
|
||||
hispanic: 420
|
||||
bachelors_plus: 7073
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greenup County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 35501 |
|
||||
| Under 18 | 7548 |
|
||||
| 18–64 | 20130 |
|
||||
| 65+ | 7823 |
|
||||
| Median household income | 60751 |
|
||||
| Poverty rate | 15.43 |
|
||||
| Homeownership rate | 80.31 |
|
||||
| Unemployment rate | 6.77 |
|
||||
| Median home value | 134000 |
|
||||
| Gini index | 0.4727 |
|
||||
| Vacancy rate | 9.42 |
|
||||
| White | 33780 |
|
||||
| Black | 255 |
|
||||
| Asian | 211 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 420 |
|
||||
| Bachelor's or higher | 7073 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hancock County, KY"
|
||||
classification: county
|
||||
fips: "21091"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 9034
|
||||
population_under_18: 2157
|
||||
population_18_64: 5220
|
||||
population_65_plus: 1657
|
||||
median_household_income: 65464
|
||||
poverty_rate: 16.25
|
||||
homeownership_rate: 77.16
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 141200
|
||||
gini_index: 0.405
|
||||
vacancy_rate: 7.38
|
||||
race_white: 8513
|
||||
race_black: 114
|
||||
race_asian: 7
|
||||
race_native: 6
|
||||
hispanic: 74
|
||||
bachelors_plus: 1429
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hancock County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9034 |
|
||||
| Under 18 | 2157 |
|
||||
| 18–64 | 5220 |
|
||||
| 65+ | 1657 |
|
||||
| Median household income | 65464 |
|
||||
| Poverty rate | 16.25 |
|
||||
| Homeownership rate | 77.16 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 141200 |
|
||||
| Gini index | 0.405 |
|
||||
| Vacancy rate | 7.38 |
|
||||
| White | 8513 |
|
||||
| Black | 114 |
|
||||
| Asian | 7 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 74 |
|
||||
| Bachelor's or higher | 1429 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hardin County, KY"
|
||||
classification: county
|
||||
fips: "21093"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 111942
|
||||
population_under_18: 27635
|
||||
population_18_64: 67385
|
||||
population_65_plus: 16922
|
||||
median_household_income: 67647
|
||||
poverty_rate: 13.06
|
||||
homeownership_rate: 62.57
|
||||
unemployment_rate: 6.59
|
||||
median_home_value: 225800
|
||||
gini_index: 0.4639
|
||||
vacancy_rate: 7.25
|
||||
race_white: 84992
|
||||
race_black: 12535
|
||||
race_asian: 2471
|
||||
race_native: 238
|
||||
hispanic: 7273
|
||||
bachelors_plus: 25948
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hardin County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 111942 |
|
||||
| Under 18 | 27635 |
|
||||
| 18–64 | 67385 |
|
||||
| 65+ | 16922 |
|
||||
| Median household income | 67647 |
|
||||
| Poverty rate | 13.06 |
|
||||
| Homeownership rate | 62.57 |
|
||||
| Unemployment rate | 6.59 |
|
||||
| Median home value | 225800 |
|
||||
| Gini index | 0.4639 |
|
||||
| Vacancy rate | 7.25 |
|
||||
| White | 84992 |
|
||||
| Black | 12535 |
|
||||
| Asian | 2471 |
|
||||
| Native | 238 |
|
||||
| Hispanic/Latino | 7273 |
|
||||
| Bachelor's or higher | 25948 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Harlan County, KY"
|
||||
classification: county
|
||||
fips: "21095"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 25772
|
||||
population_under_18: 6120
|
||||
population_18_64: 14632
|
||||
population_65_plus: 5020
|
||||
median_household_income: 41693
|
||||
poverty_rate: 27.37
|
||||
homeownership_rate: 71.57
|
||||
unemployment_rate: 9.53
|
||||
median_home_value: 73700
|
||||
gini_index: 0.4634
|
||||
vacancy_rate: 17.68
|
||||
race_white: 24269
|
||||
race_black: 328
|
||||
race_asian: 58
|
||||
race_native: 56
|
||||
hispanic: 135
|
||||
bachelors_plus: 3542
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Harlan County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25772 |
|
||||
| Under 18 | 6120 |
|
||||
| 18–64 | 14632 |
|
||||
| 65+ | 5020 |
|
||||
| Median household income | 41693 |
|
||||
| Poverty rate | 27.37 |
|
||||
| Homeownership rate | 71.57 |
|
||||
| Unemployment rate | 9.53 |
|
||||
| Median home value | 73700 |
|
||||
| Gini index | 0.4634 |
|
||||
| Vacancy rate | 17.68 |
|
||||
| White | 24269 |
|
||||
| Black | 328 |
|
||||
| Asian | 58 |
|
||||
| Native | 56 |
|
||||
| Hispanic/Latino | 135 |
|
||||
| Bachelor's or higher | 3542 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Harrison County, KY"
|
||||
classification: county
|
||||
fips: "21097"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 19140
|
||||
population_under_18: 4476
|
||||
population_18_64: 10998
|
||||
population_65_plus: 3666
|
||||
median_household_income: 66442
|
||||
poverty_rate: 17.14
|
||||
homeownership_rate: 71.42
|
||||
unemployment_rate: 3.23
|
||||
median_home_value: 202100
|
||||
gini_index: 0.4609
|
||||
vacancy_rate: 10.91
|
||||
race_white: 17927
|
||||
race_black: 334
|
||||
race_asian: 16
|
||||
race_native: 11
|
||||
hispanic: 446
|
||||
bachelors_plus: 4282
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Harrison County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19140 |
|
||||
| Under 18 | 4476 |
|
||||
| 18–64 | 10998 |
|
||||
| 65+ | 3666 |
|
||||
| Median household income | 66442 |
|
||||
| Poverty rate | 17.14 |
|
||||
| Homeownership rate | 71.42 |
|
||||
| Unemployment rate | 3.23 |
|
||||
| Median home value | 202100 |
|
||||
| Gini index | 0.4609 |
|
||||
| Vacancy rate | 10.91 |
|
||||
| White | 17927 |
|
||||
| Black | 334 |
|
||||
| Asian | 16 |
|
||||
| Native | 11 |
|
||||
| Hispanic/Latino | 446 |
|
||||
| Bachelor's or higher | 4282 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hart County, KY"
|
||||
classification: county
|
||||
fips: "21099"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 19603
|
||||
population_under_18: 4782
|
||||
population_18_64: 11372
|
||||
population_65_plus: 3449
|
||||
median_household_income: 52285
|
||||
poverty_rate: 19.31
|
||||
homeownership_rate: 72.44
|
||||
unemployment_rate: 3.75
|
||||
median_home_value: 146000
|
||||
gini_index: 0.4506
|
||||
vacancy_rate: 17.39
|
||||
race_white: 17892
|
||||
race_black: 577
|
||||
race_asian: 105
|
||||
race_native: 55
|
||||
hispanic: 412
|
||||
bachelors_plus: 2259
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hart County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19603 |
|
||||
| Under 18 | 4782 |
|
||||
| 18–64 | 11372 |
|
||||
| 65+ | 3449 |
|
||||
| Median household income | 52285 |
|
||||
| Poverty rate | 19.31 |
|
||||
| Homeownership rate | 72.44 |
|
||||
| Unemployment rate | 3.75 |
|
||||
| Median home value | 146000 |
|
||||
| Gini index | 0.4506 |
|
||||
| Vacancy rate | 17.39 |
|
||||
| White | 17892 |
|
||||
| Black | 577 |
|
||||
| Asian | 105 |
|
||||
| Native | 55 |
|
||||
| Hispanic/Latino | 412 |
|
||||
| Bachelor's or higher | 2259 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Henderson County, KY"
|
||||
classification: county
|
||||
fips: "21101"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 44280
|
||||
population_under_18: 10016
|
||||
population_18_64: 25780
|
||||
population_65_plus: 8484
|
||||
median_household_income: 58851
|
||||
poverty_rate: 14.63
|
||||
homeownership_rate: 64.87
|
||||
unemployment_rate: 2.48
|
||||
median_home_value: 171900
|
||||
gini_index: 0.4383
|
||||
vacancy_rate: 8.08
|
||||
race_white: 37856
|
||||
race_black: 3585
|
||||
race_asian: 202
|
||||
race_native: 17
|
||||
hispanic: 1495
|
||||
bachelors_plus: 8279
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Henderson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 44280 |
|
||||
| Under 18 | 10016 |
|
||||
| 18–64 | 25780 |
|
||||
| 65+ | 8484 |
|
||||
| Median household income | 58851 |
|
||||
| Poverty rate | 14.63 |
|
||||
| Homeownership rate | 64.87 |
|
||||
| Unemployment rate | 2.48 |
|
||||
| Median home value | 171900 |
|
||||
| Gini index | 0.4383 |
|
||||
| Vacancy rate | 8.08 |
|
||||
| White | 37856 |
|
||||
| Black | 3585 |
|
||||
| Asian | 202 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 1495 |
|
||||
| Bachelor's or higher | 8279 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Henry County, KY"
|
||||
classification: county
|
||||
fips: "21103"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 15856
|
||||
population_under_18: 3722
|
||||
population_18_64: 9220
|
||||
population_65_plus: 2914
|
||||
median_household_income: 63347
|
||||
poverty_rate: 16.42
|
||||
homeownership_rate: 76.26
|
||||
unemployment_rate: 4.96
|
||||
median_home_value: 197900
|
||||
gini_index: 0.4493
|
||||
vacancy_rate: 8.32
|
||||
race_white: 14304
|
||||
race_black: 421
|
||||
race_asian: 78
|
||||
race_native: 53
|
||||
hispanic: 651
|
||||
bachelors_plus: 2300
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Henry County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15856 |
|
||||
| Under 18 | 3722 |
|
||||
| 18–64 | 9220 |
|
||||
| 65+ | 2914 |
|
||||
| Median household income | 63347 |
|
||||
| Poverty rate | 16.42 |
|
||||
| Homeownership rate | 76.26 |
|
||||
| Unemployment rate | 4.96 |
|
||||
| Median home value | 197900 |
|
||||
| Gini index | 0.4493 |
|
||||
| Vacancy rate | 8.32 |
|
||||
| White | 14304 |
|
||||
| Black | 421 |
|
||||
| Asian | 78 |
|
||||
| Native | 53 |
|
||||
| Hispanic/Latino | 651 |
|
||||
| Bachelor's or higher | 2300 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hickman County, KY"
|
||||
classification: county
|
||||
fips: "21105"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 4439
|
||||
population_under_18: 855
|
||||
population_18_64: 2464
|
||||
population_65_plus: 1120
|
||||
median_household_income: 60867
|
||||
poverty_rate: 20.48
|
||||
homeownership_rate: 70.83
|
||||
unemployment_rate: 3.06
|
||||
median_home_value: 115700
|
||||
gini_index: 0.4511
|
||||
vacancy_rate: 19.71
|
||||
race_white: 3838
|
||||
race_black: 362
|
||||
race_asian: 12
|
||||
race_native: 2
|
||||
hispanic: 116
|
||||
bachelors_plus: 671
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hickman County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4439 |
|
||||
| Under 18 | 855 |
|
||||
| 18–64 | 2464 |
|
||||
| 65+ | 1120 |
|
||||
| Median household income | 60867 |
|
||||
| Poverty rate | 20.48 |
|
||||
| Homeownership rate | 70.83 |
|
||||
| Unemployment rate | 3.06 |
|
||||
| Median home value | 115700 |
|
||||
| Gini index | 0.4511 |
|
||||
| Vacancy rate | 19.71 |
|
||||
| White | 3838 |
|
||||
| Black | 362 |
|
||||
| Asian | 12 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 116 |
|
||||
| Bachelor's or higher | 671 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hopkins County, KY"
|
||||
classification: county
|
||||
fips: "21107"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 45119
|
||||
population_under_18: 10378
|
||||
population_18_64: 26144
|
||||
population_65_plus: 8597
|
||||
median_household_income: 56815
|
||||
poverty_rate: 19.98
|
||||
homeownership_rate: 70.71
|
||||
unemployment_rate: 6.21
|
||||
median_home_value: 142800
|
||||
gini_index: 0.4397
|
||||
vacancy_rate: 12.4
|
||||
race_white: 39402
|
||||
race_black: 2628
|
||||
race_asian: 264
|
||||
race_native: 533
|
||||
hispanic: 1249
|
||||
bachelors_plus: 7652
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hopkins County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45119 |
|
||||
| Under 18 | 10378 |
|
||||
| 18–64 | 26144 |
|
||||
| 65+ | 8597 |
|
||||
| Median household income | 56815 |
|
||||
| Poverty rate | 19.98 |
|
||||
| Homeownership rate | 70.71 |
|
||||
| Unemployment rate | 6.21 |
|
||||
| Median home value | 142800 |
|
||||
| Gini index | 0.4397 |
|
||||
| Vacancy rate | 12.4 |
|
||||
| White | 39402 |
|
||||
| Black | 2628 |
|
||||
| Asian | 264 |
|
||||
| Native | 533 |
|
||||
| Hispanic/Latino | 1249 |
|
||||
| Bachelor's or higher | 7652 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jackson County, KY"
|
||||
classification: county
|
||||
fips: "21109"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 13086
|
||||
population_under_18: 3111
|
||||
population_18_64: 7597
|
||||
population_65_plus: 2378
|
||||
median_household_income: 40000
|
||||
poverty_rate: 19.46
|
||||
homeownership_rate: 77.39
|
||||
unemployment_rate: 3.97
|
||||
median_home_value: 111500
|
||||
gini_index: 0.438
|
||||
vacancy_rate: 14.72
|
||||
race_white: 12668
|
||||
race_black: 30
|
||||
race_asian: 6
|
||||
race_native: 19
|
||||
hispanic: 142
|
||||
bachelors_plus: 1095
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jackson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13086 |
|
||||
| Under 18 | 3111 |
|
||||
| 18–64 | 7597 |
|
||||
| 65+ | 2378 |
|
||||
| Median household income | 40000 |
|
||||
| Poverty rate | 19.46 |
|
||||
| Homeownership rate | 77.39 |
|
||||
| Unemployment rate | 3.97 |
|
||||
| Median home value | 111500 |
|
||||
| Gini index | 0.438 |
|
||||
| Vacancy rate | 14.72 |
|
||||
| White | 12668 |
|
||||
| Black | 30 |
|
||||
| Asian | 6 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 142 |
|
||||
| Bachelor's or higher | 1095 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jefferson County, KY"
|
||||
classification: county
|
||||
fips: "21111"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 783022
|
||||
population_under_18: 174276
|
||||
population_18_64: 474429
|
||||
population_65_plus: 134317
|
||||
median_household_income: 69866
|
||||
poverty_rate: 14.29
|
||||
homeownership_rate: 62.13
|
||||
unemployment_rate: 5.17
|
||||
median_home_value: 248400
|
||||
gini_index: 0.4811
|
||||
vacancy_rate: 7.83
|
||||
race_white: 494460
|
||||
race_black: 162586
|
||||
race_asian: 24685
|
||||
race_native: 1196
|
||||
hispanic: 67277
|
||||
bachelors_plus: 285054
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jefferson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 783022 |
|
||||
| Under 18 | 174276 |
|
||||
| 18–64 | 474429 |
|
||||
| 65+ | 134317 |
|
||||
| Median household income | 69866 |
|
||||
| Poverty rate | 14.29 |
|
||||
| Homeownership rate | 62.13 |
|
||||
| Unemployment rate | 5.17 |
|
||||
| Median home value | 248400 |
|
||||
| Gini index | 0.4811 |
|
||||
| Vacancy rate | 7.83 |
|
||||
| White | 494460 |
|
||||
| Black | 162586 |
|
||||
| Asian | 24685 |
|
||||
| Native | 1196 |
|
||||
| Hispanic/Latino | 67277 |
|
||||
| Bachelor's or higher | 285054 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jessamine County, KY"
|
||||
classification: county
|
||||
fips: "21113"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 54588
|
||||
population_under_18: 12966
|
||||
population_18_64: 32744
|
||||
population_65_plus: 8878
|
||||
median_household_income: 74576
|
||||
poverty_rate: 11.27
|
||||
homeownership_rate: 66.75
|
||||
unemployment_rate: 3.13
|
||||
median_home_value: 268100
|
||||
gini_index: 0.5163
|
||||
vacancy_rate: 6.06
|
||||
race_white: 47486
|
||||
race_black: 2221
|
||||
race_asian: 979
|
||||
race_native: 50
|
||||
hispanic: 2740
|
||||
bachelors_plus: 17610
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jessamine County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 54588 |
|
||||
| Under 18 | 12966 |
|
||||
| 18–64 | 32744 |
|
||||
| 65+ | 8878 |
|
||||
| Median household income | 74576 |
|
||||
| Poverty rate | 11.27 |
|
||||
| Homeownership rate | 66.75 |
|
||||
| Unemployment rate | 3.13 |
|
||||
| Median home value | 268100 |
|
||||
| Gini index | 0.5163 |
|
||||
| Vacancy rate | 6.06 |
|
||||
| White | 47486 |
|
||||
| Black | 2221 |
|
||||
| Asian | 979 |
|
||||
| Native | 50 |
|
||||
| Hispanic/Latino | 2740 |
|
||||
| Bachelor's or higher | 17610 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Johnson County, KY"
|
||||
classification: county
|
||||
fips: "21115"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 22334
|
||||
population_under_18: 4966
|
||||
population_18_64: 13090
|
||||
population_65_plus: 4278
|
||||
median_household_income: 44904
|
||||
poverty_rate: 22.79
|
||||
homeownership_rate: 68.29
|
||||
unemployment_rate: 4.23
|
||||
median_home_value: 120200
|
||||
gini_index: 0.4781
|
||||
vacancy_rate: 14.58
|
||||
race_white: 20983
|
||||
race_black: 123
|
||||
race_asian: 312
|
||||
race_native: 30
|
||||
hispanic: 110
|
||||
bachelors_plus: 3777
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Johnson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22334 |
|
||||
| Under 18 | 4966 |
|
||||
| 18–64 | 13090 |
|
||||
| 65+ | 4278 |
|
||||
| Median household income | 44904 |
|
||||
| Poverty rate | 22.79 |
|
||||
| Homeownership rate | 68.29 |
|
||||
| Unemployment rate | 4.23 |
|
||||
| Median home value | 120200 |
|
||||
| Gini index | 0.4781 |
|
||||
| Vacancy rate | 14.58 |
|
||||
| White | 20983 |
|
||||
| Black | 123 |
|
||||
| Asian | 312 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 110 |
|
||||
| Bachelor's or higher | 3777 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kenton County, KY"
|
||||
classification: county
|
||||
fips: "21117"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 171288
|
||||
population_under_18: 39980
|
||||
population_18_64: 104350
|
||||
population_65_plus: 26958
|
||||
median_household_income: 80548
|
||||
poverty_rate: 11.85
|
||||
homeownership_rate: 70.74
|
||||
unemployment_rate: 4.33
|
||||
median_home_value: 244400
|
||||
gini_index: 0.4576
|
||||
vacancy_rate: 7.99
|
||||
race_white: 147467
|
||||
race_black: 6717
|
||||
race_asian: 2001
|
||||
race_native: 283
|
||||
hispanic: 8330
|
||||
bachelors_plus: 59445
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kenton County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 171288 |
|
||||
| Under 18 | 39980 |
|
||||
| 18–64 | 104350 |
|
||||
| 65+ | 26958 |
|
||||
| Median household income | 80548 |
|
||||
| Poverty rate | 11.85 |
|
||||
| Homeownership rate | 70.74 |
|
||||
| Unemployment rate | 4.33 |
|
||||
| Median home value | 244400 |
|
||||
| Gini index | 0.4576 |
|
||||
| Vacancy rate | 7.99 |
|
||||
| White | 147467 |
|
||||
| Black | 6717 |
|
||||
| Asian | 2001 |
|
||||
| Native | 283 |
|
||||
| Hispanic/Latino | 8330 |
|
||||
| Bachelor's or higher | 59445 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Knott County, KY"
|
||||
classification: county
|
||||
fips: "21119"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 13830
|
||||
population_under_18: 2741
|
||||
population_18_64: 8227
|
||||
population_65_plus: 2862
|
||||
median_household_income: 41761
|
||||
poverty_rate: 23.31
|
||||
homeownership_rate: 72.74
|
||||
unemployment_rate: 9.27
|
||||
median_home_value: 77000
|
||||
gini_index: 0.45
|
||||
vacancy_rate: 17.35
|
||||
race_white: 13404
|
||||
race_black: 161
|
||||
race_asian: 25
|
||||
race_native: 21
|
||||
hispanic: 80
|
||||
bachelors_plus: 2919
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Knott County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13830 |
|
||||
| Under 18 | 2741 |
|
||||
| 18–64 | 8227 |
|
||||
| 65+ | 2862 |
|
||||
| Median household income | 41761 |
|
||||
| Poverty rate | 23.31 |
|
||||
| Homeownership rate | 72.74 |
|
||||
| Unemployment rate | 9.27 |
|
||||
| Median home value | 77000 |
|
||||
| Gini index | 0.45 |
|
||||
| Vacancy rate | 17.35 |
|
||||
| White | 13404 |
|
||||
| Black | 161 |
|
||||
| Asian | 25 |
|
||||
| Native | 21 |
|
||||
| Hispanic/Latino | 80 |
|
||||
| Bachelor's or higher | 2919 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Knox County, KY"
|
||||
classification: county
|
||||
fips: "21121"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 29865
|
||||
population_under_18: 7053
|
||||
population_18_64: 17609
|
||||
population_65_plus: 5203
|
||||
median_household_income: 32527
|
||||
poverty_rate: 36.9
|
||||
homeownership_rate: 65.32
|
||||
unemployment_rate: 8.14
|
||||
median_home_value: 118700
|
||||
gini_index: 0.5246
|
||||
vacancy_rate: 15.54
|
||||
race_white: 28593
|
||||
race_black: 312
|
||||
race_asian: 57
|
||||
race_native: 7
|
||||
hispanic: 389
|
||||
bachelors_plus: 4168
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Knox County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 29865 |
|
||||
| Under 18 | 7053 |
|
||||
| 18–64 | 17609 |
|
||||
| 65+ | 5203 |
|
||||
| Median household income | 32527 |
|
||||
| Poverty rate | 36.9 |
|
||||
| Homeownership rate | 65.32 |
|
||||
| Unemployment rate | 8.14 |
|
||||
| Median home value | 118700 |
|
||||
| Gini index | 0.5246 |
|
||||
| Vacancy rate | 15.54 |
|
||||
| White | 28593 |
|
||||
| Black | 312 |
|
||||
| Asian | 57 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 389 |
|
||||
| Bachelor's or higher | 4168 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Larue County, KY"
|
||||
classification: county
|
||||
fips: "21123"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 15107
|
||||
population_under_18: 3401
|
||||
population_18_64: 8969
|
||||
population_65_plus: 2737
|
||||
median_household_income: 67067
|
||||
poverty_rate: 17.91
|
||||
homeownership_rate: 79.39
|
||||
unemployment_rate: 1.52
|
||||
median_home_value: 183500
|
||||
gini_index: 0.4022
|
||||
vacancy_rate: 8.78
|
||||
race_white: 13764
|
||||
race_black: 318
|
||||
race_asian: 3
|
||||
race_native: 7
|
||||
hispanic: 502
|
||||
bachelors_plus: 2503
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Larue County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15107 |
|
||||
| Under 18 | 3401 |
|
||||
| 18–64 | 8969 |
|
||||
| 65+ | 2737 |
|
||||
| Median household income | 67067 |
|
||||
| Poverty rate | 17.91 |
|
||||
| Homeownership rate | 79.39 |
|
||||
| Unemployment rate | 1.52 |
|
||||
| Median home value | 183500 |
|
||||
| Gini index | 0.4022 |
|
||||
| Vacancy rate | 8.78 |
|
||||
| White | 13764 |
|
||||
| Black | 318 |
|
||||
| Asian | 3 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 502 |
|
||||
| Bachelor's or higher | 2503 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Laurel County, KY"
|
||||
classification: county
|
||||
fips: "21125"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 62983
|
||||
population_under_18: 14265
|
||||
population_18_64: 37939
|
||||
population_65_plus: 10779
|
||||
median_household_income: 57771
|
||||
poverty_rate: 20.46
|
||||
homeownership_rate: 71.62
|
||||
unemployment_rate: 3.5
|
||||
median_home_value: 159500
|
||||
gini_index: 0.4419
|
||||
vacancy_rate: 10.52
|
||||
race_white: 60016
|
||||
race_black: 352
|
||||
race_asian: 195
|
||||
race_native: 71
|
||||
hispanic: 1061
|
||||
bachelors_plus: 11058
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Laurel County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 62983 |
|
||||
| Under 18 | 14265 |
|
||||
| 18–64 | 37939 |
|
||||
| 65+ | 10779 |
|
||||
| Median household income | 57771 |
|
||||
| Poverty rate | 20.46 |
|
||||
| Homeownership rate | 71.62 |
|
||||
| Unemployment rate | 3.5 |
|
||||
| Median home value | 159500 |
|
||||
| Gini index | 0.4419 |
|
||||
| Vacancy rate | 10.52 |
|
||||
| White | 60016 |
|
||||
| Black | 352 |
|
||||
| Asian | 195 |
|
||||
| Native | 71 |
|
||||
| Hispanic/Latino | 1061 |
|
||||
| Bachelor's or higher | 11058 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lawrence County, KY"
|
||||
classification: county
|
||||
fips: "21127"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 16077
|
||||
population_under_18: 3763
|
||||
population_18_64: 9035
|
||||
population_65_plus: 3279
|
||||
median_household_income: 46772
|
||||
poverty_rate: 21.78
|
||||
homeownership_rate: 77.8
|
||||
unemployment_rate: 7.73
|
||||
median_home_value: 111700
|
||||
gini_index: 0.4749
|
||||
vacancy_rate: 16.6
|
||||
race_white: 15593
|
||||
race_black: 13
|
||||
race_asian: 214
|
||||
race_native: 5
|
||||
hispanic: 59
|
||||
bachelors_plus: 2335
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lawrence County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16077 |
|
||||
| Under 18 | 3763 |
|
||||
| 18–64 | 9035 |
|
||||
| 65+ | 3279 |
|
||||
| Median household income | 46772 |
|
||||
| Poverty rate | 21.78 |
|
||||
| Homeownership rate | 77.8 |
|
||||
| Unemployment rate | 7.73 |
|
||||
| Median home value | 111700 |
|
||||
| Gini index | 0.4749 |
|
||||
| Vacancy rate | 16.6 |
|
||||
| White | 15593 |
|
||||
| Black | 13 |
|
||||
| Asian | 214 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 59 |
|
||||
| Bachelor's or higher | 2335 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lee County, KY"
|
||||
classification: county
|
||||
fips: "21129"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 7339
|
||||
population_under_18: 1330
|
||||
population_18_64: 4574
|
||||
population_65_plus: 1435
|
||||
median_household_income: 37568
|
||||
poverty_rate: 27.36
|
||||
homeownership_rate: 77.73
|
||||
unemployment_rate: 4.72
|
||||
median_home_value: 83900
|
||||
gini_index: 0.4591
|
||||
vacancy_rate: 19.63
|
||||
race_white: 6889
|
||||
race_black: 223
|
||||
race_asian: 0
|
||||
race_native: 21
|
||||
hispanic: 83
|
||||
bachelors_plus: 723
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7339 |
|
||||
| Under 18 | 1330 |
|
||||
| 18–64 | 4574 |
|
||||
| 65+ | 1435 |
|
||||
| Median household income | 37568 |
|
||||
| Poverty rate | 27.36 |
|
||||
| Homeownership rate | 77.73 |
|
||||
| Unemployment rate | 4.72 |
|
||||
| Median home value | 83900 |
|
||||
| Gini index | 0.4591 |
|
||||
| Vacancy rate | 19.63 |
|
||||
| White | 6889 |
|
||||
| Black | 223 |
|
||||
| Asian | 0 |
|
||||
| Native | 21 |
|
||||
| Hispanic/Latino | 83 |
|
||||
| Bachelor's or higher | 723 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Leslie County, KY"
|
||||
classification: county
|
||||
fips: "21131"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 10079
|
||||
population_under_18: 2085
|
||||
population_18_64: 6076
|
||||
population_65_plus: 1918
|
||||
median_household_income: 35934
|
||||
poverty_rate: 30.28
|
||||
homeownership_rate: 85.54
|
||||
unemployment_rate: 3.78
|
||||
median_home_value: 69000
|
||||
gini_index: 0.4684
|
||||
vacancy_rate: 14.09
|
||||
race_white: 9727
|
||||
race_black: 20
|
||||
race_asian: 10
|
||||
race_native: 0
|
||||
hispanic: 11
|
||||
bachelors_plus: 1113
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Leslie County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10079 |
|
||||
| Under 18 | 2085 |
|
||||
| 18–64 | 6076 |
|
||||
| 65+ | 1918 |
|
||||
| Median household income | 35934 |
|
||||
| Poverty rate | 30.28 |
|
||||
| Homeownership rate | 85.54 |
|
||||
| Unemployment rate | 3.78 |
|
||||
| Median home value | 69000 |
|
||||
| Gini index | 0.4684 |
|
||||
| Vacancy rate | 14.09 |
|
||||
| White | 9727 |
|
||||
| Black | 20 |
|
||||
| Asian | 10 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 11 |
|
||||
| Bachelor's or higher | 1113 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Letcher County, KY"
|
||||
classification: county
|
||||
fips: "21133"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 20808
|
||||
population_under_18: 4542
|
||||
population_18_64: 11926
|
||||
population_65_plus: 4340
|
||||
median_household_income: 41793
|
||||
poverty_rate: 24.35
|
||||
homeownership_rate: 74.13
|
||||
unemployment_rate: 6.15
|
||||
median_home_value: 67400
|
||||
gini_index: 0.4295
|
||||
vacancy_rate: 20.18
|
||||
race_white: 20166
|
||||
race_black: 128
|
||||
race_asian: 40
|
||||
race_native: 8
|
||||
hispanic: 160
|
||||
bachelors_plus: 2683
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Letcher County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20808 |
|
||||
| Under 18 | 4542 |
|
||||
| 18–64 | 11926 |
|
||||
| 65+ | 4340 |
|
||||
| Median household income | 41793 |
|
||||
| Poverty rate | 24.35 |
|
||||
| Homeownership rate | 74.13 |
|
||||
| Unemployment rate | 6.15 |
|
||||
| Median home value | 67400 |
|
||||
| Gini index | 0.4295 |
|
||||
| Vacancy rate | 20.18 |
|
||||
| White | 20166 |
|
||||
| Black | 128 |
|
||||
| Asian | 40 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 160 |
|
||||
| Bachelor's or higher | 2683 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lewis County, KY"
|
||||
classification: county
|
||||
fips: "21135"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 12965
|
||||
population_under_18: 2942
|
||||
population_18_64: 7496
|
||||
population_65_plus: 2527
|
||||
median_household_income: 46838
|
||||
poverty_rate: 22.03
|
||||
homeownership_rate: 79.18
|
||||
unemployment_rate: 6.04
|
||||
median_home_value: 96000
|
||||
gini_index: 0.4698
|
||||
vacancy_rate: 17.26
|
||||
race_white: 12559
|
||||
race_black: 70
|
||||
race_asian: 22
|
||||
race_native: 0
|
||||
hispanic: 15
|
||||
bachelors_plus: 2076
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lewis County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12965 |
|
||||
| Under 18 | 2942 |
|
||||
| 18–64 | 7496 |
|
||||
| 65+ | 2527 |
|
||||
| Median household income | 46838 |
|
||||
| Poverty rate | 22.03 |
|
||||
| Homeownership rate | 79.18 |
|
||||
| Unemployment rate | 6.04 |
|
||||
| Median home value | 96000 |
|
||||
| Gini index | 0.4698 |
|
||||
| Vacancy rate | 17.26 |
|
||||
| White | 12559 |
|
||||
| Black | 70 |
|
||||
| Asian | 22 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 15 |
|
||||
| Bachelor's or higher | 2076 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lincoln County, KY"
|
||||
classification: county
|
||||
fips: "21137"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 24504
|
||||
population_under_18: 5971
|
||||
population_18_64: 13996
|
||||
population_65_plus: 4537
|
||||
median_household_income: 52440
|
||||
poverty_rate: 16.29
|
||||
homeownership_rate: 76.42
|
||||
unemployment_rate: 6.53
|
||||
median_home_value: 147300
|
||||
gini_index: 0.4605
|
||||
vacancy_rate: 11.27
|
||||
race_white: 22651
|
||||
race_black: 495
|
||||
race_asian: 23
|
||||
race_native: 1
|
||||
hispanic: 523
|
||||
bachelors_plus: 3824
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lincoln County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 24504 |
|
||||
| Under 18 | 5971 |
|
||||
| 18–64 | 13996 |
|
||||
| 65+ | 4537 |
|
||||
| Median household income | 52440 |
|
||||
| Poverty rate | 16.29 |
|
||||
| Homeownership rate | 76.42 |
|
||||
| Unemployment rate | 6.53 |
|
||||
| Median home value | 147300 |
|
||||
| Gini index | 0.4605 |
|
||||
| Vacancy rate | 11.27 |
|
||||
| White | 22651 |
|
||||
| Black | 495 |
|
||||
| Asian | 23 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 523 |
|
||||
| Bachelor's or higher | 3824 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Livingston County, KY"
|
||||
classification: county
|
||||
fips: "21139"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 8903
|
||||
population_under_18: 1963
|
||||
population_18_64: 4945
|
||||
population_65_plus: 1995
|
||||
median_household_income: 58984
|
||||
poverty_rate: 19.26
|
||||
homeownership_rate: 81.18
|
||||
unemployment_rate: 4.21
|
||||
median_home_value: 125600
|
||||
gini_index: 0.4242
|
||||
vacancy_rate: 22.35
|
||||
race_white: 8404
|
||||
race_black: 75
|
||||
race_asian: 11
|
||||
race_native: 5
|
||||
hispanic: 226
|
||||
bachelors_plus: 1368
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Livingston County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8903 |
|
||||
| Under 18 | 1963 |
|
||||
| 18–64 | 4945 |
|
||||
| 65+ | 1995 |
|
||||
| Median household income | 58984 |
|
||||
| Poverty rate | 19.26 |
|
||||
| Homeownership rate | 81.18 |
|
||||
| Unemployment rate | 4.21 |
|
||||
| Median home value | 125600 |
|
||||
| Gini index | 0.4242 |
|
||||
| Vacancy rate | 22.35 |
|
||||
| White | 8404 |
|
||||
| Black | 75 |
|
||||
| Asian | 11 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 226 |
|
||||
| Bachelor's or higher | 1368 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Logan County, KY"
|
||||
classification: county
|
||||
fips: "21141"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 27986
|
||||
population_under_18: 6789
|
||||
population_18_64: 15858
|
||||
population_65_plus: 5339
|
||||
median_household_income: 60382
|
||||
poverty_rate: 16.75
|
||||
homeownership_rate: 74.28
|
||||
unemployment_rate: 5.68
|
||||
median_home_value: 164900
|
||||
gini_index: 0.4304
|
||||
vacancy_rate: 11.77
|
||||
race_white: 24901
|
||||
race_black: 1253
|
||||
race_asian: 92
|
||||
race_native: 57
|
||||
hispanic: 996
|
||||
bachelors_plus: 4103
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Logan County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27986 |
|
||||
| Under 18 | 6789 |
|
||||
| 18–64 | 15858 |
|
||||
| 65+ | 5339 |
|
||||
| Median household income | 60382 |
|
||||
| Poverty rate | 16.75 |
|
||||
| Homeownership rate | 74.28 |
|
||||
| Unemployment rate | 5.68 |
|
||||
| Median home value | 164900 |
|
||||
| Gini index | 0.4304 |
|
||||
| Vacancy rate | 11.77 |
|
||||
| White | 24901 |
|
||||
| Black | 1253 |
|
||||
| Asian | 92 |
|
||||
| Native | 57 |
|
||||
| Hispanic/Latino | 996 |
|
||||
| Bachelor's or higher | 4103 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lyon County, KY"
|
||||
classification: county
|
||||
fips: "21143"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 8900
|
||||
population_under_18: 1207
|
||||
population_18_64: 5500
|
||||
population_65_plus: 2193
|
||||
median_household_income: 65066
|
||||
poverty_rate: 9.53
|
||||
homeownership_rate: 80.4
|
||||
unemployment_rate: 2.86
|
||||
median_home_value: 189500
|
||||
gini_index: 0.4516
|
||||
vacancy_rate: 29.46
|
||||
race_white: 7860
|
||||
race_black: 602
|
||||
race_asian: 48
|
||||
race_native: 36
|
||||
hispanic: 194
|
||||
bachelors_plus: 1707
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lyon County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8900 |
|
||||
| Under 18 | 1207 |
|
||||
| 18–64 | 5500 |
|
||||
| 65+ | 2193 |
|
||||
| Median household income | 65066 |
|
||||
| Poverty rate | 9.53 |
|
||||
| Homeownership rate | 80.4 |
|
||||
| Unemployment rate | 2.86 |
|
||||
| Median home value | 189500 |
|
||||
| Gini index | 0.4516 |
|
||||
| Vacancy rate | 29.46 |
|
||||
| White | 7860 |
|
||||
| Black | 602 |
|
||||
| Asian | 48 |
|
||||
| Native | 36 |
|
||||
| Hispanic/Latino | 194 |
|
||||
| Bachelor's or higher | 1707 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Madison County, KY"
|
||||
classification: county
|
||||
fips: "21151"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 95769
|
||||
population_under_18: 20145
|
||||
population_18_64: 61434
|
||||
population_65_plus: 14190
|
||||
median_household_income: 63351
|
||||
poverty_rate: 15.06
|
||||
homeownership_rate: 61.98
|
||||
unemployment_rate: 5.06
|
||||
median_home_value: 232000
|
||||
gini_index: 0.436
|
||||
vacancy_rate: 8.42
|
||||
race_white: 85369
|
||||
race_black: 3796
|
||||
race_asian: 913
|
||||
race_native: 56
|
||||
hispanic: 3388
|
||||
bachelors_plus: 29174
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Madison County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 95769 |
|
||||
| Under 18 | 20145 |
|
||||
| 18–64 | 61434 |
|
||||
| 65+ | 14190 |
|
||||
| Median household income | 63351 |
|
||||
| Poverty rate | 15.06 |
|
||||
| Homeownership rate | 61.98 |
|
||||
| Unemployment rate | 5.06 |
|
||||
| Median home value | 232000 |
|
||||
| Gini index | 0.436 |
|
||||
| Vacancy rate | 8.42 |
|
||||
| White | 85369 |
|
||||
| Black | 3796 |
|
||||
| Asian | 913 |
|
||||
| Native | 56 |
|
||||
| Hispanic/Latino | 3388 |
|
||||
| Bachelor's or higher | 29174 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Magoffin County, KY"
|
||||
classification: county
|
||||
fips: "21153"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 11348
|
||||
population_under_18: 2545
|
||||
population_18_64: 6646
|
||||
population_65_plus: 2157
|
||||
median_household_income: 33080
|
||||
poverty_rate: 38.16
|
||||
homeownership_rate: 75.41
|
||||
unemployment_rate: 9.02
|
||||
median_home_value: 89000
|
||||
gini_index: 0.4949
|
||||
vacancy_rate: 13.75
|
||||
race_white: 11038
|
||||
race_black: 12
|
||||
race_asian: 27
|
||||
race_native: 45
|
||||
hispanic: 104
|
||||
bachelors_plus: 1658
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Magoffin County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11348 |
|
||||
| Under 18 | 2545 |
|
||||
| 18–64 | 6646 |
|
||||
| 65+ | 2157 |
|
||||
| Median household income | 33080 |
|
||||
| Poverty rate | 38.16 |
|
||||
| Homeownership rate | 75.41 |
|
||||
| Unemployment rate | 9.02 |
|
||||
| Median home value | 89000 |
|
||||
| Gini index | 0.4949 |
|
||||
| Vacancy rate | 13.75 |
|
||||
| White | 11038 |
|
||||
| Black | 12 |
|
||||
| Asian | 27 |
|
||||
| Native | 45 |
|
||||
| Hispanic/Latino | 104 |
|
||||
| Bachelor's or higher | 1658 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marion County, KY"
|
||||
classification: county
|
||||
fips: "21155"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 19749
|
||||
population_under_18: 4700
|
||||
population_18_64: 11625
|
||||
population_65_plus: 3424
|
||||
median_household_income: 59627
|
||||
poverty_rate: 16.97
|
||||
homeownership_rate: 77.67
|
||||
unemployment_rate: 4.2
|
||||
median_home_value: 168100
|
||||
gini_index: 0.4317
|
||||
vacancy_rate: 8.88
|
||||
race_white: 17389
|
||||
race_black: 1493
|
||||
race_asian: 125
|
||||
race_native: 22
|
||||
hispanic: 723
|
||||
bachelors_plus: 3118
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marion County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19749 |
|
||||
| Under 18 | 4700 |
|
||||
| 18–64 | 11625 |
|
||||
| 65+ | 3424 |
|
||||
| Median household income | 59627 |
|
||||
| Poverty rate | 16.97 |
|
||||
| Homeownership rate | 77.67 |
|
||||
| Unemployment rate | 4.2 |
|
||||
| Median home value | 168100 |
|
||||
| Gini index | 0.4317 |
|
||||
| Vacancy rate | 8.88 |
|
||||
| White | 17389 |
|
||||
| Black | 1493 |
|
||||
| Asian | 125 |
|
||||
| Native | 22 |
|
||||
| Hispanic/Latino | 723 |
|
||||
| Bachelor's or higher | 3118 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marshall County, KY"
|
||||
classification: county
|
||||
fips: "21157"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 31743
|
||||
population_under_18: 6388
|
||||
population_18_64: 18190
|
||||
population_65_plus: 7165
|
||||
median_household_income: 65831
|
||||
poverty_rate: 12.27
|
||||
homeownership_rate: 81.57
|
||||
unemployment_rate: 4.51
|
||||
median_home_value: 173800
|
||||
gini_index: 0.429
|
||||
vacancy_rate: 20.29
|
||||
race_white: 30462
|
||||
race_black: 213
|
||||
race_asian: 128
|
||||
race_native: 53
|
||||
hispanic: 622
|
||||
bachelors_plus: 6871
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marshall County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31743 |
|
||||
| Under 18 | 6388 |
|
||||
| 18–64 | 18190 |
|
||||
| 65+ | 7165 |
|
||||
| Median household income | 65831 |
|
||||
| Poverty rate | 12.27 |
|
||||
| Homeownership rate | 81.57 |
|
||||
| Unemployment rate | 4.51 |
|
||||
| Median home value | 173800 |
|
||||
| Gini index | 0.429 |
|
||||
| Vacancy rate | 20.29 |
|
||||
| White | 30462 |
|
||||
| Black | 213 |
|
||||
| Asian | 128 |
|
||||
| Native | 53 |
|
||||
| Hispanic/Latino | 622 |
|
||||
| Bachelor's or higher | 6871 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Martin County, KY"
|
||||
classification: county
|
||||
fips: "21159"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 11027
|
||||
population_under_18: 2179
|
||||
population_18_64: 6876
|
||||
population_65_plus: 1972
|
||||
median_household_income: 37042
|
||||
poverty_rate: 33.17
|
||||
homeownership_rate: 84.9
|
||||
unemployment_rate: 5.46
|
||||
median_home_value: 86900
|
||||
gini_index: 0.5715
|
||||
vacancy_rate: 20.73
|
||||
race_white: 9489
|
||||
race_black: 874
|
||||
race_asian: 0
|
||||
race_native: 40
|
||||
hispanic: 189
|
||||
bachelors_plus: 1221
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Martin County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11027 |
|
||||
| Under 18 | 2179 |
|
||||
| 18–64 | 6876 |
|
||||
| 65+ | 1972 |
|
||||
| Median household income | 37042 |
|
||||
| Poverty rate | 33.17 |
|
||||
| Homeownership rate | 84.9 |
|
||||
| Unemployment rate | 5.46 |
|
||||
| Median home value | 86900 |
|
||||
| Gini index | 0.5715 |
|
||||
| Vacancy rate | 20.73 |
|
||||
| White | 9489 |
|
||||
| Black | 874 |
|
||||
| Asian | 0 |
|
||||
| Native | 40 |
|
||||
| Hispanic/Latino | 189 |
|
||||
| Bachelor's or higher | 1221 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mason County, KY"
|
||||
classification: county
|
||||
fips: "21161"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 16956
|
||||
population_under_18: 3790
|
||||
population_18_64: 9820
|
||||
population_65_plus: 3346
|
||||
median_household_income: 52178
|
||||
poverty_rate: 18.81
|
||||
homeownership_rate: 66.06
|
||||
unemployment_rate: 4.92
|
||||
median_home_value: 161500
|
||||
gini_index: 0.4995
|
||||
vacancy_rate: 12.93
|
||||
race_white: 14739
|
||||
race_black: 997
|
||||
race_asian: 158
|
||||
race_native: 147
|
||||
hispanic: 402
|
||||
bachelors_plus: 3444
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mason County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16956 |
|
||||
| Under 18 | 3790 |
|
||||
| 18–64 | 9820 |
|
||||
| 65+ | 3346 |
|
||||
| Median household income | 52178 |
|
||||
| Poverty rate | 18.81 |
|
||||
| Homeownership rate | 66.06 |
|
||||
| Unemployment rate | 4.92 |
|
||||
| Median home value | 161500 |
|
||||
| Gini index | 0.4995 |
|
||||
| Vacancy rate | 12.93 |
|
||||
| White | 14739 |
|
||||
| Black | 997 |
|
||||
| Asian | 158 |
|
||||
| Native | 147 |
|
||||
| Hispanic/Latino | 402 |
|
||||
| Bachelor's or higher | 3444 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McCracken County, KY"
|
||||
classification: county
|
||||
fips: "21145"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 67564
|
||||
population_under_18: 14733
|
||||
population_18_64: 39006
|
||||
population_65_plus: 13825
|
||||
median_household_income: 64373
|
||||
poverty_rate: 15.16
|
||||
homeownership_rate: 68.93
|
||||
unemployment_rate: 3.24
|
||||
median_home_value: 188100
|
||||
gini_index: 0.4959
|
||||
vacancy_rate: 14.5
|
||||
race_white: 55375
|
||||
race_black: 6586
|
||||
race_asian: 583
|
||||
race_native: 114
|
||||
hispanic: 2314
|
||||
bachelors_plus: 19333
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McCracken County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 67564 |
|
||||
| Under 18 | 14733 |
|
||||
| 18–64 | 39006 |
|
||||
| 65+ | 13825 |
|
||||
| Median household income | 64373 |
|
||||
| Poverty rate | 15.16 |
|
||||
| Homeownership rate | 68.93 |
|
||||
| Unemployment rate | 3.24 |
|
||||
| Median home value | 188100 |
|
||||
| Gini index | 0.4959 |
|
||||
| Vacancy rate | 14.5 |
|
||||
| White | 55375 |
|
||||
| Black | 6586 |
|
||||
| Asian | 583 |
|
||||
| Native | 114 |
|
||||
| Hispanic/Latino | 2314 |
|
||||
| Bachelor's or higher | 19333 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McCreary County, KY"
|
||||
classification: county
|
||||
fips: "21147"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 16867
|
||||
population_under_18: 3672
|
||||
population_18_64: 10458
|
||||
population_65_plus: 2737
|
||||
median_household_income: 33750
|
||||
poverty_rate: 38.86
|
||||
homeownership_rate: 74.24
|
||||
unemployment_rate: 4.17
|
||||
median_home_value: 85300
|
||||
gini_index: 0.4899
|
||||
vacancy_rate: 15.3
|
||||
race_white: 15183
|
||||
race_black: 1069
|
||||
race_asian: 9
|
||||
race_native: 25
|
||||
hispanic: 375
|
||||
bachelors_plus: 1432
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McCreary County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16867 |
|
||||
| Under 18 | 3672 |
|
||||
| 18–64 | 10458 |
|
||||
| 65+ | 2737 |
|
||||
| Median household income | 33750 |
|
||||
| Poverty rate | 38.86 |
|
||||
| Homeownership rate | 74.24 |
|
||||
| Unemployment rate | 4.17 |
|
||||
| Median home value | 85300 |
|
||||
| Gini index | 0.4899 |
|
||||
| Vacancy rate | 15.3 |
|
||||
| White | 15183 |
|
||||
| Black | 1069 |
|
||||
| Asian | 9 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 375 |
|
||||
| Bachelor's or higher | 1432 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McLean County, KY"
|
||||
classification: county
|
||||
fips: "21149"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 9114
|
||||
population_under_18: 2053
|
||||
population_18_64: 5196
|
||||
population_65_plus: 1865
|
||||
median_household_income: 65596
|
||||
poverty_rate: 9.45
|
||||
homeownership_rate: 82.75
|
||||
unemployment_rate: 5.62
|
||||
median_home_value: 148500
|
||||
gini_index: 0.43
|
||||
vacancy_rate: 12.75
|
||||
race_white: 8730
|
||||
race_black: 48
|
||||
race_asian: 28
|
||||
race_native: 15
|
||||
hispanic: 203
|
||||
bachelors_plus: 1524
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McLean County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9114 |
|
||||
| Under 18 | 2053 |
|
||||
| 18–64 | 5196 |
|
||||
| 65+ | 1865 |
|
||||
| Median household income | 65596 |
|
||||
| Poverty rate | 9.45 |
|
||||
| Homeownership rate | 82.75 |
|
||||
| Unemployment rate | 5.62 |
|
||||
| Median home value | 148500 |
|
||||
| Gini index | 0.43 |
|
||||
| Vacancy rate | 12.75 |
|
||||
| White | 8730 |
|
||||
| Black | 48 |
|
||||
| Asian | 28 |
|
||||
| Native | 15 |
|
||||
| Hispanic/Latino | 203 |
|
||||
| Bachelor's or higher | 1524 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Meade County, KY"
|
||||
classification: county
|
||||
fips: "21163"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 30158
|
||||
population_under_18: 6607
|
||||
population_18_64: 18843
|
||||
population_65_plus: 4708
|
||||
median_household_income: 74355
|
||||
poverty_rate: 12.23
|
||||
homeownership_rate: 74.09
|
||||
unemployment_rate: 4.83
|
||||
median_home_value: 207900
|
||||
gini_index: 0.4091
|
||||
vacancy_rate: 10.05
|
||||
race_white: 26810
|
||||
race_black: 1015
|
||||
race_asian: 204
|
||||
race_native: 88
|
||||
hispanic: 1280
|
||||
bachelors_plus: 5701
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Meade County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30158 |
|
||||
| Under 18 | 6607 |
|
||||
| 18–64 | 18843 |
|
||||
| 65+ | 4708 |
|
||||
| Median household income | 74355 |
|
||||
| Poverty rate | 12.23 |
|
||||
| Homeownership rate | 74.09 |
|
||||
| Unemployment rate | 4.83 |
|
||||
| Median home value | 207900 |
|
||||
| Gini index | 0.4091 |
|
||||
| Vacancy rate | 10.05 |
|
||||
| White | 26810 |
|
||||
| Black | 1015 |
|
||||
| Asian | 204 |
|
||||
| Native | 88 |
|
||||
| Hispanic/Latino | 1280 |
|
||||
| Bachelor's or higher | 5701 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Menifee County, KY"
|
||||
classification: county
|
||||
fips: "21165"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 6230
|
||||
population_under_18: 1311
|
||||
population_18_64: 3460
|
||||
population_65_plus: 1459
|
||||
median_household_income: 45096
|
||||
poverty_rate: 26.92
|
||||
homeownership_rate: 75.46
|
||||
unemployment_rate: 7.9
|
||||
median_home_value: 125800
|
||||
gini_index: 0.4748
|
||||
vacancy_rate: 26.4
|
||||
race_white: 6029
|
||||
race_black: 9
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 177
|
||||
bachelors_plus: 953
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Menifee County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6230 |
|
||||
| Under 18 | 1311 |
|
||||
| 18–64 | 3460 |
|
||||
| 65+ | 1459 |
|
||||
| Median household income | 45096 |
|
||||
| Poverty rate | 26.92 |
|
||||
| Homeownership rate | 75.46 |
|
||||
| Unemployment rate | 7.9 |
|
||||
| Median home value | 125800 |
|
||||
| Gini index | 0.4748 |
|
||||
| Vacancy rate | 26.4 |
|
||||
| White | 6029 |
|
||||
| Black | 9 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 177 |
|
||||
| Bachelor's or higher | 953 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mercer County, KY"
|
||||
classification: county
|
||||
fips: "21167"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 23028
|
||||
population_under_18: 5017
|
||||
population_18_64: 13648
|
||||
population_65_plus: 4363
|
||||
median_household_income: 64824
|
||||
poverty_rate: 10.66
|
||||
homeownership_rate: 75.93
|
||||
unemployment_rate: 4.36
|
||||
median_home_value: 202300
|
||||
gini_index: 0.415
|
||||
vacancy_rate: 12.33
|
||||
race_white: 20783
|
||||
race_black: 743
|
||||
race_asian: 43
|
||||
race_native: 43
|
||||
hispanic: 779
|
||||
bachelors_plus: 5487
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mercer County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23028 |
|
||||
| Under 18 | 5017 |
|
||||
| 18–64 | 13648 |
|
||||
| 65+ | 4363 |
|
||||
| Median household income | 64824 |
|
||||
| Poverty rate | 10.66 |
|
||||
| Homeownership rate | 75.93 |
|
||||
| Unemployment rate | 4.36 |
|
||||
| Median home value | 202300 |
|
||||
| Gini index | 0.415 |
|
||||
| Vacancy rate | 12.33 |
|
||||
| White | 20783 |
|
||||
| Black | 743 |
|
||||
| Asian | 43 |
|
||||
| Native | 43 |
|
||||
| Hispanic/Latino | 779 |
|
||||
| Bachelor's or higher | 5487 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Metcalfe County, KY"
|
||||
classification: county
|
||||
fips: "21169"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 10425
|
||||
population_under_18: 2456
|
||||
population_18_64: 5979
|
||||
population_65_plus: 1990
|
||||
median_household_income: 51473
|
||||
poverty_rate: 27.51
|
||||
homeownership_rate: 77.68
|
||||
unemployment_rate: 4.91
|
||||
median_home_value: 110200
|
||||
gini_index: 0.4423
|
||||
vacancy_rate: 13.41
|
||||
race_white: 9796
|
||||
race_black: 261
|
||||
race_asian: 0
|
||||
race_native: 10
|
||||
hispanic: 288
|
||||
bachelors_plus: 1378
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Metcalfe County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10425 |
|
||||
| Under 18 | 2456 |
|
||||
| 18–64 | 5979 |
|
||||
| 65+ | 1990 |
|
||||
| Median household income | 51473 |
|
||||
| Poverty rate | 27.51 |
|
||||
| Homeownership rate | 77.68 |
|
||||
| Unemployment rate | 4.91 |
|
||||
| Median home value | 110200 |
|
||||
| Gini index | 0.4423 |
|
||||
| Vacancy rate | 13.41 |
|
||||
| White | 9796 |
|
||||
| Black | 261 |
|
||||
| Asian | 0 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 288 |
|
||||
| Bachelor's or higher | 1378 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Monroe County, KY"
|
||||
classification: county
|
||||
fips: "21171"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 11269
|
||||
population_under_18: 2753
|
||||
population_18_64: 6412
|
||||
population_65_plus: 2104
|
||||
median_household_income: 51280
|
||||
poverty_rate: 22.1
|
||||
homeownership_rate: 70.89
|
||||
unemployment_rate: 4.03
|
||||
median_home_value: 115900
|
||||
gini_index: 0.4428
|
||||
vacancy_rate: 12.01
|
||||
race_white: 10323
|
||||
race_black: 243
|
||||
race_asian: 0
|
||||
race_native: 8
|
||||
hispanic: 522
|
||||
bachelors_plus: 1928
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Monroe County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11269 |
|
||||
| Under 18 | 2753 |
|
||||
| 18–64 | 6412 |
|
||||
| 65+ | 2104 |
|
||||
| Median household income | 51280 |
|
||||
| Poverty rate | 22.1 |
|
||||
| Homeownership rate | 70.89 |
|
||||
| Unemployment rate | 4.03 |
|
||||
| Median home value | 115900 |
|
||||
| Gini index | 0.4428 |
|
||||
| Vacancy rate | 12.01 |
|
||||
| White | 10323 |
|
||||
| Black | 243 |
|
||||
| Asian | 0 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 522 |
|
||||
| Bachelor's or higher | 1928 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montgomery County, KY"
|
||||
classification: county
|
||||
fips: "21173"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 28395
|
||||
population_under_18: 6593
|
||||
population_18_64: 16996
|
||||
population_65_plus: 4806
|
||||
median_household_income: 56396
|
||||
poverty_rate: 15.41
|
||||
homeownership_rate: 68.31
|
||||
unemployment_rate: 4.0
|
||||
median_home_value: 172200
|
||||
gini_index: 0.4401
|
||||
vacancy_rate: 10.02
|
||||
race_white: 26051
|
||||
race_black: 382
|
||||
race_asian: 151
|
||||
race_native: 206
|
||||
hispanic: 983
|
||||
bachelors_plus: 5703
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montgomery County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28395 |
|
||||
| Under 18 | 6593 |
|
||||
| 18–64 | 16996 |
|
||||
| 65+ | 4806 |
|
||||
| Median household income | 56396 |
|
||||
| Poverty rate | 15.41 |
|
||||
| Homeownership rate | 68.31 |
|
||||
| Unemployment rate | 4.0 |
|
||||
| Median home value | 172200 |
|
||||
| Gini index | 0.4401 |
|
||||
| Vacancy rate | 10.02 |
|
||||
| White | 26051 |
|
||||
| Black | 382 |
|
||||
| Asian | 151 |
|
||||
| Native | 206 |
|
||||
| Hispanic/Latino | 983 |
|
||||
| Bachelor's or higher | 5703 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Morgan County, KY"
|
||||
classification: county
|
||||
fips: "21175"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 14053
|
||||
population_under_18: 2824
|
||||
population_18_64: 8745
|
||||
population_65_plus: 2484
|
||||
median_household_income: 47913
|
||||
poverty_rate: 17.07
|
||||
homeownership_rate: 78.92
|
||||
unemployment_rate: 3.07
|
||||
median_home_value: 118200
|
||||
gini_index: 0.4943
|
||||
vacancy_rate: 14.12
|
||||
race_white: 12662
|
||||
race_black: 698
|
||||
race_asian: 73
|
||||
race_native: 8
|
||||
hispanic: 506
|
||||
bachelors_plus: 2863
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Morgan County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14053 |
|
||||
| Under 18 | 2824 |
|
||||
| 18–64 | 8745 |
|
||||
| 65+ | 2484 |
|
||||
| Median household income | 47913 |
|
||||
| Poverty rate | 17.07 |
|
||||
| Homeownership rate | 78.92 |
|
||||
| Unemployment rate | 3.07 |
|
||||
| Median home value | 118200 |
|
||||
| Gini index | 0.4943 |
|
||||
| Vacancy rate | 14.12 |
|
||||
| White | 12662 |
|
||||
| Black | 698 |
|
||||
| Asian | 73 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 506 |
|
||||
| Bachelor's or higher | 2863 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Muhlenberg County, KY"
|
||||
classification: county
|
||||
fips: "21177"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 30591
|
||||
population_under_18: 6449
|
||||
population_18_64: 17972
|
||||
population_65_plus: 6170
|
||||
median_household_income: 51927
|
||||
poverty_rate: 18.37
|
||||
homeownership_rate: 78.79
|
||||
unemployment_rate: 5.66
|
||||
median_home_value: 127400
|
||||
gini_index: 0.4737
|
||||
vacancy_rate: 10.58
|
||||
race_white: 28163
|
||||
race_black: 620
|
||||
race_asian: 318
|
||||
race_native: 34
|
||||
hispanic: 626
|
||||
bachelors_plus: 4712
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Muhlenberg County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30591 |
|
||||
| Under 18 | 6449 |
|
||||
| 18–64 | 17972 |
|
||||
| 65+ | 6170 |
|
||||
| Median household income | 51927 |
|
||||
| Poverty rate | 18.37 |
|
||||
| Homeownership rate | 78.79 |
|
||||
| Unemployment rate | 5.66 |
|
||||
| Median home value | 127400 |
|
||||
| Gini index | 0.4737 |
|
||||
| Vacancy rate | 10.58 |
|
||||
| White | 28163 |
|
||||
| Black | 620 |
|
||||
| Asian | 318 |
|
||||
| Native | 34 |
|
||||
| Hispanic/Latino | 626 |
|
||||
| Bachelor's or higher | 4712 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nelson County, KY"
|
||||
classification: county
|
||||
fips: "21179"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 47606
|
||||
population_under_18: 10972
|
||||
population_18_64: 28343
|
||||
population_65_plus: 8291
|
||||
median_household_income: 69562
|
||||
poverty_rate: 10.85
|
||||
homeownership_rate: 78.33
|
||||
unemployment_rate: 3.33
|
||||
median_home_value: 238000
|
||||
gini_index: 0.4315
|
||||
vacancy_rate: 5.8
|
||||
race_white: 42741
|
||||
race_black: 2535
|
||||
race_asian: 236
|
||||
race_native: 26
|
||||
hispanic: 1397
|
||||
bachelors_plus: 10966
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nelson County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 47606 |
|
||||
| Under 18 | 10972 |
|
||||
| 18–64 | 28343 |
|
||||
| 65+ | 8291 |
|
||||
| Median household income | 69562 |
|
||||
| Poverty rate | 10.85 |
|
||||
| Homeownership rate | 78.33 |
|
||||
| Unemployment rate | 3.33 |
|
||||
| Median home value | 238000 |
|
||||
| Gini index | 0.4315 |
|
||||
| Vacancy rate | 5.8 |
|
||||
| White | 42741 |
|
||||
| Black | 2535 |
|
||||
| Asian | 236 |
|
||||
| Native | 26 |
|
||||
| Hispanic/Latino | 1397 |
|
||||
| Bachelor's or higher | 10966 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nicholas County, KY"
|
||||
classification: county
|
||||
fips: "21181"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 7708
|
||||
population_under_18: 1879
|
||||
population_18_64: 4530
|
||||
population_65_plus: 1299
|
||||
median_household_income: 59531
|
||||
poverty_rate: 17.57
|
||||
homeownership_rate: 74.5
|
||||
unemployment_rate: 6.09
|
||||
median_home_value: 123000
|
||||
gini_index: 0.3964
|
||||
vacancy_rate: 16.71
|
||||
race_white: 7413
|
||||
race_black: 91
|
||||
race_asian: 0
|
||||
race_native: 16
|
||||
hispanic: 80
|
||||
bachelors_plus: 750
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nicholas County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7708 |
|
||||
| Under 18 | 1879 |
|
||||
| 18–64 | 4530 |
|
||||
| 65+ | 1299 |
|
||||
| Median household income | 59531 |
|
||||
| Poverty rate | 17.57 |
|
||||
| Homeownership rate | 74.5 |
|
||||
| Unemployment rate | 6.09 |
|
||||
| Median home value | 123000 |
|
||||
| Gini index | 0.3964 |
|
||||
| Vacancy rate | 16.71 |
|
||||
| White | 7413 |
|
||||
| Black | 91 |
|
||||
| Asian | 0 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 80 |
|
||||
| Bachelor's or higher | 750 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ohio County, KY"
|
||||
classification: county
|
||||
fips: "21183"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 23735
|
||||
population_under_18: 5663
|
||||
population_18_64: 13647
|
||||
population_65_plus: 4425
|
||||
median_household_income: 57798
|
||||
poverty_rate: 12.54
|
||||
homeownership_rate: 77.16
|
||||
unemployment_rate: 5.04
|
||||
median_home_value: 121400
|
||||
gini_index: 0.4268
|
||||
vacancy_rate: 11.07
|
||||
race_white: 21861
|
||||
race_black: 139
|
||||
race_asian: 39
|
||||
race_native: 93
|
||||
hispanic: 1131
|
||||
bachelors_plus: 3147
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ohio County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23735 |
|
||||
| Under 18 | 5663 |
|
||||
| 18–64 | 13647 |
|
||||
| 65+ | 4425 |
|
||||
| Median household income | 57798 |
|
||||
| Poverty rate | 12.54 |
|
||||
| Homeownership rate | 77.16 |
|
||||
| Unemployment rate | 5.04 |
|
||||
| Median home value | 121400 |
|
||||
| Gini index | 0.4268 |
|
||||
| Vacancy rate | 11.07 |
|
||||
| White | 21861 |
|
||||
| Black | 139 |
|
||||
| Asian | 39 |
|
||||
| Native | 93 |
|
||||
| Hispanic/Latino | 1131 |
|
||||
| Bachelor's or higher | 3147 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Oldham County, KY"
|
||||
classification: county
|
||||
fips: "21185"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 69257
|
||||
population_under_18: 17135
|
||||
population_18_64: 42026
|
||||
population_65_plus: 10096
|
||||
median_household_income: 122497
|
||||
poverty_rate: 4.3
|
||||
homeownership_rate: 87.11
|
||||
unemployment_rate: 3.49
|
||||
median_home_value: 393100
|
||||
gini_index: 0.4503
|
||||
vacancy_rate: 3.41
|
||||
race_white: 59951
|
||||
race_black: 2042
|
||||
race_asian: 1162
|
||||
race_native: 97
|
||||
hispanic: 3466
|
||||
bachelors_plus: 30810
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Oldham County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 69257 |
|
||||
| Under 18 | 17135 |
|
||||
| 18–64 | 42026 |
|
||||
| 65+ | 10096 |
|
||||
| Median household income | 122497 |
|
||||
| Poverty rate | 4.3 |
|
||||
| Homeownership rate | 87.11 |
|
||||
| Unemployment rate | 3.49 |
|
||||
| Median home value | 393100 |
|
||||
| Gini index | 0.4503 |
|
||||
| Vacancy rate | 3.41 |
|
||||
| White | 59951 |
|
||||
| Black | 2042 |
|
||||
| Asian | 1162 |
|
||||
| Native | 97 |
|
||||
| Hispanic/Latino | 3466 |
|
||||
| Bachelor's or higher | 30810 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Owen County, KY"
|
||||
classification: county
|
||||
fips: "21187"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 11330
|
||||
population_under_18: 2499
|
||||
population_18_64: 6559
|
||||
population_65_plus: 2272
|
||||
median_household_income: 61134
|
||||
poverty_rate: 18.28
|
||||
homeownership_rate: 87.96
|
||||
unemployment_rate: 6.98
|
||||
median_home_value: 168700
|
||||
gini_index: 0.4136
|
||||
vacancy_rate: 21.08
|
||||
race_white: 10632
|
||||
race_black: 33
|
||||
race_asian: 5
|
||||
race_native: 11
|
||||
hispanic: 292
|
||||
bachelors_plus: 1859
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Owen County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11330 |
|
||||
| Under 18 | 2499 |
|
||||
| 18–64 | 6559 |
|
||||
| 65+ | 2272 |
|
||||
| Median household income | 61134 |
|
||||
| Poverty rate | 18.28 |
|
||||
| Homeownership rate | 87.96 |
|
||||
| Unemployment rate | 6.98 |
|
||||
| Median home value | 168700 |
|
||||
| Gini index | 0.4136 |
|
||||
| Vacancy rate | 21.08 |
|
||||
| White | 10632 |
|
||||
| Black | 33 |
|
||||
| Asian | 5 |
|
||||
| Native | 11 |
|
||||
| Hispanic/Latino | 292 |
|
||||
| Bachelor's or higher | 1859 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Owsley County, KY"
|
||||
classification: county
|
||||
fips: "21189"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 3971
|
||||
population_under_18: 766
|
||||
population_18_64: 2389
|
||||
population_65_plus: 816
|
||||
median_household_income: 22188
|
||||
poverty_rate: 36.15
|
||||
homeownership_rate: 70.13
|
||||
unemployment_rate: 12.58
|
||||
median_home_value: 80100
|
||||
gini_index: 0.5624
|
||||
vacancy_rate: 23.64
|
||||
race_white: 3794
|
||||
race_black: 0
|
||||
race_asian: 7
|
||||
race_native: 0
|
||||
hispanic: 3
|
||||
bachelors_plus: 273
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Owsley County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3971 |
|
||||
| Under 18 | 766 |
|
||||
| 18–64 | 2389 |
|
||||
| 65+ | 816 |
|
||||
| Median household income | 22188 |
|
||||
| Poverty rate | 36.15 |
|
||||
| Homeownership rate | 70.13 |
|
||||
| Unemployment rate | 12.58 |
|
||||
| Median home value | 80100 |
|
||||
| Gini index | 0.5624 |
|
||||
| Vacancy rate | 23.64 |
|
||||
| White | 3794 |
|
||||
| Black | 0 |
|
||||
| Asian | 7 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 3 |
|
||||
| Bachelor's or higher | 273 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pendleton County, KY"
|
||||
classification: county
|
||||
fips: "21191"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 14723
|
||||
population_under_18: 3427
|
||||
population_18_64: 8723
|
||||
population_65_plus: 2573
|
||||
median_household_income: 64669
|
||||
poverty_rate: 15.91
|
||||
homeownership_rate: 74.66
|
||||
unemployment_rate: 4.52
|
||||
median_home_value: 159800
|
||||
gini_index: 0.4322
|
||||
vacancy_rate: 13.61
|
||||
race_white: 13685
|
||||
race_black: 76
|
||||
race_asian: 35
|
||||
race_native: 8
|
||||
hispanic: 237
|
||||
bachelors_plus: 2019
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pendleton County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14723 |
|
||||
| Under 18 | 3427 |
|
||||
| 18–64 | 8723 |
|
||||
| 65+ | 2573 |
|
||||
| Median household income | 64669 |
|
||||
| Poverty rate | 15.91 |
|
||||
| Homeownership rate | 74.66 |
|
||||
| Unemployment rate | 4.52 |
|
||||
| Median home value | 159800 |
|
||||
| Gini index | 0.4322 |
|
||||
| Vacancy rate | 13.61 |
|
||||
| White | 13685 |
|
||||
| Black | 76 |
|
||||
| Asian | 35 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 237 |
|
||||
| Bachelor's or higher | 2019 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Perry County, KY"
|
||||
classification: county
|
||||
fips: "21193"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 27499
|
||||
population_under_18: 6435
|
||||
population_18_64: 16116
|
||||
population_65_plus: 4948
|
||||
median_household_income: 42181
|
||||
poverty_rate: 26.84
|
||||
homeownership_rate: 70.41
|
||||
unemployment_rate: 5.78
|
||||
median_home_value: 91800
|
||||
gini_index: 0.5575
|
||||
vacancy_rate: 16.68
|
||||
race_white: 25765
|
||||
race_black: 470
|
||||
race_asian: 165
|
||||
race_native: 34
|
||||
hispanic: 67
|
||||
bachelors_plus: 4497
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Perry County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27499 |
|
||||
| Under 18 | 6435 |
|
||||
| 18–64 | 16116 |
|
||||
| 65+ | 4948 |
|
||||
| Median household income | 42181 |
|
||||
| Poverty rate | 26.84 |
|
||||
| Homeownership rate | 70.41 |
|
||||
| Unemployment rate | 5.78 |
|
||||
| Median home value | 91800 |
|
||||
| Gini index | 0.5575 |
|
||||
| Vacancy rate | 16.68 |
|
||||
| White | 25765 |
|
||||
| Black | 470 |
|
||||
| Asian | 165 |
|
||||
| Native | 34 |
|
||||
| Hispanic/Latino | 67 |
|
||||
| Bachelor's or higher | 4497 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pike County, KY"
|
||||
classification: county
|
||||
fips: "21195"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 56727
|
||||
population_under_18: 11494
|
||||
population_18_64: 33832
|
||||
population_65_plus: 11401
|
||||
median_household_income: 44312
|
||||
poverty_rate: 24.38
|
||||
homeownership_rate: 75.3
|
||||
unemployment_rate: 5.18
|
||||
median_home_value: 112000
|
||||
gini_index: 0.4997
|
||||
vacancy_rate: 16.39
|
||||
race_white: 53385
|
||||
race_black: 358
|
||||
race_asian: 324
|
||||
race_native: 39
|
||||
hispanic: 712
|
||||
bachelors_plus: 10515
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pike County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 56727 |
|
||||
| Under 18 | 11494 |
|
||||
| 18–64 | 33832 |
|
||||
| 65+ | 11401 |
|
||||
| Median household income | 44312 |
|
||||
| Poverty rate | 24.38 |
|
||||
| Homeownership rate | 75.3 |
|
||||
| Unemployment rate | 5.18 |
|
||||
| Median home value | 112000 |
|
||||
| Gini index | 0.4997 |
|
||||
| Vacancy rate | 16.39 |
|
||||
| White | 53385 |
|
||||
| Black | 358 |
|
||||
| Asian | 324 |
|
||||
| Native | 39 |
|
||||
| Hispanic/Latino | 712 |
|
||||
| Bachelor's or higher | 10515 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Powell County, KY"
|
||||
classification: county
|
||||
fips: "21197"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 13038
|
||||
population_under_18: 3230
|
||||
population_18_64: 7695
|
||||
population_65_plus: 2113
|
||||
median_household_income: 40309
|
||||
poverty_rate: 22.48
|
||||
homeownership_rate: 68.25
|
||||
unemployment_rate: 5.77
|
||||
median_home_value: 141100
|
||||
gini_index: 0.4672
|
||||
vacancy_rate: 15.18
|
||||
race_white: 12345
|
||||
race_black: 264
|
||||
race_asian: 0
|
||||
race_native: 19
|
||||
hispanic: 214
|
||||
bachelors_plus: 1706
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Powell County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13038 |
|
||||
| Under 18 | 3230 |
|
||||
| 18–64 | 7695 |
|
||||
| 65+ | 2113 |
|
||||
| Median household income | 40309 |
|
||||
| Poverty rate | 22.48 |
|
||||
| Homeownership rate | 68.25 |
|
||||
| Unemployment rate | 5.77 |
|
||||
| Median home value | 141100 |
|
||||
| Gini index | 0.4672 |
|
||||
| Vacancy rate | 15.18 |
|
||||
| White | 12345 |
|
||||
| Black | 264 |
|
||||
| Asian | 0 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 214 |
|
||||
| Bachelor's or higher | 1706 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pulaski County, KY"
|
||||
classification: county
|
||||
fips: "21199"
|
||||
state: "KY"
|
||||
demographics:
|
||||
population: 65897
|
||||
population_under_18: 14636
|
||||
population_18_64: 38436
|
||||
population_65_plus: 12825
|
||||
median_household_income: 51898
|
||||
poverty_rate: 19.71
|
||||
homeownership_rate: 72.48
|
||||
unemployment_rate: 4.94
|
||||
median_home_value: 166900
|
||||
gini_index: 0.474
|
||||
vacancy_rate: 17.38
|
||||
race_white: 61777
|
||||
race_black: 551
|
||||
race_asian: 535
|
||||
race_native: 106
|
||||
hispanic: 2040
|
||||
bachelors_plus: 12108
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ky]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pulaski County, KY
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 65897 |
|
||||
| Under 18 | 14636 |
|
||||
| 18–64 | 38436 |
|
||||
| 65+ | 12825 |
|
||||
| Median household income | 51898 |
|
||||
| Poverty rate | 19.71 |
|
||||
| Homeownership rate | 72.48 |
|
||||
| Unemployment rate | 4.94 |
|
||||
| Median home value | 166900 |
|
||||
| Gini index | 0.474 |
|
||||
| Vacancy rate | 17.38 |
|
||||
| White | 61777 |
|
||||
| Black | 551 |
|
||||
| Asian | 535 |
|
||||
| Native | 106 |
|
||||
| Hispanic/Latino | 2040 |
|
||||
| Bachelor's or higher | 12108 |
|
||||
|
||||
## 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