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,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bill Hill"
|
||||
description: "U.S. House candidate, AK-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AK"
|
||||
district: "AK-00"
|
||||
party: "IND"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BILL HILL FOR ALASKANS"
|
||||
id: "C00935437"
|
||||
ids:
|
||||
fec: "H6AK01092"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bill Hill
|
||||
|
||||
Independent challenger for U.S. House (AK-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BILL HILL FOR ALASKANS (C00935437)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dan Sullivan"
|
||||
description: "U.S. Senate candidate, AK (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AK"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALASKANS FOR DAN SULLIVAN"
|
||||
id: "C00570994"
|
||||
ids:
|
||||
fec: "S4AK00214"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dan Sullivan
|
||||
|
||||
Republican incumbent for U.S. Senate (AK), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALASKANS FOR DAN SULLIVAN (C00570994)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mary Peltola"
|
||||
description: "U.S. Senate candidate, AK (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AK"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALASKANS FOR MARY"
|
||||
id: "C00933978"
|
||||
ids:
|
||||
fec: "S6AK00276"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mary Peltola
|
||||
|
||||
Democratic challenger for U.S. Senate (AK), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALASKANS FOR MARY (C00933978)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mary Peltola"
|
||||
description: "U.S. House candidate, AK-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AK"
|
||||
district: "AK-00"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARY PELTOLA FOR ALASKA"
|
||||
id: "C00812388"
|
||||
ids:
|
||||
fec: "H2AK01158"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mary Peltola
|
||||
|
||||
Democratic challenger for U.S. House (AK-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARY PELTOLA FOR ALASKA (C00812388)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Damian Schultz"
|
||||
description: "U.S. House candidate, AK-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AK"
|
||||
district: "AK-00"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATT SCHULTZ FOR ALASKA"
|
||||
id: "C00923714"
|
||||
ids:
|
||||
fec: "H6AK01084"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Damian Schultz
|
||||
|
||||
Democratic challenger for U.S. House (AK-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATT SCHULTZ FOR ALASKA (C00923714)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nicholas Iii Begich"
|
||||
description: "U.S. House candidate, AK-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AK"
|
||||
district: "AK-00"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALASKANS FOR NICK BEGICH"
|
||||
id: "C00792341"
|
||||
ids:
|
||||
fec: "H2AK01083"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nicholas Iii Begich
|
||||
|
||||
Republican incumbent for U.S. House (AK-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALASKANS FOR NICK BEGICH (C00792341)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Aleutians East Borough, AK"
|
||||
classification: county
|
||||
fips: "02013"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 3491
|
||||
population_under_18: 540
|
||||
population_18_64: 1389
|
||||
population_65_plus: 1562
|
||||
median_household_income: 65365
|
||||
poverty_rate: 13.22
|
||||
homeownership_rate: 64.21
|
||||
unemployment_rate: 8.35
|
||||
median_home_value: 135500
|
||||
gini_index: 0.4008
|
||||
vacancy_rate: 16.06
|
||||
race_white: 606
|
||||
race_black: 108
|
||||
race_asian: 664
|
||||
race_native: 1395
|
||||
hispanic: 303
|
||||
bachelors_plus: 630
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Aleutians East Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3491 |
|
||||
| Under 18 | 540 |
|
||||
| 18–64 | 1389 |
|
||||
| 65+ | 1562 |
|
||||
| Median household income | 65365 |
|
||||
| Poverty rate | 13.22 |
|
||||
| Homeownership rate | 64.21 |
|
||||
| Unemployment rate | 8.35 |
|
||||
| Median home value | 135500 |
|
||||
| Gini index | 0.4008 |
|
||||
| Vacancy rate | 16.06 |
|
||||
| White | 606 |
|
||||
| Black | 108 |
|
||||
| Asian | 664 |
|
||||
| Native | 1395 |
|
||||
| Hispanic/Latino | 303 |
|
||||
| Bachelor's or higher | 630 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Aleutians West Census Area, AK"
|
||||
classification: county
|
||||
fips: "02016"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 5235
|
||||
population_under_18: 683
|
||||
population_18_64: 2414
|
||||
population_65_plus: 2138
|
||||
median_household_income: 135500
|
||||
poverty_rate: 11.31
|
||||
homeownership_rate: 33.47
|
||||
unemployment_rate: 4.31
|
||||
median_home_value: 434700
|
||||
gini_index: 0.3569
|
||||
vacancy_rate: 29.5
|
||||
race_white: 1276
|
||||
race_black: 369
|
||||
race_asian: 2079
|
||||
race_native: 435
|
||||
hispanic: 715
|
||||
bachelors_plus: 892
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Aleutians West Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5235 |
|
||||
| Under 18 | 683 |
|
||||
| 18–64 | 2414 |
|
||||
| 65+ | 2138 |
|
||||
| Median household income | 135500 |
|
||||
| Poverty rate | 11.31 |
|
||||
| Homeownership rate | 33.47 |
|
||||
| Unemployment rate | 4.31 |
|
||||
| Median home value | 434700 |
|
||||
| Gini index | 0.3569 |
|
||||
| Vacancy rate | 29.5 |
|
||||
| White | 1276 |
|
||||
| Black | 369 |
|
||||
| Asian | 2079 |
|
||||
| Native | 435 |
|
||||
| Hispanic/Latino | 715 |
|
||||
| Bachelor's or higher | 892 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Anchorage Municipality, AK"
|
||||
classification: county
|
||||
fips: "02020"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 289600
|
||||
population_under_18: 72888
|
||||
population_18_64: 112934
|
||||
population_65_plus: 103778
|
||||
median_household_income: 105356
|
||||
poverty_rate: 8.33
|
||||
homeownership_rate: 61.96
|
||||
unemployment_rate: 4.84
|
||||
median_home_value: 429600
|
||||
gini_index: 0.4463
|
||||
vacancy_rate: 9.68
|
||||
race_white: 161675
|
||||
race_black: 11072
|
||||
race_asian: 28057
|
||||
race_native: 22259
|
||||
hispanic: 28654
|
||||
bachelors_plus: 110116
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Anchorage Municipality, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 289600 |
|
||||
| Under 18 | 72888 |
|
||||
| 18–64 | 112934 |
|
||||
| 65+ | 103778 |
|
||||
| Median household income | 105356 |
|
||||
| Poverty rate | 8.33 |
|
||||
| Homeownership rate | 61.96 |
|
||||
| Unemployment rate | 4.84 |
|
||||
| Median home value | 429600 |
|
||||
| Gini index | 0.4463 |
|
||||
| Vacancy rate | 9.68 |
|
||||
| White | 161675 |
|
||||
| Black | 11072 |
|
||||
| Asian | 28057 |
|
||||
| Native | 22259 |
|
||||
| Hispanic/Latino | 28654 |
|
||||
| Bachelor's or higher | 110116 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bethel Census Area, AK"
|
||||
classification: county
|
||||
fips: "02050"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 18394
|
||||
population_under_18: 6944
|
||||
population_18_64: 6234
|
||||
population_65_plus: 5216
|
||||
median_household_income: 73996
|
||||
poverty_rate: 25.61
|
||||
homeownership_rate: 61.56
|
||||
unemployment_rate: 15.94
|
||||
median_home_value: 168100
|
||||
gini_index: 0.4476
|
||||
vacancy_rate: 19.68
|
||||
race_white: 1529
|
||||
race_black: 228
|
||||
race_asian: 289
|
||||
race_native: 15445
|
||||
hispanic: 270
|
||||
bachelors_plus: 1792
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bethel Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18394 |
|
||||
| Under 18 | 6944 |
|
||||
| 18–64 | 6234 |
|
||||
| 65+ | 5216 |
|
||||
| Median household income | 73996 |
|
||||
| Poverty rate | 25.61 |
|
||||
| Homeownership rate | 61.56 |
|
||||
| Unemployment rate | 15.94 |
|
||||
| Median home value | 168100 |
|
||||
| Gini index | 0.4476 |
|
||||
| Vacancy rate | 19.68 |
|
||||
| White | 1529 |
|
||||
| Black | 228 |
|
||||
| Asian | 289 |
|
||||
| Native | 15445 |
|
||||
| Hispanic/Latino | 270 |
|
||||
| Bachelor's or higher | 1792 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bristol Bay Borough, AK"
|
||||
classification: county
|
||||
fips: "02060"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 918
|
||||
population_under_18: 143
|
||||
population_18_64: 344
|
||||
population_65_plus: 431
|
||||
median_household_income: 95625
|
||||
poverty_rate: 9.25
|
||||
homeownership_rate: 53.61
|
||||
unemployment_rate: 4.36
|
||||
median_home_value: 245800
|
||||
gini_index: 0.4486
|
||||
vacancy_rate: 63.53
|
||||
race_white: 447
|
||||
race_black: 5
|
||||
race_asian: 92
|
||||
race_native: 194
|
||||
hispanic: 46
|
||||
bachelors_plus: 182
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bristol Bay Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 918 |
|
||||
| Under 18 | 143 |
|
||||
| 18–64 | 344 |
|
||||
| 65+ | 431 |
|
||||
| Median household income | 95625 |
|
||||
| Poverty rate | 9.25 |
|
||||
| Homeownership rate | 53.61 |
|
||||
| Unemployment rate | 4.36 |
|
||||
| Median home value | 245800 |
|
||||
| Gini index | 0.4486 |
|
||||
| Vacancy rate | 63.53 |
|
||||
| White | 447 |
|
||||
| Black | 5 |
|
||||
| Asian | 92 |
|
||||
| Native | 194 |
|
||||
| Hispanic/Latino | 46 |
|
||||
| Bachelor's or higher | 182 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Denali Borough, AK"
|
||||
classification: county
|
||||
fips: "02068"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 1969
|
||||
population_under_18: 311
|
||||
population_18_64: 1060
|
||||
population_65_plus: 598
|
||||
median_household_income: 80781
|
||||
poverty_rate: 8.26
|
||||
homeownership_rate: 64.96
|
||||
unemployment_rate: 0.91
|
||||
median_home_value: 275000
|
||||
gini_index: 0.4297
|
||||
vacancy_rate: 56.57
|
||||
race_white: 1444
|
||||
race_black: 53
|
||||
race_asian: 43
|
||||
race_native: 57
|
||||
hispanic: 160
|
||||
bachelors_plus: 541
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Denali Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1969 |
|
||||
| Under 18 | 311 |
|
||||
| 18–64 | 1060 |
|
||||
| 65+ | 598 |
|
||||
| Median household income | 80781 |
|
||||
| Poverty rate | 8.26 |
|
||||
| Homeownership rate | 64.96 |
|
||||
| Unemployment rate | 0.91 |
|
||||
| Median home value | 275000 |
|
||||
| Gini index | 0.4297 |
|
||||
| Vacancy rate | 56.57 |
|
||||
| White | 1444 |
|
||||
| Black | 53 |
|
||||
| Asian | 43 |
|
||||
| Native | 57 |
|
||||
| Hispanic/Latino | 160 |
|
||||
| Bachelor's or higher | 541 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dillingham Census Area, AK"
|
||||
classification: county
|
||||
fips: "02070"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 4724
|
||||
population_under_18: 1582
|
||||
population_18_64: 1552
|
||||
population_65_plus: 1590
|
||||
median_household_income: 78533
|
||||
poverty_rate: 19.46
|
||||
homeownership_rate: 61.37
|
||||
unemployment_rate: 10.54
|
||||
median_home_value: 159000
|
||||
gini_index: 0.4359
|
||||
vacancy_rate: 41.52
|
||||
race_white: 725
|
||||
race_black: 32
|
||||
race_asian: 86
|
||||
race_native: 3361
|
||||
hispanic: 177
|
||||
bachelors_plus: 686
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dillingham Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4724 |
|
||||
| Under 18 | 1582 |
|
||||
| 18–64 | 1552 |
|
||||
| 65+ | 1590 |
|
||||
| Median household income | 78533 |
|
||||
| Poverty rate | 19.46 |
|
||||
| Homeownership rate | 61.37 |
|
||||
| Unemployment rate | 10.54 |
|
||||
| Median home value | 159000 |
|
||||
| Gini index | 0.4359 |
|
||||
| Vacancy rate | 41.52 |
|
||||
| White | 725 |
|
||||
| Black | 32 |
|
||||
| Asian | 86 |
|
||||
| Native | 3361 |
|
||||
| Hispanic/Latino | 177 |
|
||||
| Bachelor's or higher | 686 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fairbanks North Star Borough, AK"
|
||||
classification: county
|
||||
fips: "02090"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 94951
|
||||
population_under_18: 24311
|
||||
population_18_64: 39353
|
||||
population_65_plus: 31287
|
||||
median_household_income: 92121
|
||||
poverty_rate: 4.98
|
||||
homeownership_rate: 64.68
|
||||
unemployment_rate: 5.68
|
||||
median_home_value: 329200
|
||||
gini_index: 0.403
|
||||
vacancy_rate: 14.9
|
||||
race_white: 63632
|
||||
race_black: 3574
|
||||
race_asian: 3316
|
||||
race_native: 7072
|
||||
hispanic: 8742
|
||||
bachelors_plus: 29569
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fairbanks North Star Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 94951 |
|
||||
| Under 18 | 24311 |
|
||||
| 18–64 | 39353 |
|
||||
| 65+ | 31287 |
|
||||
| Median household income | 92121 |
|
||||
| Poverty rate | 4.98 |
|
||||
| Homeownership rate | 64.68 |
|
||||
| Unemployment rate | 5.68 |
|
||||
| Median home value | 329200 |
|
||||
| Gini index | 0.403 |
|
||||
| Vacancy rate | 14.9 |
|
||||
| White | 63632 |
|
||||
| Black | 3574 |
|
||||
| Asian | 3316 |
|
||||
| Native | 7072 |
|
||||
| Hispanic/Latino | 8742 |
|
||||
| Bachelor's or higher | 29569 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Haines Borough, AK"
|
||||
classification: county
|
||||
fips: "02100"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 2086
|
||||
population_under_18: 471
|
||||
population_18_64: 353
|
||||
population_65_plus: 1262
|
||||
median_household_income: 86927
|
||||
poverty_rate: 5.45
|
||||
homeownership_rate: 78.47
|
||||
unemployment_rate: 4.67
|
||||
median_home_value: 293300
|
||||
gini_index: 0.3877
|
||||
vacancy_rate: 34.66
|
||||
race_white: 1515
|
||||
race_black: 12
|
||||
race_asian: 125
|
||||
race_native: 129
|
||||
hispanic: 96
|
||||
bachelors_plus: 761
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Haines Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2086 |
|
||||
| Under 18 | 471 |
|
||||
| 18–64 | 353 |
|
||||
| 65+ | 1262 |
|
||||
| Median household income | 86927 |
|
||||
| Poverty rate | 5.45 |
|
||||
| Homeownership rate | 78.47 |
|
||||
| Unemployment rate | 4.67 |
|
||||
| Median home value | 293300 |
|
||||
| Gini index | 0.3877 |
|
||||
| Vacancy rate | 34.66 |
|
||||
| White | 1515 |
|
||||
| Black | 12 |
|
||||
| Asian | 125 |
|
||||
| Native | 129 |
|
||||
| Hispanic/Latino | 96 |
|
||||
| Bachelor's or higher | 761 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hoonah-Angoon Census Area, AK"
|
||||
classification: county
|
||||
fips: "02105"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 2311
|
||||
population_under_18: 427
|
||||
population_18_64: 604
|
||||
population_65_plus: 1280
|
||||
median_household_income: 61406
|
||||
poverty_rate: 14.25
|
||||
homeownership_rate: 71.97
|
||||
unemployment_rate: 15.85
|
||||
median_home_value: 262800
|
||||
gini_index: 0.4301
|
||||
vacancy_rate: 47.29
|
||||
race_white: 1144
|
||||
race_black: 14
|
||||
race_asian: 61
|
||||
race_native: 607
|
||||
hispanic: 255
|
||||
bachelors_plus: 561
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hoonah-Angoon Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2311 |
|
||||
| Under 18 | 427 |
|
||||
| 18–64 | 604 |
|
||||
| 65+ | 1280 |
|
||||
| Median household income | 61406 |
|
||||
| Poverty rate | 14.25 |
|
||||
| Homeownership rate | 71.97 |
|
||||
| Unemployment rate | 15.85 |
|
||||
| Median home value | 262800 |
|
||||
| Gini index | 0.4301 |
|
||||
| Vacancy rate | 47.29 |
|
||||
| White | 1144 |
|
||||
| Black | 14 |
|
||||
| Asian | 61 |
|
||||
| Native | 607 |
|
||||
| Hispanic/Latino | 255 |
|
||||
| Bachelor's or higher | 561 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Juneau City and Borough, AK"
|
||||
classification: county
|
||||
fips: "02110"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 31794
|
||||
population_under_18: 7331
|
||||
population_18_64: 10944
|
||||
population_65_plus: 13519
|
||||
median_household_income: 101661
|
||||
poverty_rate: 8.91
|
||||
homeownership_rate: 63.61
|
||||
unemployment_rate: 4.01
|
||||
median_home_value: 449300
|
||||
gini_index: 0.4237
|
||||
vacancy_rate: 7.59
|
||||
race_white: 19888
|
||||
race_black: 226
|
||||
race_asian: 2383
|
||||
race_native: 2786
|
||||
hispanic: 2245
|
||||
bachelors_plus: 12922
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Juneau City and Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31794 |
|
||||
| Under 18 | 7331 |
|
||||
| 18–64 | 10944 |
|
||||
| 65+ | 13519 |
|
||||
| Median household income | 101661 |
|
||||
| Poverty rate | 8.91 |
|
||||
| Homeownership rate | 63.61 |
|
||||
| Unemployment rate | 4.01 |
|
||||
| Median home value | 449300 |
|
||||
| Gini index | 0.4237 |
|
||||
| Vacancy rate | 7.59 |
|
||||
| White | 19888 |
|
||||
| Black | 226 |
|
||||
| Asian | 2383 |
|
||||
| Native | 2786 |
|
||||
| Hispanic/Latino | 2245 |
|
||||
| Bachelor's or higher | 12922 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kenai Peninsula Borough, AK"
|
||||
classification: county
|
||||
fips: "02122"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 60413
|
||||
population_under_18: 14505
|
||||
population_18_64: 18355
|
||||
population_65_plus: 27553
|
||||
median_household_income: 80538
|
||||
poverty_rate: 11.81
|
||||
homeownership_rate: 77.02
|
||||
unemployment_rate: 6.99
|
||||
median_home_value: 323200
|
||||
gini_index: 0.4509
|
||||
vacancy_rate: 25.78
|
||||
race_white: 47520
|
||||
race_black: 364
|
||||
race_asian: 1110
|
||||
race_native: 3775
|
||||
hispanic: 2654
|
||||
bachelors_plus: 17215
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kenai Peninsula Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 60413 |
|
||||
| Under 18 | 14505 |
|
||||
| 18–64 | 18355 |
|
||||
| 65+ | 27553 |
|
||||
| Median household income | 80538 |
|
||||
| Poverty rate | 11.81 |
|
||||
| Homeownership rate | 77.02 |
|
||||
| Unemployment rate | 6.99 |
|
||||
| Median home value | 323200 |
|
||||
| Gini index | 0.4509 |
|
||||
| Vacancy rate | 25.78 |
|
||||
| White | 47520 |
|
||||
| Black | 364 |
|
||||
| Asian | 1110 |
|
||||
| Native | 3775 |
|
||||
| Hispanic/Latino | 2654 |
|
||||
| Bachelor's or higher | 17215 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ketchikan Gateway Borough, AK"
|
||||
classification: county
|
||||
fips: "02130"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 13768
|
||||
population_under_18: 3171
|
||||
population_18_64: 4534
|
||||
population_65_plus: 6063
|
||||
median_household_income: 92885
|
||||
poverty_rate: 8.69
|
||||
homeownership_rate: 68.61
|
||||
unemployment_rate: 3.12
|
||||
median_home_value: 393300
|
||||
gini_index: 0.4229
|
||||
vacancy_rate: 14.42
|
||||
race_white: 8602
|
||||
race_black: 66
|
||||
race_asian: 1220
|
||||
race_native: 1734
|
||||
hispanic: 744
|
||||
bachelors_plus: 3688
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ketchikan Gateway Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13768 |
|
||||
| Under 18 | 3171 |
|
||||
| 18–64 | 4534 |
|
||||
| 65+ | 6063 |
|
||||
| Median household income | 92885 |
|
||||
| Poverty rate | 8.69 |
|
||||
| Homeownership rate | 68.61 |
|
||||
| Unemployment rate | 3.12 |
|
||||
| Median home value | 393300 |
|
||||
| Gini index | 0.4229 |
|
||||
| Vacancy rate | 14.42 |
|
||||
| White | 8602 |
|
||||
| Black | 66 |
|
||||
| Asian | 1220 |
|
||||
| Native | 1734 |
|
||||
| Hispanic/Latino | 744 |
|
||||
| Bachelor's or higher | 3688 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kodiak Island Borough, AK"
|
||||
classification: county
|
||||
fips: "02150"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 12771
|
||||
population_under_18: 3318
|
||||
population_18_64: 5167
|
||||
population_65_plus: 4286
|
||||
median_household_income: 86250
|
||||
poverty_rate: 8.7
|
||||
homeownership_rate: 61.08
|
||||
unemployment_rate: 5.01
|
||||
median_home_value: 412300
|
||||
gini_index: 0.4447
|
||||
vacancy_rate: 20.74
|
||||
race_white: 6268
|
||||
race_black: 87
|
||||
race_asian: 2835
|
||||
race_native: 1336
|
||||
hispanic: 1064
|
||||
bachelors_plus: 3182
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kodiak Island Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12771 |
|
||||
| Under 18 | 3318 |
|
||||
| 18–64 | 5167 |
|
||||
| 65+ | 4286 |
|
||||
| Median household income | 86250 |
|
||||
| Poverty rate | 8.7 |
|
||||
| Homeownership rate | 61.08 |
|
||||
| Unemployment rate | 5.01 |
|
||||
| Median home value | 412300 |
|
||||
| Gini index | 0.4447 |
|
||||
| Vacancy rate | 20.74 |
|
||||
| White | 6268 |
|
||||
| Black | 87 |
|
||||
| Asian | 2835 |
|
||||
| Native | 1336 |
|
||||
| Hispanic/Latino | 1064 |
|
||||
| Bachelor's or higher | 3182 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lake and Peninsula Borough, AK"
|
||||
classification: county
|
||||
fips: "02164"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 1013
|
||||
population_under_18: 267
|
||||
population_18_64: 439
|
||||
population_65_plus: 307
|
||||
median_household_income: 65625
|
||||
poverty_rate: 12.8
|
||||
homeownership_rate: 65.43
|
||||
unemployment_rate: 8.59
|
||||
median_home_value: 237500
|
||||
gini_index: 0.4261
|
||||
vacancy_rate: 75.75
|
||||
race_white: 174
|
||||
race_black: 14
|
||||
race_asian: 19
|
||||
race_native: 455
|
||||
hispanic: 28
|
||||
bachelors_plus: 143
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lake and Peninsula Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1013 |
|
||||
| Under 18 | 267 |
|
||||
| 18–64 | 439 |
|
||||
| 65+ | 307 |
|
||||
| Median household income | 65625 |
|
||||
| Poverty rate | 12.8 |
|
||||
| Homeownership rate | 65.43 |
|
||||
| Unemployment rate | 8.59 |
|
||||
| Median home value | 237500 |
|
||||
| Gini index | 0.4261 |
|
||||
| Vacancy rate | 75.75 |
|
||||
| White | 174 |
|
||||
| Black | 14 |
|
||||
| Asian | 19 |
|
||||
| Native | 455 |
|
||||
| Hispanic/Latino | 28 |
|
||||
| Bachelor's or higher | 143 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Matanuska-Susitna Borough, AK"
|
||||
classification: county
|
||||
fips: "02170"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 117613
|
||||
population_under_18: 32803
|
||||
population_18_64: 39763
|
||||
population_65_plus: 45047
|
||||
median_household_income: 96643
|
||||
poverty_rate: 9.0
|
||||
homeownership_rate: 80.05
|
||||
unemployment_rate: 4.79
|
||||
median_home_value: 379500
|
||||
gini_index: 0.4264
|
||||
vacancy_rate: 23.2
|
||||
race_white: 88929
|
||||
race_black: 1371
|
||||
race_asian: 1788
|
||||
race_native: 7674
|
||||
hispanic: 6817
|
||||
bachelors_plus: 28406
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matanuska-Susitna Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 117613 |
|
||||
| Under 18 | 32803 |
|
||||
| 18–64 | 39763 |
|
||||
| 65+ | 45047 |
|
||||
| Median household income | 96643 |
|
||||
| Poverty rate | 9.0 |
|
||||
| Homeownership rate | 80.05 |
|
||||
| Unemployment rate | 4.79 |
|
||||
| Median home value | 379500 |
|
||||
| Gini index | 0.4264 |
|
||||
| Vacancy rate | 23.2 |
|
||||
| White | 88929 |
|
||||
| Black | 1371 |
|
||||
| Asian | 1788 |
|
||||
| Native | 7674 |
|
||||
| Hispanic/Latino | 6817 |
|
||||
| Bachelor's or higher | 28406 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nome Census Area, AK"
|
||||
classification: county
|
||||
fips: "02180"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 9866
|
||||
population_under_18: 3604
|
||||
population_18_64: 3478
|
||||
population_65_plus: 2784
|
||||
median_household_income: 78681
|
||||
poverty_rate: 21.51
|
||||
homeownership_rate: 66.83
|
||||
unemployment_rate: 16.88
|
||||
median_home_value: 211200
|
||||
gini_index: 0.439
|
||||
vacancy_rate: 31.35
|
||||
race_white: 1354
|
||||
race_black: 63
|
||||
race_asian: 172
|
||||
race_native: 7301
|
||||
hispanic: 214
|
||||
bachelors_plus: 1106
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nome Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9866 |
|
||||
| Under 18 | 3604 |
|
||||
| 18–64 | 3478 |
|
||||
| 65+ | 2784 |
|
||||
| Median household income | 78681 |
|
||||
| Poverty rate | 21.51 |
|
||||
| Homeownership rate | 66.83 |
|
||||
| Unemployment rate | 16.88 |
|
||||
| Median home value | 211200 |
|
||||
| Gini index | 0.439 |
|
||||
| Vacancy rate | 31.35 |
|
||||
| White | 1354 |
|
||||
| Black | 63 |
|
||||
| Asian | 172 |
|
||||
| Native | 7301 |
|
||||
| Hispanic/Latino | 214 |
|
||||
| Bachelor's or higher | 1106 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "North Slope Borough, AK"
|
||||
classification: county
|
||||
fips: "02185"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 10810
|
||||
population_under_18: 3096
|
||||
population_18_64: 4025
|
||||
population_65_plus: 3689
|
||||
median_household_income: 95694
|
||||
poverty_rate: 11.07
|
||||
homeownership_rate: 49.15
|
||||
unemployment_rate: 7.6
|
||||
median_home_value: 218300
|
||||
gini_index: 0.4471
|
||||
vacancy_rate: 13.66
|
||||
race_white: 3401
|
||||
race_black: 194
|
||||
race_asian: 598
|
||||
race_native: 5413
|
||||
hispanic: 583
|
||||
bachelors_plus: 1541
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# North Slope Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10810 |
|
||||
| Under 18 | 3096 |
|
||||
| 18–64 | 4025 |
|
||||
| 65+ | 3689 |
|
||||
| Median household income | 95694 |
|
||||
| Poverty rate | 11.07 |
|
||||
| Homeownership rate | 49.15 |
|
||||
| Unemployment rate | 7.6 |
|
||||
| Median home value | 218300 |
|
||||
| Gini index | 0.4471 |
|
||||
| Vacancy rate | 13.66 |
|
||||
| White | 3401 |
|
||||
| Black | 194 |
|
||||
| Asian | 598 |
|
||||
| Native | 5413 |
|
||||
| Hispanic/Latino | 583 |
|
||||
| Bachelor's or higher | 1541 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Northwest Arctic Borough, AK"
|
||||
classification: county
|
||||
fips: "02188"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 7441
|
||||
population_under_18: 2984
|
||||
population_18_64: 2383
|
||||
population_65_plus: 2074
|
||||
median_household_income: 84018
|
||||
poverty_rate: 17.86
|
||||
homeownership_rate: 64.38
|
||||
unemployment_rate: 16.66
|
||||
median_home_value: 199100
|
||||
gini_index: 0.4251
|
||||
vacancy_rate: 33.49
|
||||
race_white: 726
|
||||
race_black: 42
|
||||
race_asian: 116
|
||||
race_native: 5997
|
||||
hispanic: 173
|
||||
bachelors_plus: 593
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Northwest Arctic Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7441 |
|
||||
| Under 18 | 2984 |
|
||||
| 18–64 | 2383 |
|
||||
| 65+ | 2074 |
|
||||
| Median household income | 84018 |
|
||||
| Poverty rate | 17.86 |
|
||||
| Homeownership rate | 64.38 |
|
||||
| Unemployment rate | 16.66 |
|
||||
| Median home value | 199100 |
|
||||
| Gini index | 0.4251 |
|
||||
| Vacancy rate | 33.49 |
|
||||
| White | 726 |
|
||||
| Black | 42 |
|
||||
| Asian | 116 |
|
||||
| Native | 5997 |
|
||||
| Hispanic/Latino | 173 |
|
||||
| Bachelor's or higher | 593 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Petersburg Borough, AK"
|
||||
classification: county
|
||||
fips: "02195"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 3409
|
||||
population_under_18: 720
|
||||
population_18_64: 962
|
||||
population_65_plus: 1727
|
||||
median_household_income: 75125
|
||||
poverty_rate: 6.97
|
||||
homeownership_rate: 65.72
|
||||
unemployment_rate: 3.77
|
||||
median_home_value: 315100
|
||||
gini_index: 0.3826
|
||||
vacancy_rate: 26.41
|
||||
race_white: 2160
|
||||
race_black: 45
|
||||
race_asian: 424
|
||||
race_native: 261
|
||||
hispanic: 371
|
||||
bachelors_plus: 849
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Petersburg Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3409 |
|
||||
| Under 18 | 720 |
|
||||
| 18–64 | 962 |
|
||||
| 65+ | 1727 |
|
||||
| Median household income | 75125 |
|
||||
| Poverty rate | 6.97 |
|
||||
| Homeownership rate | 65.72 |
|
||||
| Unemployment rate | 3.77 |
|
||||
| Median home value | 315100 |
|
||||
| Gini index | 0.3826 |
|
||||
| Vacancy rate | 26.41 |
|
||||
| White | 2160 |
|
||||
| Black | 45 |
|
||||
| Asian | 424 |
|
||||
| Native | 261 |
|
||||
| Hispanic/Latino | 371 |
|
||||
| Bachelor's or higher | 849 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Prince of Wales-Hyder Census Area, AK"
|
||||
classification: county
|
||||
fips: "02198"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 5715
|
||||
population_under_18: 1345
|
||||
population_18_64: 1599
|
||||
population_65_plus: 2771
|
||||
median_household_income: 61156
|
||||
poverty_rate: 12.7
|
||||
homeownership_rate: 70.57
|
||||
unemployment_rate: 7.65
|
||||
median_home_value: 225300
|
||||
gini_index: 0.4293
|
||||
vacancy_rate: 25.57
|
||||
race_white: 2503
|
||||
race_black: 14
|
||||
race_asian: 123
|
||||
race_native: 2107
|
||||
hispanic: 220
|
||||
bachelors_plus: 818
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Prince of Wales-Hyder Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5715 |
|
||||
| Under 18 | 1345 |
|
||||
| 18–64 | 1599 |
|
||||
| 65+ | 2771 |
|
||||
| Median household income | 61156 |
|
||||
| Poverty rate | 12.7 |
|
||||
| Homeownership rate | 70.57 |
|
||||
| Unemployment rate | 7.65 |
|
||||
| Median home value | 225300 |
|
||||
| Gini index | 0.4293 |
|
||||
| Vacancy rate | 25.57 |
|
||||
| White | 2503 |
|
||||
| Black | 14 |
|
||||
| Asian | 123 |
|
||||
| Native | 2107 |
|
||||
| Hispanic/Latino | 220 |
|
||||
| Bachelor's or higher | 818 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sitka City and Borough, AK"
|
||||
classification: county
|
||||
fips: "02220"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 8368
|
||||
population_under_18: 1766
|
||||
population_18_64: 2944
|
||||
population_65_plus: 3658
|
||||
median_household_income: 101727
|
||||
poverty_rate: 7.48
|
||||
homeownership_rate: 61.72
|
||||
unemployment_rate: 6.78
|
||||
median_home_value: 450300
|
||||
gini_index: 0.3647
|
||||
vacancy_rate: 17.33
|
||||
race_white: 4901
|
||||
race_black: 42
|
||||
race_asian: 720
|
||||
race_native: 641
|
||||
hispanic: 577
|
||||
bachelors_plus: 2901
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sitka City and Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8368 |
|
||||
| Under 18 | 1766 |
|
||||
| 18–64 | 2944 |
|
||||
| 65+ | 3658 |
|
||||
| Median household income | 101727 |
|
||||
| Poverty rate | 7.48 |
|
||||
| Homeownership rate | 61.72 |
|
||||
| Unemployment rate | 6.78 |
|
||||
| Median home value | 450300 |
|
||||
| Gini index | 0.3647 |
|
||||
| Vacancy rate | 17.33 |
|
||||
| White | 4901 |
|
||||
| Black | 42 |
|
||||
| Asian | 720 |
|
||||
| Native | 641 |
|
||||
| Hispanic/Latino | 577 |
|
||||
| Bachelor's or higher | 2901 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Skagway Municipality, AK"
|
||||
classification: county
|
||||
fips: "02230"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 1244
|
||||
population_under_18: 219
|
||||
population_18_64: 463
|
||||
population_65_plus: 562
|
||||
median_household_income: 81136
|
||||
poverty_rate: 5.87
|
||||
homeownership_rate: 70.89
|
||||
unemployment_rate: 9.14
|
||||
median_home_value: 435400
|
||||
gini_index: 0.4622
|
||||
vacancy_rate: 32.43
|
||||
race_white: 872
|
||||
race_black: 10
|
||||
race_asian: 100
|
||||
race_native: 69
|
||||
hispanic: 80
|
||||
bachelors_plus: 342
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Skagway Municipality, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1244 |
|
||||
| Under 18 | 219 |
|
||||
| 18–64 | 463 |
|
||||
| 65+ | 562 |
|
||||
| Median household income | 81136 |
|
||||
| Poverty rate | 5.87 |
|
||||
| Homeownership rate | 70.89 |
|
||||
| Unemployment rate | 9.14 |
|
||||
| Median home value | 435400 |
|
||||
| Gini index | 0.4622 |
|
||||
| Vacancy rate | 32.43 |
|
||||
| White | 872 |
|
||||
| Black | 10 |
|
||||
| Asian | 100 |
|
||||
| Native | 69 |
|
||||
| Hispanic/Latino | 80 |
|
||||
| Bachelor's or higher | 342 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Southeast Fairbanks Census Area, AK"
|
||||
classification: county
|
||||
fips: "02240"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 7068
|
||||
population_under_18: 1861
|
||||
population_18_64: 2294
|
||||
population_65_plus: 2913
|
||||
median_household_income: 73882
|
||||
poverty_rate: 12.7
|
||||
homeownership_rate: 74.69
|
||||
unemployment_rate: 6.47
|
||||
median_home_value: 282000
|
||||
gini_index: 0.4364
|
||||
vacancy_rate: 28.96
|
||||
race_white: 5243
|
||||
race_black: 57
|
||||
race_asian: 120
|
||||
race_native: 647
|
||||
hispanic: 421
|
||||
bachelors_plus: 1453
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Southeast Fairbanks Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7068 |
|
||||
| Under 18 | 1861 |
|
||||
| 18–64 | 2294 |
|
||||
| 65+ | 2913 |
|
||||
| Median household income | 73882 |
|
||||
| Poverty rate | 12.7 |
|
||||
| Homeownership rate | 74.69 |
|
||||
| Unemployment rate | 6.47 |
|
||||
| Median home value | 282000 |
|
||||
| Gini index | 0.4364 |
|
||||
| Vacancy rate | 28.96 |
|
||||
| White | 5243 |
|
||||
| Black | 57 |
|
||||
| Asian | 120 |
|
||||
| Native | 647 |
|
||||
| Hispanic/Latino | 421 |
|
||||
| Bachelor's or higher | 1453 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wrangell City and Borough, AK"
|
||||
classification: county
|
||||
fips: "02275"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 2088
|
||||
population_under_18: 456
|
||||
population_18_64: 532
|
||||
population_65_plus: 1100
|
||||
median_household_income: 63750
|
||||
poverty_rate: 12.09
|
||||
homeownership_rate: 59.12
|
||||
unemployment_rate: 4.33
|
||||
median_home_value: 296400
|
||||
gini_index: 0.4282
|
||||
vacancy_rate: 25.1
|
||||
race_white: 1186
|
||||
race_black: 2
|
||||
race_asian: 89
|
||||
race_native: 381
|
||||
hispanic: 79
|
||||
bachelors_plus: 417
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wrangell City and Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2088 |
|
||||
| Under 18 | 456 |
|
||||
| 18–64 | 532 |
|
||||
| 65+ | 1100 |
|
||||
| Median household income | 63750 |
|
||||
| Poverty rate | 12.09 |
|
||||
| Homeownership rate | 59.12 |
|
||||
| Unemployment rate | 4.33 |
|
||||
| Median home value | 296400 |
|
||||
| Gini index | 0.4282 |
|
||||
| Vacancy rate | 25.1 |
|
||||
| White | 1186 |
|
||||
| Black | 2 |
|
||||
| Asian | 89 |
|
||||
| Native | 381 |
|
||||
| Hispanic/Latino | 79 |
|
||||
| Bachelor's or higher | 417 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Yakutat City and Borough, AK"
|
||||
classification: county
|
||||
fips: "02282"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 527
|
||||
population_under_18: 67
|
||||
population_18_64: 204
|
||||
population_65_plus: 256
|
||||
median_household_income: 85000
|
||||
poverty_rate: 11.88
|
||||
homeownership_rate: 56.31
|
||||
unemployment_rate: 0.9
|
||||
median_home_value: 219400
|
||||
gini_index: 0.3579
|
||||
vacancy_rate: 48.24
|
||||
race_white: 133
|
||||
race_black: 25
|
||||
race_asian: 93
|
||||
race_native: 111
|
||||
hispanic: 46
|
||||
bachelors_plus: 84
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yakutat City and Borough, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 527 |
|
||||
| Under 18 | 67 |
|
||||
| 18–64 | 204 |
|
||||
| 65+ | 256 |
|
||||
| Median household income | 85000 |
|
||||
| Poverty rate | 11.88 |
|
||||
| Homeownership rate | 56.31 |
|
||||
| Unemployment rate | 0.9 |
|
||||
| Median home value | 219400 |
|
||||
| Gini index | 0.3579 |
|
||||
| Vacancy rate | 48.24 |
|
||||
| White | 133 |
|
||||
| Black | 25 |
|
||||
| Asian | 93 |
|
||||
| Native | 111 |
|
||||
| Hispanic/Latino | 46 |
|
||||
| Bachelor's or higher | 84 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Yukon-Koyukuk Census Area, AK"
|
||||
classification: county
|
||||
fips: "02290"
|
||||
state: "AK"
|
||||
demographics:
|
||||
population: 5195
|
||||
population_under_18: 1393
|
||||
population_18_64: 1732
|
||||
population_65_plus: 2070
|
||||
median_household_income: 55741
|
||||
poverty_rate: 16.02
|
||||
homeownership_rate: 69.9
|
||||
unemployment_rate: 5.39
|
||||
median_home_value: 98500
|
||||
gini_index: 0.4425
|
||||
vacancy_rate: 38.35
|
||||
race_white: 1145
|
||||
race_black: 100
|
||||
race_asian: 72
|
||||
race_native: 3419
|
||||
hispanic: 115
|
||||
bachelors_plus: 780
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yukon-Koyukuk Census Area, AK
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5195 |
|
||||
| Under 18 | 1393 |
|
||||
| 18–64 | 1732 |
|
||||
| 65+ | 2070 |
|
||||
| Median household income | 55741 |
|
||||
| Poverty rate | 16.02 |
|
||||
| Homeownership rate | 69.9 |
|
||||
| Unemployment rate | 5.39 |
|
||||
| Median home value | 98500 |
|
||||
| Gini index | 0.4425 |
|
||||
| Vacancy rate | 38.35 |
|
||||
| White | 1145 |
|
||||
| Black | 100 |
|
||||
| Asian | 72 |
|
||||
| Native | 3419 |
|
||||
| Hispanic/Latino | 115 |
|
||||
| Bachelor's or higher | 780 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AK-00"
|
||||
classification: congressional-district
|
||||
state: "AK"
|
||||
district: "AK-00"
|
||||
demographics:
|
||||
population: 740133
|
||||
population_under_18: 191711
|
||||
population_18_64: 272007
|
||||
population_65_plus: 276415
|
||||
median_household_income: 95665
|
||||
poverty_rate: 10.17
|
||||
homeownership_rate: 66.52
|
||||
unemployment_rate: 5.96
|
||||
median_home_value: 376500
|
||||
gini_index: 0.4395
|
||||
vacancy_rate: 16.89
|
||||
race_white: 434520
|
||||
race_black: 18548
|
||||
race_asian: 44077
|
||||
hispanic: 57229
|
||||
bachelors_plus: 163093
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, ak]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AK-00
|
||||
|
||||
Congressional district AK-00.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 740133 |
|
||||
| Under 18 | 191711 |
|
||||
| 18–64 | 272007 |
|
||||
| 65+ | 276415 |
|
||||
| Median household income | 95665 |
|
||||
| Poverty rate | 10.17 |
|
||||
| Homeownership rate | 66.52 |
|
||||
| Unemployment rate | 5.96 |
|
||||
| Median home value | 376500 |
|
||||
| Gini index | 0.4395 |
|
||||
| Vacancy rate | 16.89 |
|
||||
| White | 434520 |
|
||||
| Black | 18548 |
|
||||
| Asian | 44077 |
|
||||
| Hispanic/Latino | 57229 |
|
||||
| Bachelor's or higher | 163093 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Amanda Noelle Pusczek"
|
||||
description: "U.S. House candidate, AL-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CITIZENS FOR AMANDA PUSCZEK"
|
||||
id: "C00902247"
|
||||
ids:
|
||||
fec: "H6AL05228"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Amanda Noelle Pusczek
|
||||
|
||||
Democratic challenger for U.S. House (AL-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CITIZENS FOR AMANDA PUSCZEK (C00902247)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Andrew Rankin Guyton Sneed"
|
||||
description: "U.S. House candidate, AL-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ANDREW SNEED FOR CONGRESS"
|
||||
id: "C00902809"
|
||||
ids:
|
||||
fec: "H6AL05244"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Andrew Rankin Guyton Sneed
|
||||
|
||||
Democratic challenger for U.S. House (AL-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ANDREW SNEED FOR CONGRESS (C00902809)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Austin Sidwell"
|
||||
description: "U.S. House candidate, AL-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AUSTIN SIDWELL FOR CONGRESS"
|
||||
id: "C00924928"
|
||||
ids:
|
||||
fec: "H6AL01102"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Austin Sidwell
|
||||
|
||||
Republican open-seat for U.S. House (AL-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AUSTIN SIDWELL FOR CONGRESS (C00924928)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Candice Duvieilh"
|
||||
description: "U.S. House candidate, AL-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF CANDICE DUVIEILH"
|
||||
id: "C00901256"
|
||||
ids:
|
||||
fec: "H6AL05251"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Candice Duvieilh
|
||||
|
||||
Democratic challenger for U.S. House (AL-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF CANDICE DUVIEILH (C00901256)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Case Dixon"
|
||||
description: "U.S. House candidate, AL-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-06"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DIXON FOR CONGRESS"
|
||||
id: "C00899252"
|
||||
ids:
|
||||
fec: "H6AL06135"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Case Dixon
|
||||
|
||||
Republican challenger for U.S. House (AL-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DIXON FOR CONGRESS (C00899252)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Clyde W Mr. Jr Jones"
|
||||
description: "U.S. House candidate, AL-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT CLYDE JONES FOR CONGRESS"
|
||||
id: "C00920918"
|
||||
ids:
|
||||
fec: "H6AL01094"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clyde W Mr. Jr Jones
|
||||
|
||||
Democratic open-seat for U.S. House (AL-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT CLYDE JONES FOR CONGRESS (C00920918)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dakarai Larriett"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ELECT DAKARAI LARRIETT"
|
||||
id: "C00901017"
|
||||
ids:
|
||||
fec: "S6AL00427"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dakarai Larriett
|
||||
|
||||
Democratic open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ELECT DAKARAI LARRIETT (C00901017)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dale Whitney Strong"
|
||||
description: "U.S. House candidate, AL-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-05"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DALE STRONG FOR CONGRESS"
|
||||
id: "C00774281"
|
||||
ids:
|
||||
fec: "H2AL05102"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dale Whitney Strong
|
||||
|
||||
Republican incumbent for U.S. House (AL-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DALE STRONG FOR CONGRESS (C00774281)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Elizabeth Anderson"
|
||||
description: "U.S. House candidate, AL-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ELIZABETH ANDERSON FOR CONGRESS"
|
||||
id: "C00857342"
|
||||
ids:
|
||||
fec: "H4AL06189"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elizabeth Anderson
|
||||
|
||||
Democratic challenger for U.S. House (AL-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ELIZABETH ANDERSON FOR CONGRESS (C00857342)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Everett W Wess"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "EVERETT W. WESS FOR US SENATE"
|
||||
id: "C00935783"
|
||||
ids:
|
||||
fec: "S6AL00518"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Everett W Wess
|
||||
|
||||
Democratic open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- EVERETT W. WESS FOR US SENATE (C00935783)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Felix Barry Moore"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BARRY MOORE FOR U.S. SENATE"
|
||||
id: "C00720375"
|
||||
ids:
|
||||
fec: "S6AL00476"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Felix Barry Moore
|
||||
|
||||
Republican open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BARRY MOORE FOR U.S. SENATE (C00720375)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Felix Barry Moore"
|
||||
description: "U.S. House candidate, AL-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BARRY MOORE FOR U.S. SENATE"
|
||||
id: "C00720375"
|
||||
ids:
|
||||
fec: "H8AL02171"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Felix Barry Moore
|
||||
|
||||
Republican incumbent for U.S. House (AL-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BARRY MOORE FOR U.S. SENATE (C00720375)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Gary Palmer"
|
||||
description: "U.S. House candidate, AL-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-06"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GARY PALMER FOR CONGRESS"
|
||||
id: "C00551374"
|
||||
ids:
|
||||
fec: "H4AL06098"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gary Palmer
|
||||
|
||||
Republican incumbent for U.S. House (AL-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GARY PALMER FOR CONGRESS (C00551374)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Hampton Harris"
|
||||
description: "U.S. House candidate, AL-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HAMPTON HARRIS FOR CONGRESS"
|
||||
id: "C00934398"
|
||||
ids:
|
||||
fec: "H4AL02139"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hampton Harris
|
||||
|
||||
Republican challenger for U.S. House (AL-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HAMPTON HARRIS FOR CONGRESS (C00934398)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James Richardson"
|
||||
description: "U.S. House candidate, AL-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-02"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JAMES RICHARDSON FOR CONGRESS"
|
||||
id: "C00933945"
|
||||
ids:
|
||||
fec: "H6AL01128"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James Richardson
|
||||
|
||||
Republican open-seat for U.S. House (AL-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JAMES RICHARDSON FOR CONGRESS (C00933945)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jared Hudson"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HUDSON FOR ALABAMA"
|
||||
id: "C00906453"
|
||||
ids:
|
||||
fec: "S6AL00443"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jared Hudson
|
||||
|
||||
Republican challenger for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HUDSON FOR ALABAMA (C00906453)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jeremy Devito"
|
||||
description: "U.S. House candidate, AL-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JEREMY TAKES THE HOUSE - AL DISTRICT 5"
|
||||
id: "C00903542"
|
||||
ids:
|
||||
fec: "H6AL05236"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jeremy Devito
|
||||
|
||||
Democratic challenger for U.S. House (AL-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JEREMY TAKES THE HOUSE - AL DISTRICT 5 (C00903542)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jerry Lee Carl Jr"
|
||||
description: "U.S. House candidate, AL-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JERRY CARL FOR CONGRESS"
|
||||
id: "C00697789"
|
||||
ids:
|
||||
fec: "H0AL01055"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jerry Lee Carl Jr
|
||||
|
||||
Republican open-seat for U.S. House (AL-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JERRY CARL FOR CONGRESS (C00697789)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joshua Logan Mckee"
|
||||
description: "U.S. House candidate, AL-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-02"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOSHUA MCKEE FOR CONGRESS"
|
||||
id: "C00911933"
|
||||
ids:
|
||||
fec: "H6AL02175"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joshua Logan Mckee
|
||||
|
||||
Republican open-seat for U.S. House (AL-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOSHUA MCKEE FOR CONGRESS (C00911933)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kyle Sweetser"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KYLE FOR ALABAMA"
|
||||
id: "C00901777"
|
||||
ids:
|
||||
fec: "S6AL00435"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kyle Sweetser
|
||||
|
||||
Democratic open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KYLE FOR ALABAMA (C00901777)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Shannon Mr Ii Wheeler"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARK WHEELER FOR SENATE"
|
||||
id: "C00895904"
|
||||
ids:
|
||||
fec: "S6AL00393"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Shannon Mr Ii Wheeler
|
||||
|
||||
Democratic open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARK WHEELER FOR SENATE (C00895904)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Seth Burton"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF SETH BURTON"
|
||||
id: "C00935403"
|
||||
ids:
|
||||
fec: "S6AL00500"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Seth Burton
|
||||
|
||||
Republican open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF SETH BURTON (C00935403)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Rogers"
|
||||
description: "U.S. House candidate, AL-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-03"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MIKE ROGERS FOR CONGRESS"
|
||||
id: "C00367862"
|
||||
ids:
|
||||
fec: "H2AL03032"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Rogers
|
||||
|
||||
Republican incumbent for U.S. House (AL-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MIKE ROGERS FOR CONGRESS (C00367862)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Shane Weaver"
|
||||
description: "U.S. House candidate, AL-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WEAVER FOR US CONGRESS"
|
||||
id: "C00919563"
|
||||
ids:
|
||||
fec: "H6AL04163"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Shane Weaver
|
||||
|
||||
Democratic challenger for U.S. House (AL-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WEAVER FOR US CONGRESS (C00919563)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Morgan W. W. Murphy"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MORGAN MURPHY FOR ALABAMA"
|
||||
id: "C00921817"
|
||||
ids:
|
||||
fec: "S6AL00484"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Morgan W. W. Murphy
|
||||
|
||||
Republican open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MORGAN MURPHY FOR ALABAMA (C00921817)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Rhett Marques"
|
||||
description: "U.S. House candidate, AL-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-02"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RHETT FOR ALABAMA"
|
||||
id: "C00916775"
|
||||
ids:
|
||||
fec: "H6AL01086"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rhett Marques
|
||||
|
||||
Republican open-seat for U.S. House (AL-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RHETT FOR ALABAMA (C00916775)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert B. Rep. Aderholt"
|
||||
description: "U.S. House candidate, AL-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-04"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ROBERT ADERHOLT FOR CONGRESS"
|
||||
id: "C00313247"
|
||||
ids:
|
||||
fec: "H6AL04098"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert B. Rep. Aderholt
|
||||
|
||||
Republican incumbent for U.S. House (AL-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ROBERT ADERHOLT FOR CONGRESS (C00313247)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Rodney Walker"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT RODNEY WALKER"
|
||||
id: "C00914218"
|
||||
ids:
|
||||
fec: "S6AL00468"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rodney Walker
|
||||
|
||||
Republican open-seat for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT RODNEY WALKER (C00914218)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Shomari C. Figures"
|
||||
description: "U.S. House candidate, AL-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-02"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT SHOMARI FIGURES FOR CONGRESS"
|
||||
id: "C00856237"
|
||||
ids:
|
||||
fec: "H4AL02170"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Shomari C. Figures
|
||||
|
||||
Democratic incumbent for U.S. House (AL-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT SHOMARI FIGURES FOR CONGRESS (C00856237)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Steven T Marshall"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STEVE MARSHALL FOR SENATE"
|
||||
id: "C00906545"
|
||||
ids:
|
||||
fec: "S6AL00450"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Steven T Marshall
|
||||
|
||||
Republican challenger for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STEVE MARSHALL FOR SENATE (C00906545)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Terri A. Sewell"
|
||||
description: "U.S. House candidate, AL-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-07"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TERRI SEWELL FOR CONGRESS"
|
||||
id: "C00458976"
|
||||
ids:
|
||||
fec: "H0AL07086"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Terri A. Sewell
|
||||
|
||||
Democratic incumbent for U.S. House (AL-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TERRI SEWELL FOR CONGRESS (C00458976)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Terri Lapoint"
|
||||
description: "U.S. House candidate, AL-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TERRI LAPOINT FOR CONGRESS"
|
||||
id: "C00902031"
|
||||
ids:
|
||||
fec: "H6AL03181"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Terri Lapoint
|
||||
|
||||
Republican challenger for U.S. House (AL-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TERRI LAPOINT FOR CONGRESS (C00902031)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas Gary Barnes"
|
||||
description: "U.S. House candidate, AL-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TOMMY BARNES FOR CONGRESS COMMITTEE"
|
||||
id: "C00912600"
|
||||
ids:
|
||||
fec: "H6AL04155"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas Gary Barnes
|
||||
|
||||
Republican challenger for U.S. House (AL-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TOMMY BARNES FOR CONGRESS COMMITTEE (C00912600)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas H Tuberville"
|
||||
description: "U.S. Senate candidate, AL (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AL"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TUBERVILLE FOR SENATE, INC."
|
||||
id: "C00701672"
|
||||
ids:
|
||||
fec: "S0AL00230"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas H Tuberville
|
||||
|
||||
Republican incumbent for U.S. Senate (AL), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TUBERVILLE FOR SENATE, INC. (C00701672)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Victor Lee Mcinnis"
|
||||
description: "U.S. House candidate, AL-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AL"
|
||||
district: "AL-03"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LEEMCINNIS4ALABAMA"
|
||||
id: "C00918433"
|
||||
ids:
|
||||
fec: "H6AL03199"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Victor Lee Mcinnis
|
||||
|
||||
Democratic challenger for U.S. House (AL-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LEEMCINNIS4ALABAMA (C00918433)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Autauga County, AL"
|
||||
classification: county
|
||||
fips: "01001"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 59947
|
||||
population_under_18: 14030
|
||||
population_18_64: 36158
|
||||
population_65_plus: 9759
|
||||
median_household_income: 72481
|
||||
poverty_rate: 11.29
|
||||
homeownership_rate: 77.06
|
||||
unemployment_rate: 2.4
|
||||
median_home_value: 207200
|
||||
gini_index: 0.4752
|
||||
vacancy_rate: 8.47
|
||||
race_white: 42822
|
||||
race_black: 12244
|
||||
race_asian: 680
|
||||
race_native: 36
|
||||
hispanic: 2289
|
||||
bachelors_plus: 17744
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Autauga County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 59947 |
|
||||
| Under 18 | 14030 |
|
||||
| 18–64 | 36158 |
|
||||
| 65+ | 9759 |
|
||||
| Median household income | 72481 |
|
||||
| Poverty rate | 11.29 |
|
||||
| Homeownership rate | 77.06 |
|
||||
| Unemployment rate | 2.4 |
|
||||
| Median home value | 207200 |
|
||||
| Gini index | 0.4752 |
|
||||
| Vacancy rate | 8.47 |
|
||||
| White | 42822 |
|
||||
| Black | 12244 |
|
||||
| Asian | 680 |
|
||||
| Native | 36 |
|
||||
| Hispanic/Latino | 2289 |
|
||||
| Bachelor's or higher | 17744 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Baldwin County, AL"
|
||||
classification: county
|
||||
fips: "01003"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 246989
|
||||
population_under_18: 52190
|
||||
population_18_64: 141276
|
||||
population_65_plus: 53523
|
||||
median_household_income: 78775
|
||||
poverty_rate: 10.09
|
||||
homeownership_rate: 77.6
|
||||
unemployment_rate: 3.03
|
||||
median_home_value: 316900
|
||||
gini_index: 0.4558
|
||||
vacancy_rate: 25.47
|
||||
race_white: 202133
|
||||
race_black: 19909
|
||||
race_asian: 2552
|
||||
race_native: 910
|
||||
hispanic: 14276
|
||||
bachelors_plus: 81746
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Baldwin County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 246989 |
|
||||
| Under 18 | 52190 |
|
||||
| 18–64 | 141276 |
|
||||
| 65+ | 53523 |
|
||||
| Median household income | 78775 |
|
||||
| Poverty rate | 10.09 |
|
||||
| Homeownership rate | 77.6 |
|
||||
| Unemployment rate | 3.03 |
|
||||
| Median home value | 316900 |
|
||||
| Gini index | 0.4558 |
|
||||
| Vacancy rate | 25.47 |
|
||||
| White | 202133 |
|
||||
| Black | 19909 |
|
||||
| Asian | 2552 |
|
||||
| Native | 910 |
|
||||
| Hispanic/Latino | 14276 |
|
||||
| Bachelor's or higher | 81746 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Barbour County, AL"
|
||||
classification: county
|
||||
fips: "01005"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 24643
|
||||
population_under_18: 5112
|
||||
population_18_64: 14576
|
||||
population_65_plus: 4955
|
||||
median_household_income: 46042
|
||||
poverty_rate: 21.38
|
||||
homeownership_rate: 68.24
|
||||
unemployment_rate: 7.79
|
||||
median_home_value: 112900
|
||||
gini_index: 0.4957
|
||||
vacancy_rate: 22.39
|
||||
race_white: 10852
|
||||
race_black: 11423
|
||||
race_asian: 145
|
||||
race_native: 39
|
||||
hispanic: 1534
|
||||
bachelors_plus: 2605
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Barbour County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 24643 |
|
||||
| Under 18 | 5112 |
|
||||
| 18–64 | 14576 |
|
||||
| 65+ | 4955 |
|
||||
| Median household income | 46042 |
|
||||
| Poverty rate | 21.38 |
|
||||
| Homeownership rate | 68.24 |
|
||||
| Unemployment rate | 7.79 |
|
||||
| Median home value | 112900 |
|
||||
| Gini index | 0.4957 |
|
||||
| Vacancy rate | 22.39 |
|
||||
| White | 10852 |
|
||||
| Black | 11423 |
|
||||
| Asian | 145 |
|
||||
| Native | 39 |
|
||||
| Hispanic/Latino | 1534 |
|
||||
| Bachelor's or higher | 2605 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bibb County, AL"
|
||||
classification: county
|
||||
fips: "01007"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 22130
|
||||
population_under_18: 4437
|
||||
population_18_64: 13847
|
||||
population_65_plus: 3846
|
||||
median_household_income: 52541
|
||||
poverty_rate: 22.46
|
||||
homeownership_rate: 79.18
|
||||
unemployment_rate: 12.08
|
||||
median_home_value: 145700
|
||||
gini_index: 0.4367
|
||||
vacancy_rate: 15.65
|
||||
race_white: 16378
|
||||
race_black: 4378
|
||||
race_asian: 99
|
||||
race_native: 130
|
||||
hispanic: 766
|
||||
bachelors_plus: 2571
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bibb County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22130 |
|
||||
| Under 18 | 4437 |
|
||||
| 18–64 | 13847 |
|
||||
| 65+ | 3846 |
|
||||
| Median household income | 52541 |
|
||||
| Poverty rate | 22.46 |
|
||||
| Homeownership rate | 79.18 |
|
||||
| Unemployment rate | 12.08 |
|
||||
| Median home value | 145700 |
|
||||
| Gini index | 0.4367 |
|
||||
| Vacancy rate | 15.65 |
|
||||
| White | 16378 |
|
||||
| Black | 4378 |
|
||||
| Asian | 99 |
|
||||
| Native | 130 |
|
||||
| Hispanic/Latino | 766 |
|
||||
| Bachelor's or higher | 2571 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Blount County, AL"
|
||||
classification: county
|
||||
fips: "01009"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 59518
|
||||
population_under_18: 13733
|
||||
population_18_64: 34718
|
||||
population_65_plus: 11067
|
||||
median_household_income: 64190
|
||||
poverty_rate: 12.86
|
||||
homeownership_rate: 80.98
|
||||
unemployment_rate: 5.0
|
||||
median_home_value: 175200
|
||||
gini_index: 0.4309
|
||||
vacancy_rate: 10.99
|
||||
race_white: 52460
|
||||
race_black: 716
|
||||
race_asian: 69
|
||||
race_native: 216
|
||||
hispanic: 6130
|
||||
bachelors_plus: 8985
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Blount County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 59518 |
|
||||
| Under 18 | 13733 |
|
||||
| 18–64 | 34718 |
|
||||
| 65+ | 11067 |
|
||||
| Median household income | 64190 |
|
||||
| Poverty rate | 12.86 |
|
||||
| Homeownership rate | 80.98 |
|
||||
| Unemployment rate | 5.0 |
|
||||
| Median home value | 175200 |
|
||||
| Gini index | 0.4309 |
|
||||
| Vacancy rate | 10.99 |
|
||||
| White | 52460 |
|
||||
| Black | 716 |
|
||||
| Asian | 69 |
|
||||
| Native | 216 |
|
||||
| Hispanic/Latino | 6130 |
|
||||
| Bachelor's or higher | 8985 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bullock County, AL"
|
||||
classification: county
|
||||
fips: "01011"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 10058
|
||||
population_under_18: 2068
|
||||
population_18_64: 6123
|
||||
population_65_plus: 1867
|
||||
median_household_income: 31310
|
||||
poverty_rate: 33.27
|
||||
homeownership_rate: 66.65
|
||||
unemployment_rate: 7.22
|
||||
median_home_value: 81700
|
||||
gini_index: 0.5067
|
||||
vacancy_rate: 19.46
|
||||
race_white: 2293
|
||||
race_black: 6986
|
||||
race_asian: 42
|
||||
race_native: 0
|
||||
hispanic: 602
|
||||
bachelors_plus: 793
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bullock County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10058 |
|
||||
| Under 18 | 2068 |
|
||||
| 18–64 | 6123 |
|
||||
| 65+ | 1867 |
|
||||
| Median household income | 31310 |
|
||||
| Poverty rate | 33.27 |
|
||||
| Homeownership rate | 66.65 |
|
||||
| Unemployment rate | 7.22 |
|
||||
| Median home value | 81700 |
|
||||
| Gini index | 0.5067 |
|
||||
| Vacancy rate | 19.46 |
|
||||
| White | 2293 |
|
||||
| Black | 6986 |
|
||||
| Asian | 42 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 602 |
|
||||
| Bachelor's or higher | 793 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Butler County, AL"
|
||||
classification: county
|
||||
fips: "01013"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 18630
|
||||
population_under_18: 4112
|
||||
population_18_64: 10417
|
||||
population_65_plus: 4101
|
||||
median_household_income: 44755
|
||||
poverty_rate: 22.41
|
||||
homeownership_rate: 65.84
|
||||
unemployment_rate: 6.47
|
||||
median_home_value: 99800
|
||||
gini_index: 0.5094
|
||||
vacancy_rate: 23.15
|
||||
race_white: 9468
|
||||
race_black: 8327
|
||||
race_asian: 248
|
||||
race_native: 85
|
||||
hispanic: 316
|
||||
bachelors_plus: 2497
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Butler County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18630 |
|
||||
| Under 18 | 4112 |
|
||||
| 18–64 | 10417 |
|
||||
| 65+ | 4101 |
|
||||
| Median household income | 44755 |
|
||||
| Poverty rate | 22.41 |
|
||||
| Homeownership rate | 65.84 |
|
||||
| Unemployment rate | 6.47 |
|
||||
| Median home value | 99800 |
|
||||
| Gini index | 0.5094 |
|
||||
| Vacancy rate | 23.15 |
|
||||
| White | 9468 |
|
||||
| Black | 8327 |
|
||||
| Asian | 248 |
|
||||
| Native | 85 |
|
||||
| Hispanic/Latino | 316 |
|
||||
| Bachelor's or higher | 2497 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Calhoun County, AL"
|
||||
classification: county
|
||||
fips: "01015"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 116090
|
||||
population_under_18: 24893
|
||||
population_18_64: 70041
|
||||
population_65_plus: 21156
|
||||
median_household_income: 55029
|
||||
poverty_rate: 17.89
|
||||
homeownership_rate: 70.32
|
||||
unemployment_rate: 5.97
|
||||
median_home_value: 156600
|
||||
gini_index: 0.4571
|
||||
vacancy_rate: 15.64
|
||||
race_white: 81706
|
||||
race_black: 25450
|
||||
race_asian: 986
|
||||
race_native: 450
|
||||
hispanic: 5388
|
||||
bachelors_plus: 22540
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calhoun County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 116090 |
|
||||
| Under 18 | 24893 |
|
||||
| 18–64 | 70041 |
|
||||
| 65+ | 21156 |
|
||||
| Median household income | 55029 |
|
||||
| Poverty rate | 17.89 |
|
||||
| Homeownership rate | 70.32 |
|
||||
| Unemployment rate | 5.97 |
|
||||
| Median home value | 156600 |
|
||||
| Gini index | 0.4571 |
|
||||
| Vacancy rate | 15.64 |
|
||||
| White | 81706 |
|
||||
| Black | 25450 |
|
||||
| Asian | 986 |
|
||||
| Native | 450 |
|
||||
| Hispanic/Latino | 5388 |
|
||||
| Bachelor's or higher | 22540 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chambers County, AL"
|
||||
classification: county
|
||||
fips: "01017"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 34192
|
||||
population_under_18: 7149
|
||||
population_18_64: 20104
|
||||
population_65_plus: 6939
|
||||
median_household_income: 49656
|
||||
poverty_rate: 15.74
|
||||
homeownership_rate: 71.78
|
||||
unemployment_rate: 5.14
|
||||
median_home_value: 135800
|
||||
gini_index: 0.4403
|
||||
vacancy_rate: 18.26
|
||||
race_white: 18794
|
||||
race_black: 13131
|
||||
race_asian: 81
|
||||
race_native: 51
|
||||
hispanic: 1372
|
||||
bachelors_plus: 4819
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chambers County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34192 |
|
||||
| Under 18 | 7149 |
|
||||
| 18–64 | 20104 |
|
||||
| 65+ | 6939 |
|
||||
| Median household income | 49656 |
|
||||
| Poverty rate | 15.74 |
|
||||
| Homeownership rate | 71.78 |
|
||||
| Unemployment rate | 5.14 |
|
||||
| Median home value | 135800 |
|
||||
| Gini index | 0.4403 |
|
||||
| Vacancy rate | 18.26 |
|
||||
| White | 18794 |
|
||||
| Black | 13131 |
|
||||
| Asian | 81 |
|
||||
| Native | 51 |
|
||||
| Hispanic/Latino | 1372 |
|
||||
| Bachelor's or higher | 4819 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cherokee County, AL"
|
||||
classification: county
|
||||
fips: "01019"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 25443
|
||||
population_under_18: 4726
|
||||
population_18_64: 14497
|
||||
population_65_plus: 6220
|
||||
median_household_income: 53863
|
||||
poverty_rate: 14.75
|
||||
homeownership_rate: 81.08
|
||||
unemployment_rate: 3.88
|
||||
median_home_value: 179700
|
||||
gini_index: 0.4699
|
||||
vacancy_rate: 30.68
|
||||
race_white: 23091
|
||||
race_black: 970
|
||||
race_asian: 60
|
||||
race_native: 62
|
||||
hispanic: 469
|
||||
bachelors_plus: 4525
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cherokee County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25443 |
|
||||
| Under 18 | 4726 |
|
||||
| 18–64 | 14497 |
|
||||
| 65+ | 6220 |
|
||||
| Median household income | 53863 |
|
||||
| Poverty rate | 14.75 |
|
||||
| Homeownership rate | 81.08 |
|
||||
| Unemployment rate | 3.88 |
|
||||
| Median home value | 179700 |
|
||||
| Gini index | 0.4699 |
|
||||
| Vacancy rate | 30.68 |
|
||||
| White | 23091 |
|
||||
| Black | 970 |
|
||||
| Asian | 60 |
|
||||
| Native | 62 |
|
||||
| Hispanic/Latino | 469 |
|
||||
| Bachelor's or higher | 4525 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chilton County, AL"
|
||||
classification: county
|
||||
fips: "01021"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 45992
|
||||
population_under_18: 11105
|
||||
population_18_64: 27085
|
||||
population_65_plus: 7802
|
||||
median_household_income: 65603
|
||||
poverty_rate: 14.02
|
||||
homeownership_rate: 76.86
|
||||
unemployment_rate: 5.47
|
||||
median_home_value: 161300
|
||||
gini_index: 0.4236
|
||||
vacancy_rate: 9.9
|
||||
race_white: 37129
|
||||
race_black: 4354
|
||||
race_asian: 200
|
||||
race_native: 135
|
||||
hispanic: 4707
|
||||
bachelors_plus: 6966
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chilton County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45992 |
|
||||
| Under 18 | 11105 |
|
||||
| 18–64 | 27085 |
|
||||
| 65+ | 7802 |
|
||||
| Median household income | 65603 |
|
||||
| Poverty rate | 14.02 |
|
||||
| Homeownership rate | 76.86 |
|
||||
| Unemployment rate | 5.47 |
|
||||
| Median home value | 161300 |
|
||||
| Gini index | 0.4236 |
|
||||
| Vacancy rate | 9.9 |
|
||||
| White | 37129 |
|
||||
| Black | 4354 |
|
||||
| Asian | 200 |
|
||||
| Native | 135 |
|
||||
| Hispanic/Latino | 4707 |
|
||||
| Bachelor's or higher | 6966 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Choctaw County, AL"
|
||||
classification: county
|
||||
fips: "01023"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 12380
|
||||
population_under_18: 2443
|
||||
population_18_64: 6921
|
||||
population_65_plus: 3016
|
||||
median_household_income: 47813
|
||||
poverty_rate: 16.49
|
||||
homeownership_rate: 82.38
|
||||
unemployment_rate: 5.03
|
||||
median_home_value: 123400
|
||||
gini_index: 0.4555
|
||||
vacancy_rate: 27.01
|
||||
race_white: 7025
|
||||
race_black: 4649
|
||||
race_asian: 3
|
||||
race_native: 22
|
||||
hispanic: 144
|
||||
bachelors_plus: 1900
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Choctaw County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12380 |
|
||||
| Under 18 | 2443 |
|
||||
| 18–64 | 6921 |
|
||||
| 65+ | 3016 |
|
||||
| Median household income | 47813 |
|
||||
| Poverty rate | 16.49 |
|
||||
| Homeownership rate | 82.38 |
|
||||
| Unemployment rate | 5.03 |
|
||||
| Median home value | 123400 |
|
||||
| Gini index | 0.4555 |
|
||||
| Vacancy rate | 27.01 |
|
||||
| White | 7025 |
|
||||
| Black | 4649 |
|
||||
| Asian | 3 |
|
||||
| Native | 22 |
|
||||
| Hispanic/Latino | 144 |
|
||||
| Bachelor's or higher | 1900 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clarke County, AL"
|
||||
classification: county
|
||||
fips: "01025"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 22543
|
||||
population_under_18: 4858
|
||||
population_18_64: 12937
|
||||
population_65_plus: 4748
|
||||
median_household_income: 49249
|
||||
poverty_rate: 20.06
|
||||
homeownership_rate: 70.78
|
||||
unemployment_rate: 9.19
|
||||
median_home_value: 121700
|
||||
gini_index: 0.5318
|
||||
vacancy_rate: 28.31
|
||||
race_white: 11586
|
||||
race_black: 10069
|
||||
race_asian: 119
|
||||
race_native: 35
|
||||
hispanic: 275
|
||||
bachelors_plus: 3160
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clarke County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22543 |
|
||||
| Under 18 | 4858 |
|
||||
| 18–64 | 12937 |
|
||||
| 65+ | 4748 |
|
||||
| Median household income | 49249 |
|
||||
| Poverty rate | 20.06 |
|
||||
| Homeownership rate | 70.78 |
|
||||
| Unemployment rate | 9.19 |
|
||||
| Median home value | 121700 |
|
||||
| Gini index | 0.5318 |
|
||||
| Vacancy rate | 28.31 |
|
||||
| White | 11586 |
|
||||
| Black | 10069 |
|
||||
| Asian | 119 |
|
||||
| Native | 35 |
|
||||
| Hispanic/Latino | 275 |
|
||||
| Bachelor's or higher | 3160 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clay County, AL"
|
||||
classification: county
|
||||
fips: "01027"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 14192
|
||||
population_under_18: 2974
|
||||
population_18_64: 8300
|
||||
population_65_plus: 2918
|
||||
median_household_income: 55250
|
||||
poverty_rate: 17.55
|
||||
homeownership_rate: 79.43
|
||||
unemployment_rate: 2.4
|
||||
median_home_value: 156700
|
||||
gini_index: 0.4447
|
||||
vacancy_rate: 18.1
|
||||
race_white: 11357
|
||||
race_black: 1818
|
||||
race_asian: 54
|
||||
race_native: 24
|
||||
hispanic: 465
|
||||
bachelors_plus: 1939
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clay County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14192 |
|
||||
| Under 18 | 2974 |
|
||||
| 18–64 | 8300 |
|
||||
| 65+ | 2918 |
|
||||
| Median household income | 55250 |
|
||||
| Poverty rate | 17.55 |
|
||||
| Homeownership rate | 79.43 |
|
||||
| Unemployment rate | 2.4 |
|
||||
| Median home value | 156700 |
|
||||
| Gini index | 0.4447 |
|
||||
| Vacancy rate | 18.1 |
|
||||
| White | 11357 |
|
||||
| Black | 1818 |
|
||||
| Asian | 54 |
|
||||
| Native | 24 |
|
||||
| Hispanic/Latino | 465 |
|
||||
| Bachelor's or higher | 1939 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cleburne County, AL"
|
||||
classification: county
|
||||
fips: "01029"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 15426
|
||||
population_under_18: 3387
|
||||
population_18_64: 8936
|
||||
population_65_plus: 3103
|
||||
median_household_income: 55345
|
||||
poverty_rate: 13.68
|
||||
homeownership_rate: 78.55
|
||||
unemployment_rate: 2.57
|
||||
median_home_value: 165600
|
||||
gini_index: 0.4441
|
||||
vacancy_rate: 13.01
|
||||
race_white: 14309
|
||||
race_black: 562
|
||||
race_asian: 18
|
||||
race_native: 48
|
||||
hispanic: 325
|
||||
bachelors_plus: 2682
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cleburne County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15426 |
|
||||
| Under 18 | 3387 |
|
||||
| 18–64 | 8936 |
|
||||
| 65+ | 3103 |
|
||||
| Median household income | 55345 |
|
||||
| Poverty rate | 13.68 |
|
||||
| Homeownership rate | 78.55 |
|
||||
| Unemployment rate | 2.57 |
|
||||
| Median home value | 165600 |
|
||||
| Gini index | 0.4441 |
|
||||
| Vacancy rate | 13.01 |
|
||||
| White | 14309 |
|
||||
| Black | 562 |
|
||||
| Asian | 18 |
|
||||
| Native | 48 |
|
||||
| Hispanic/Latino | 325 |
|
||||
| Bachelor's or higher | 2682 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Coffee County, AL"
|
||||
classification: county
|
||||
fips: "01031"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 54920
|
||||
population_under_18: 13250
|
||||
population_18_64: 32224
|
||||
population_65_plus: 9446
|
||||
median_household_income: 68353
|
||||
poverty_rate: 16.71
|
||||
homeownership_rate: 72.26
|
||||
unemployment_rate: 5.09
|
||||
median_home_value: 188600
|
||||
gini_index: 0.4458
|
||||
vacancy_rate: 14.89
|
||||
race_white: 39036
|
||||
race_black: 8909
|
||||
race_asian: 631
|
||||
race_native: 343
|
||||
hispanic: 5396
|
||||
bachelors_plus: 12167
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Coffee County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 54920 |
|
||||
| Under 18 | 13250 |
|
||||
| 18–64 | 32224 |
|
||||
| 65+ | 9446 |
|
||||
| Median household income | 68353 |
|
||||
| Poverty rate | 16.71 |
|
||||
| Homeownership rate | 72.26 |
|
||||
| Unemployment rate | 5.09 |
|
||||
| Median home value | 188600 |
|
||||
| Gini index | 0.4458 |
|
||||
| Vacancy rate | 14.89 |
|
||||
| White | 39036 |
|
||||
| Black | 8909 |
|
||||
| Asian | 631 |
|
||||
| Native | 343 |
|
||||
| Hispanic/Latino | 5396 |
|
||||
| Bachelor's or higher | 12167 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Colbert County, AL"
|
||||
classification: county
|
||||
fips: "01033"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 58022
|
||||
population_under_18: 12368
|
||||
population_18_64: 33801
|
||||
population_65_plus: 11853
|
||||
median_household_income: 60628
|
||||
poverty_rate: 17.36
|
||||
homeownership_rate: 71.29
|
||||
unemployment_rate: 3.14
|
||||
median_home_value: 171000
|
||||
gini_index: 0.4541
|
||||
vacancy_rate: 13.33
|
||||
race_white: 44866
|
||||
race_black: 8991
|
||||
race_asian: 280
|
||||
race_native: 120
|
||||
hispanic: 2049
|
||||
bachelors_plus: 12243
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Colbert County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 58022 |
|
||||
| Under 18 | 12368 |
|
||||
| 18–64 | 33801 |
|
||||
| 65+ | 11853 |
|
||||
| Median household income | 60628 |
|
||||
| Poverty rate | 17.36 |
|
||||
| Homeownership rate | 71.29 |
|
||||
| Unemployment rate | 3.14 |
|
||||
| Median home value | 171000 |
|
||||
| Gini index | 0.4541 |
|
||||
| Vacancy rate | 13.33 |
|
||||
| White | 44866 |
|
||||
| Black | 8991 |
|
||||
| Asian | 280 |
|
||||
| Native | 120 |
|
||||
| Hispanic/Latino | 2049 |
|
||||
| Bachelor's or higher | 12243 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Conecuh County, AL"
|
||||
classification: county
|
||||
fips: "01035"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 11275
|
||||
population_under_18: 2261
|
||||
population_18_64: 6205
|
||||
population_65_plus: 2809
|
||||
median_household_income: 41327
|
||||
poverty_rate: 27.85
|
||||
homeownership_rate: 74.33
|
||||
unemployment_rate: 8.7
|
||||
median_home_value: 105300
|
||||
gini_index: 0.5089
|
||||
vacancy_rate: 31.46
|
||||
race_white: 5660
|
||||
race_black: 5101
|
||||
race_asian: 9
|
||||
race_native: 22
|
||||
hispanic: 117
|
||||
bachelors_plus: 1559
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Conecuh County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11275 |
|
||||
| Under 18 | 2261 |
|
||||
| 18–64 | 6205 |
|
||||
| 65+ | 2809 |
|
||||
| Median household income | 41327 |
|
||||
| Poverty rate | 27.85 |
|
||||
| Homeownership rate | 74.33 |
|
||||
| Unemployment rate | 8.7 |
|
||||
| Median home value | 105300 |
|
||||
| Gini index | 0.5089 |
|
||||
| Vacancy rate | 31.46 |
|
||||
| White | 5660 |
|
||||
| Black | 5101 |
|
||||
| Asian | 9 |
|
||||
| Native | 22 |
|
||||
| Hispanic/Latino | 117 |
|
||||
| Bachelor's or higher | 1559 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Coosa County, AL"
|
||||
classification: county
|
||||
fips: "01037"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 10300
|
||||
population_under_18: 1795
|
||||
population_18_64: 5898
|
||||
population_65_plus: 2607
|
||||
median_household_income: 57355
|
||||
poverty_rate: 13.13
|
||||
homeownership_rate: 81.58
|
||||
unemployment_rate: 6.2
|
||||
median_home_value: 115500
|
||||
gini_index: 0.3977
|
||||
vacancy_rate: 27.07
|
||||
race_white: 6806
|
||||
race_black: 3007
|
||||
race_asian: 29
|
||||
race_native: 7
|
||||
hispanic: 253
|
||||
bachelors_plus: 1467
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Coosa County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10300 |
|
||||
| Under 18 | 1795 |
|
||||
| 18–64 | 5898 |
|
||||
| 65+ | 2607 |
|
||||
| Median household income | 57355 |
|
||||
| Poverty rate | 13.13 |
|
||||
| Homeownership rate | 81.58 |
|
||||
| Unemployment rate | 6.2 |
|
||||
| Median home value | 115500 |
|
||||
| Gini index | 0.3977 |
|
||||
| Vacancy rate | 27.07 |
|
||||
| White | 6806 |
|
||||
| Black | 3007 |
|
||||
| Asian | 29 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 253 |
|
||||
| Bachelor's or higher | 1467 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Covington County, AL"
|
||||
classification: county
|
||||
fips: "01039"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 37628
|
||||
population_under_18: 8346
|
||||
population_18_64: 20927
|
||||
population_65_plus: 8355
|
||||
median_household_income: 52456
|
||||
poverty_rate: 19.19
|
||||
homeownership_rate: 76.27
|
||||
unemployment_rate: 5.17
|
||||
median_home_value: 152100
|
||||
gini_index: 0.4876
|
||||
vacancy_rate: 21.76
|
||||
race_white: 31206
|
||||
race_black: 4497
|
||||
race_asian: 173
|
||||
race_native: 117
|
||||
hispanic: 765
|
||||
bachelors_plus: 6474
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Covington County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37628 |
|
||||
| Under 18 | 8346 |
|
||||
| 18–64 | 20927 |
|
||||
| 65+ | 8355 |
|
||||
| Median household income | 52456 |
|
||||
| Poverty rate | 19.19 |
|
||||
| Homeownership rate | 76.27 |
|
||||
| Unemployment rate | 5.17 |
|
||||
| Median home value | 152100 |
|
||||
| Gini index | 0.4876 |
|
||||
| Vacancy rate | 21.76 |
|
||||
| White | 31206 |
|
||||
| Black | 4497 |
|
||||
| Asian | 173 |
|
||||
| Native | 117 |
|
||||
| Hispanic/Latino | 765 |
|
||||
| Bachelor's or higher | 6474 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crenshaw County, AL"
|
||||
classification: county
|
||||
fips: "01041"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 13122
|
||||
population_under_18: 2987
|
||||
population_18_64: 7486
|
||||
population_65_plus: 2649
|
||||
median_household_income: 48560
|
||||
poverty_rate: 17.9
|
||||
homeownership_rate: 73.21
|
||||
unemployment_rate: 5.42
|
||||
median_home_value: 114000
|
||||
gini_index: 0.5135
|
||||
vacancy_rate: 20.51
|
||||
race_white: 9252
|
||||
race_black: 3109
|
||||
race_asian: 90
|
||||
race_native: 64
|
||||
hispanic: 288
|
||||
bachelors_plus: 2205
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crenshaw County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13122 |
|
||||
| Under 18 | 2987 |
|
||||
| 18–64 | 7486 |
|
||||
| 65+ | 2649 |
|
||||
| Median household income | 48560 |
|
||||
| Poverty rate | 17.9 |
|
||||
| Homeownership rate | 73.21 |
|
||||
| Unemployment rate | 5.42 |
|
||||
| Median home value | 114000 |
|
||||
| Gini index | 0.5135 |
|
||||
| Vacancy rate | 20.51 |
|
||||
| White | 9252 |
|
||||
| Black | 3109 |
|
||||
| Asian | 90 |
|
||||
| Native | 64 |
|
||||
| Hispanic/Latino | 288 |
|
||||
| Bachelor's or higher | 2205 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cullman County, AL"
|
||||
classification: county
|
||||
fips: "01043"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 90566
|
||||
population_under_18: 20313
|
||||
population_18_64: 53019
|
||||
population_65_plus: 17234
|
||||
median_household_income: 62656
|
||||
poverty_rate: 15.31
|
||||
homeownership_rate: 76.63
|
||||
unemployment_rate: 3.77
|
||||
median_home_value: 199100
|
||||
gini_index: 0.4536
|
||||
vacancy_rate: 11.35
|
||||
race_white: 82079
|
||||
race_black: 882
|
||||
race_asian: 498
|
||||
race_native: 341
|
||||
hispanic: 4563
|
||||
bachelors_plus: 16645
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cullman County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 90566 |
|
||||
| Under 18 | 20313 |
|
||||
| 18–64 | 53019 |
|
||||
| 65+ | 17234 |
|
||||
| Median household income | 62656 |
|
||||
| Poverty rate | 15.31 |
|
||||
| Homeownership rate | 76.63 |
|
||||
| Unemployment rate | 3.77 |
|
||||
| Median home value | 199100 |
|
||||
| Gini index | 0.4536 |
|
||||
| Vacancy rate | 11.35 |
|
||||
| White | 82079 |
|
||||
| Black | 882 |
|
||||
| Asian | 498 |
|
||||
| Native | 341 |
|
||||
| Hispanic/Latino | 4563 |
|
||||
| Bachelor's or higher | 16645 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dale County, AL"
|
||||
classification: county
|
||||
fips: "01045"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 49599
|
||||
population_under_18: 11571
|
||||
population_18_64: 29059
|
||||
population_65_plus: 8969
|
||||
median_household_income: 54963
|
||||
poverty_rate: 18.72
|
||||
homeownership_rate: 61.89
|
||||
unemployment_rate: 6.6
|
||||
median_home_value: 143500
|
||||
gini_index: 0.4728
|
||||
vacancy_rate: 14.11
|
||||
race_white: 33551
|
||||
race_black: 10103
|
||||
race_asian: 611
|
||||
race_native: 247
|
||||
hispanic: 3533
|
||||
bachelors_plus: 9161
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dale County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 49599 |
|
||||
| Under 18 | 11571 |
|
||||
| 18–64 | 29059 |
|
||||
| 65+ | 8969 |
|
||||
| Median household income | 54963 |
|
||||
| Poverty rate | 18.72 |
|
||||
| Homeownership rate | 61.89 |
|
||||
| Unemployment rate | 6.6 |
|
||||
| Median home value | 143500 |
|
||||
| Gini index | 0.4728 |
|
||||
| Vacancy rate | 14.11 |
|
||||
| White | 33551 |
|
||||
| Black | 10103 |
|
||||
| Asian | 611 |
|
||||
| Native | 247 |
|
||||
| Hispanic/Latino | 3533 |
|
||||
| Bachelor's or higher | 9161 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dallas County, AL"
|
||||
classification: county
|
||||
fips: "01047"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 36858
|
||||
population_under_18: 8705
|
||||
population_18_64: 20638
|
||||
population_65_plus: 7515
|
||||
median_household_income: 35627
|
||||
poverty_rate: 31.04
|
||||
homeownership_rate: 63.82
|
||||
unemployment_rate: 10.95
|
||||
median_home_value: 94600
|
||||
gini_index: 0.5024
|
||||
vacancy_rate: 15.78
|
||||
race_white: 9936
|
||||
race_black: 25810
|
||||
race_asian: 226
|
||||
race_native: 46
|
||||
hispanic: 360
|
||||
bachelors_plus: 5834
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dallas County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36858 |
|
||||
| Under 18 | 8705 |
|
||||
| 18–64 | 20638 |
|
||||
| 65+ | 7515 |
|
||||
| Median household income | 35627 |
|
||||
| Poverty rate | 31.04 |
|
||||
| Homeownership rate | 63.82 |
|
||||
| Unemployment rate | 10.95 |
|
||||
| Median home value | 94600 |
|
||||
| Gini index | 0.5024 |
|
||||
| Vacancy rate | 15.78 |
|
||||
| White | 9936 |
|
||||
| Black | 25810 |
|
||||
| Asian | 226 |
|
||||
| Native | 46 |
|
||||
| Hispanic/Latino | 360 |
|
||||
| Bachelor's or higher | 5834 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "DeKalb County, AL"
|
||||
classification: county
|
||||
fips: "01049"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 72269
|
||||
population_under_18: 17353
|
||||
population_18_64: 42168
|
||||
population_65_plus: 12748
|
||||
median_household_income: 51204
|
||||
poverty_rate: 22.36
|
||||
homeownership_rate: 78.26
|
||||
unemployment_rate: 4.14
|
||||
median_home_value: 152700
|
||||
gini_index: 0.4587
|
||||
vacancy_rate: 15.44
|
||||
race_white: 57561
|
||||
race_black: 975
|
||||
race_asian: 142
|
||||
race_native: 1215
|
||||
hispanic: 12382
|
||||
bachelors_plus: 9411
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# DeKalb County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 72269 |
|
||||
| Under 18 | 17353 |
|
||||
| 18–64 | 42168 |
|
||||
| 65+ | 12748 |
|
||||
| Median household income | 51204 |
|
||||
| Poverty rate | 22.36 |
|
||||
| Homeownership rate | 78.26 |
|
||||
| Unemployment rate | 4.14 |
|
||||
| Median home value | 152700 |
|
||||
| Gini index | 0.4587 |
|
||||
| Vacancy rate | 15.44 |
|
||||
| White | 57561 |
|
||||
| Black | 975 |
|
||||
| Asian | 142 |
|
||||
| Native | 1215 |
|
||||
| Hispanic/Latino | 12382 |
|
||||
| Bachelor's or higher | 9411 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Elmore County, AL"
|
||||
classification: county
|
||||
fips: "01051"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 89526
|
||||
population_under_18: 19313
|
||||
population_18_64: 55410
|
||||
population_65_plus: 14803
|
||||
median_household_income: 78243
|
||||
poverty_rate: 10.32
|
||||
homeownership_rate: 76.97
|
||||
unemployment_rate: 4.65
|
||||
median_home_value: 223900
|
||||
gini_index: 0.4334
|
||||
vacancy_rate: 11.97
|
||||
race_white: 65175
|
||||
race_black: 18939
|
||||
race_asian: 450
|
||||
race_native: 170
|
||||
hispanic: 3034
|
||||
bachelors_plus: 21446
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elmore County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 89526 |
|
||||
| Under 18 | 19313 |
|
||||
| 18–64 | 55410 |
|
||||
| 65+ | 14803 |
|
||||
| Median household income | 78243 |
|
||||
| Poverty rate | 10.32 |
|
||||
| Homeownership rate | 76.97 |
|
||||
| Unemployment rate | 4.65 |
|
||||
| Median home value | 223900 |
|
||||
| Gini index | 0.4334 |
|
||||
| Vacancy rate | 11.97 |
|
||||
| White | 65175 |
|
||||
| Black | 18939 |
|
||||
| Asian | 450 |
|
||||
| Native | 170 |
|
||||
| Hispanic/Latino | 3034 |
|
||||
| Bachelor's or higher | 21446 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Escambia County, AL"
|
||||
classification: county
|
||||
fips: "01053"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 36629
|
||||
population_under_18: 8308
|
||||
population_18_64: 21366
|
||||
population_65_plus: 6955
|
||||
median_household_income: 48225
|
||||
poverty_rate: 20.02
|
||||
homeownership_rate: 70.95
|
||||
unemployment_rate: 10.05
|
||||
median_home_value: 136500
|
||||
gini_index: 0.4649
|
||||
vacancy_rate: 23.83
|
||||
race_white: 22148
|
||||
race_black: 10831
|
||||
race_asian: 165
|
||||
race_native: 1040
|
||||
hispanic: 862
|
||||
bachelors_plus: 4805
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Escambia County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36629 |
|
||||
| Under 18 | 8308 |
|
||||
| 18–64 | 21366 |
|
||||
| 65+ | 6955 |
|
||||
| Median household income | 48225 |
|
||||
| Poverty rate | 20.02 |
|
||||
| Homeownership rate | 70.95 |
|
||||
| Unemployment rate | 10.05 |
|
||||
| Median home value | 136500 |
|
||||
| Gini index | 0.4649 |
|
||||
| Vacancy rate | 23.83 |
|
||||
| White | 22148 |
|
||||
| Black | 10831 |
|
||||
| Asian | 165 |
|
||||
| Native | 1040 |
|
||||
| Hispanic/Latino | 862 |
|
||||
| Bachelor's or higher | 4805 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Etowah County, AL"
|
||||
classification: county
|
||||
fips: "01055"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 103105
|
||||
population_under_18: 22582
|
||||
population_18_64: 60183
|
||||
population_65_plus: 20340
|
||||
median_household_income: 54563
|
||||
poverty_rate: 16.94
|
||||
homeownership_rate: 73.91
|
||||
unemployment_rate: 5.9
|
||||
median_home_value: 167100
|
||||
gini_index: 0.4619
|
||||
vacancy_rate: 17.21
|
||||
race_white: 79440
|
||||
race_black: 15231
|
||||
race_asian: 680
|
||||
race_native: 526
|
||||
hispanic: 5393
|
||||
bachelors_plus: 18125
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Etowah County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 103105 |
|
||||
| Under 18 | 22582 |
|
||||
| 18–64 | 60183 |
|
||||
| 65+ | 20340 |
|
||||
| Median household income | 54563 |
|
||||
| Poverty rate | 16.94 |
|
||||
| Homeownership rate | 73.91 |
|
||||
| Unemployment rate | 5.9 |
|
||||
| Median home value | 167100 |
|
||||
| Gini index | 0.4619 |
|
||||
| Vacancy rate | 17.21 |
|
||||
| White | 79440 |
|
||||
| Black | 15231 |
|
||||
| Asian | 680 |
|
||||
| Native | 526 |
|
||||
| Hispanic/Latino | 5393 |
|
||||
| Bachelor's or higher | 18125 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fayette County, AL"
|
||||
classification: county
|
||||
fips: "01057"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 16053
|
||||
population_under_18: 3410
|
||||
population_18_64: 9134
|
||||
population_65_plus: 3509
|
||||
median_household_income: 49488
|
||||
poverty_rate: 21.81
|
||||
homeownership_rate: 78.42
|
||||
unemployment_rate: 8.44
|
||||
median_home_value: 125900
|
||||
gini_index: 0.4942
|
||||
vacancy_rate: 19.91
|
||||
race_white: 13512
|
||||
race_black: 1777
|
||||
race_asian: 8
|
||||
race_native: 22
|
||||
hispanic: 150
|
||||
bachelors_plus: 2227
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fayette County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16053 |
|
||||
| Under 18 | 3410 |
|
||||
| 18–64 | 9134 |
|
||||
| 65+ | 3509 |
|
||||
| Median household income | 49488 |
|
||||
| Poverty rate | 21.81 |
|
||||
| Homeownership rate | 78.42 |
|
||||
| Unemployment rate | 8.44 |
|
||||
| Median home value | 125900 |
|
||||
| Gini index | 0.4942 |
|
||||
| Vacancy rate | 19.91 |
|
||||
| White | 13512 |
|
||||
| Black | 1777 |
|
||||
| Asian | 8 |
|
||||
| Native | 22 |
|
||||
| Hispanic/Latino | 150 |
|
||||
| Bachelor's or higher | 2227 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, AL"
|
||||
classification: county
|
||||
fips: "01059"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 31966
|
||||
population_under_18: 8052
|
||||
population_18_64: 18586
|
||||
population_65_plus: 5328
|
||||
median_household_income: 53338
|
||||
poverty_rate: 19.14
|
||||
homeownership_rate: 72.37
|
||||
unemployment_rate: 3.63
|
||||
median_home_value: 136000
|
||||
gini_index: 0.4382
|
||||
vacancy_rate: 14.63
|
||||
race_white: 23800
|
||||
race_black: 1296
|
||||
race_asian: 22
|
||||
race_native: 235
|
||||
hispanic: 6573
|
||||
bachelors_plus: 4614
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31966 |
|
||||
| Under 18 | 8052 |
|
||||
| 18–64 | 18586 |
|
||||
| 65+ | 5328 |
|
||||
| Median household income | 53338 |
|
||||
| Poverty rate | 19.14 |
|
||||
| Homeownership rate | 72.37 |
|
||||
| Unemployment rate | 3.63 |
|
||||
| Median home value | 136000 |
|
||||
| Gini index | 0.4382 |
|
||||
| Vacancy rate | 14.63 |
|
||||
| White | 23800 |
|
||||
| Black | 1296 |
|
||||
| Asian | 22 |
|
||||
| Native | 235 |
|
||||
| Hispanic/Latino | 6573 |
|
||||
| Bachelor's or higher | 4614 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Geneva County, AL"
|
||||
classification: county
|
||||
fips: "01061"
|
||||
state: "AL"
|
||||
demographics:
|
||||
population: 26887
|
||||
population_under_18: 5905
|
||||
population_18_64: 15530
|
||||
population_65_plus: 5452
|
||||
median_household_income: 52771
|
||||
poverty_rate: 19.18
|
||||
homeownership_rate: 78.11
|
||||
unemployment_rate: 5.63
|
||||
median_home_value: 130700
|
||||
gini_index: 0.4241
|
||||
vacancy_rate: 15.39
|
||||
race_white: 22492
|
||||
race_black: 2316
|
||||
race_asian: 168
|
||||
race_native: 66
|
||||
hispanic: 1437
|
||||
bachelors_plus: 3231
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, al]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Geneva County, AL
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26887 |
|
||||
| Under 18 | 5905 |
|
||||
| 18–64 | 15530 |
|
||||
| 65+ | 5452 |
|
||||
| Median household income | 52771 |
|
||||
| Poverty rate | 19.18 |
|
||||
| Homeownership rate | 78.11 |
|
||||
| Unemployment rate | 5.63 |
|
||||
| Median home value | 130700 |
|
||||
| Gini index | 0.4241 |
|
||||
| Vacancy rate | 15.39 |
|
||||
| White | 22492 |
|
||||
| Black | 2316 |
|
||||
| Asian | 168 |
|
||||
| Native | 66 |
|
||||
| Hispanic/Latino | 1437 |
|
||||
| Bachelor's or higher | 3231 |
|
||||
|
||||
## 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