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
|
||||
Reference in New Issue
Block a user