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,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Abdul El-Sayed"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ABDUL FOR U.S. SENATE"
|
||||
id: "C00902668"
|
||||
ids:
|
||||
fec: "S6MI00418"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Abdul El-Sayed
|
||||
|
||||
Democratic open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ABDUL FOR U.S. SENATE (C00902668)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Adam Hollier"
|
||||
description: "U.S. House candidate, MI-13 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-13"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ADAM HOLLIER FOR CONGRESS"
|
||||
id: "C00801761"
|
||||
ids:
|
||||
fec: "H2MI13246"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adam Hollier
|
||||
|
||||
Democratic challenger for U.S. House (MI-13), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ADAM HOLLIER FOR CONGRESS (C00801761)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Aisha Farooqi"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AISHA FOR MICHIGAN"
|
||||
id: "C00915975"
|
||||
ids:
|
||||
fec: "H6MI11225"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Aisha Farooqi
|
||||
|
||||
Democratic open-seat for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AISHA FOR MICHIGAN (C00915975)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alexander Hawkins"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF ALEX HAWKINS"
|
||||
id: "C00896704"
|
||||
ids:
|
||||
fec: "H6MI10268"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alexander Hawkins
|
||||
|
||||
Democratic open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF ALEX HAWKINS (C00896704)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alfred Lemmo"
|
||||
description: "U.S. House candidate, MI-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-08"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LEMMO FOR CONGRESS"
|
||||
id: "C00939397"
|
||||
ids:
|
||||
fec: "H0MI13463"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alfred Lemmo
|
||||
|
||||
Republican challenger for U.S. House (MI-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LEMMO FOR CONGRESS (C00939397)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Amir Hassan"
|
||||
description: "U.S. House candidate, MI-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-08"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HASSAN FOR MICHIGAN"
|
||||
id: "C00911800"
|
||||
ids:
|
||||
fec: "H6MI08296"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Amir Hassan
|
||||
|
||||
Republican challenger for U.S. House (MI-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HASSAN FOR MICHIGAN (C00911800)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Anil Dr. Kumar"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "UN"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DR. KUMAR FOR CONGRESS"
|
||||
id: "C00846089"
|
||||
ids:
|
||||
fec: "H4MI10131"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Anil Dr. Kumar
|
||||
|
||||
UN open-seat for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DR. KUMAR FOR CONGRESS (C00846089)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Benjamin Ambrose"
|
||||
description: "U.S. House candidate, MI-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AMBROSE FOR CONGRESS"
|
||||
id: "C00908079"
|
||||
ids:
|
||||
fec: "H6MI02216"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Benjamin Ambrose
|
||||
|
||||
Democratic challenger for U.S. House (MI-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AMBROSE FOR CONGRESS (C00908079)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bernadette Smith"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BERNADETTE SMITH FOR US SENATE"
|
||||
id: "C00926279"
|
||||
ids:
|
||||
fec: "S6MI00517"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bernadette Smith
|
||||
|
||||
Republican open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BERNADETTE SMITH FOR US SENATE (C00926279)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brink Bridget"
|
||||
description: "U.S. House candidate, MI-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BRINK FOR CONGRESS"
|
||||
id: "C00908541"
|
||||
ids:
|
||||
fec: "H6MI07256"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brink Bridget
|
||||
|
||||
Democratic challenger for U.S. House (MI-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BRINK FOR CONGRESS (C00908541)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Callie Barr"
|
||||
description: "U.S. House candidate, MI-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CALLIE BARR FOR CONGRESS"
|
||||
id: "C00837054"
|
||||
ids:
|
||||
fec: "H4MI01155"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Callie Barr
|
||||
|
||||
Democratic challenger for U.S. House (MI-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CALLIE BARR FOR CONGRESS (C00837054)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christian A Vukasovich"
|
||||
description: "U.S. House candidate, MI-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRISTIAN4MICHIGAN"
|
||||
id: "C00922534"
|
||||
ids:
|
||||
fec: "H6MI05227"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christian A Vukasovich
|
||||
|
||||
Democratic challenger for U.S. House (MI-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRISTIAN4MICHIGAN (C00922534)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christina Hines"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRISTINA FOR CONGRESS"
|
||||
id: "C00901678"
|
||||
ids:
|
||||
fec: "H6MI10276"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christina Hines
|
||||
|
||||
Democratic open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRISTINA FOR CONGRESS (C00901678)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Daltson Theodore Atwell"
|
||||
description: "U.S. House candidate, MI-09 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-09"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT DALTSON ATWELL"
|
||||
id: "C00908764"
|
||||
ids:
|
||||
fec: "H6MI09237"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Daltson Theodore Atwell
|
||||
|
||||
Republican challenger for U.S. House (MI-09), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT DALTSON ATWELL (C00908764)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Debbie Dingell"
|
||||
description: "U.S. House candidate, MI-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-06"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DEBBIE DINGELL FOR CONGRESS"
|
||||
id: "C00558213"
|
||||
ids:
|
||||
fec: "H4MI12079"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Debbie Dingell
|
||||
|
||||
Democratic incumbent for U.S. House (MI-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DEBBIE DINGELL FOR CONGRESS (C00558213)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Diop Jermaine Mr Ii Harris"
|
||||
description: "U.S. House candidate, MI-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DIOP HARRIS FOR CONGRESS"
|
||||
id: "C00902734"
|
||||
ids:
|
||||
fec: "H6MI04196"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Diop Jermaine Mr Ii Harris
|
||||
|
||||
Democratic challenger for U.S. House (MI-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DIOP HARRIS FOR CONGRESS (C00902734)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Don Ufford"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DON UFFORD FOR MICHIGAN"
|
||||
id: "C00917229"
|
||||
ids:
|
||||
fec: "H6MI11241"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Don Ufford
|
||||
|
||||
Democratic open-seat for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DON UFFORD FOR MICHIGAN (C00917229)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Donavan Mckinney"
|
||||
description: "U.S. House candidate, MI-13 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-13"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DONAVAN MCKINNEY FOR CONGRESS"
|
||||
id: "C00903591"
|
||||
ids:
|
||||
fec: "H6MI13254"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Donavan Mckinney
|
||||
|
||||
Democratic challenger for U.S. House (MI-13), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DONAVAN MCKINNEY FOR CONGRESS (C00903591)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Eric Chung"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ERIC CHUNG FOR MICHIGAN"
|
||||
id: "C00903815"
|
||||
ids:
|
||||
fec: "H6MI10292"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eric Chung
|
||||
|
||||
Democratic open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ERIC CHUNG FOR MICHIGAN (C00903815)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Frederick Heurtebise"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FREDERICK HEURTEBISE FOR US SENATE"
|
||||
id: "C00897736"
|
||||
ids:
|
||||
fec: "S6MI00384"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Frederick Heurtebise
|
||||
|
||||
Republican open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FREDERICK HEURTEBISE FOR US SENATE (C00897736)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Gary Peters"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PETERS FOR MICHIGAN"
|
||||
id: "C00437889"
|
||||
ids:
|
||||
fec: "S4MI00355"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gary Peters
|
||||
|
||||
Democratic incumbent for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PETERS FOR MICHIGAN (C00437889)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Genevieve Scott"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SCOTT FOR US SENATE"
|
||||
id: "C00903427"
|
||||
ids:
|
||||
fec: "S6MI00434"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Genevieve Scott
|
||||
|
||||
Republican open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SCOTT FOR US SENATE (C00903427)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "George Adams"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TRIPP ADAMS FOR CONGRESS"
|
||||
id: "C00908293"
|
||||
ids:
|
||||
fec: "H6MI10300"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# George Adams
|
||||
|
||||
Democratic open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TRIPP ADAMS FOR CONGRESS (C00908293)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Haley Stevens"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HALEY STEVENS FOR SENATE"
|
||||
id: "C00903039"
|
||||
ids:
|
||||
fec: "S6MI00426"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Haley Stevens
|
||||
|
||||
Democratic open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HALEY STEVENS FOR SENATE (C00903039)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Haley Stevens"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HALEY STEVENS FOR CONGRESS"
|
||||
id: "C00638650"
|
||||
ids:
|
||||
fec: "H8MI11254"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Haley Stevens
|
||||
|
||||
Democratic incumbent for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HALEY STEVENS FOR CONGRESS (C00638650)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Hillary Scholten"
|
||||
description: "U.S. House candidate, MI-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-03"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SCHOLTEN FOR CONGRESS"
|
||||
id: "C00711317"
|
||||
ids:
|
||||
fec: "H0MI03316"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hillary Scholten
|
||||
|
||||
Democratic incumbent for U.S. House (MI-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SCHOLTEN FOR CONGRESS (C00711317)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jamie Hill"
|
||||
description: "U.S. House candidate, MI-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CITIZENS FOR JAMIE HILL"
|
||||
id: "C00906099"
|
||||
ids:
|
||||
fec: "H6MI02208"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jamie Hill
|
||||
|
||||
Democratic challenger for U.S. House (MI-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CITIZENS FOR JAMIE HILL (C00906099)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jeremy Moss"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JEREMY MOSS FOR CONGRESS"
|
||||
id: "C00904581"
|
||||
ids:
|
||||
fec: "H6MI11191"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jeremy Moss
|
||||
|
||||
Democratic open-seat for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JEREMY MOSS FOR CONGRESS (C00904581)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jessica Swartz"
|
||||
description: "U.S. House candidate, MI-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JESSICA FOR MICHIGAN"
|
||||
id: "C00845933"
|
||||
ids:
|
||||
fec: "H4MI04159"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jessica Swartz
|
||||
|
||||
Democratic challenger for U.S. House (MI-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JESSICA FOR MICHIGAN (C00845933)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Bergman"
|
||||
description: "U.S. House candidate, MI-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BERGMANFORCONGRESS"
|
||||
id: "C00614214"
|
||||
ids:
|
||||
fec: "H6MI01226"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Bergman
|
||||
|
||||
Republican incumbent for U.S. House (MI-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BERGMANFORCONGRESS (C00614214)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John James"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOHN JAMES FOR CONGRESS, INC."
|
||||
id: "C00803502"
|
||||
ids:
|
||||
fec: "H2MI10150"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John James
|
||||
|
||||
Republican incumbent for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOHN JAMES FOR CONGRESS, INC. (C00803502)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Mr. Moolenaar"
|
||||
description: "U.S. House candidate, MI-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MOOLENAAR FOR CONGRESS"
|
||||
id: "C00561530"
|
||||
ids:
|
||||
fec: "H4MI04126"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Mr. Moolenaar
|
||||
|
||||
Republican incumbent for U.S. House (MI-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MOOLENAAR FOR CONGRESS (C00561530)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Paul Torres"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOHN PAUL TORRES FOR CONGRESS"
|
||||
id: "C00922864"
|
||||
ids:
|
||||
fec: "H6MI11274"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Paul Torres
|
||||
|
||||
Democratic open-seat for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOHN PAUL TORRES FOR CONGRESS (C00922864)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joseph Allen Tate"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TATE FOR MICHIGAN"
|
||||
id: "C00904862"
|
||||
ids:
|
||||
fec: "S6MI00459"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joseph Allen Tate
|
||||
|
||||
Democratic open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TATE FOR MICHIGAN (C00904862)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Josh Cowen"
|
||||
description: "U.S. House candidate, MI-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COWEN FOR CONGRESS"
|
||||
id: "C00911313"
|
||||
ids:
|
||||
fec: "H6MI07280"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Josh Cowen
|
||||
|
||||
Democratic challenger for U.S. House (MI-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COWEN FOR CONGRESS (C00911313)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Justin Kirk"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JUSTIN KIRK FOR CONGRESS"
|
||||
id: "C00924456"
|
||||
ids:
|
||||
fec: "H6MI10334"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Justin Kirk
|
||||
|
||||
Republican open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JUSTIN KIRK FOR CONGRESS (C00924456)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Justin Michal"
|
||||
description: "U.S. House candidate, MI-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-01"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JUSTIN MICHAL FOR CONGRESS"
|
||||
id: "C00897637"
|
||||
ids:
|
||||
fec: "H6MI01242"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Justin Michal
|
||||
|
||||
Republican challenger for U.S. House (MI-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JUSTIN MICHAL FOR CONGRESS (C00897637)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kristen Mcdonald Rivet"
|
||||
description: "U.S. House candidate, MI-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-08"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KRISTEN FOR MICHIGAN"
|
||||
id: "C00864207"
|
||||
ids:
|
||||
fec: "H4MI08218"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kristen Mcdonald Rivet
|
||||
|
||||
Democratic incumbent for U.S. House (MI-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KRISTEN FOR MICHIGAN (C00864207)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kyle Blomquist"
|
||||
description: "U.S. House candidate, MI-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BLOMQUIST FOR CONGRESS"
|
||||
id: "C00914523"
|
||||
ids:
|
||||
fec: "H6MI01267"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kyle Blomquist
|
||||
|
||||
Democratic challenger for U.S. House (MI-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BLOMQUIST FOR CONGRESS (C00914523)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lisa Mcclain"
|
||||
description: "U.S. House candidate, MI-09 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-09"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LISA MCCLAIN FOR CONGRESS"
|
||||
id: "C00726042"
|
||||
ids:
|
||||
fec: "H0MI10287"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lisa Mcclain
|
||||
|
||||
Republican incumbent for U.S. House (MI-09), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LISA MCCLAIN FOR CONGRESS (C00726042)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mallory Mcmorrow"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCMORROW FOR MICHIGAN"
|
||||
id: "C00901173"
|
||||
ids:
|
||||
fec: "S6MI00392"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mallory Mcmorrow
|
||||
|
||||
Democratic open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCMORROW FOR MICHIGAN (C00901173)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Denotter"
|
||||
description: "U.S. House candidate, MI-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-01"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DENOTTER FOR CONGRESS"
|
||||
id: "C00788588"
|
||||
ids:
|
||||
fec: "H2MI11232"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Denotter
|
||||
|
||||
Republican challenger for U.S. House (MI-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DENOTTER FOR CONGRESS (C00788588)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Maasdam"
|
||||
description: "U.S. House candidate, MI-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATT MAASDAM FOR CONGRESS"
|
||||
id: "C00909549"
|
||||
ids:
|
||||
fec: "H6MI07272"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Maasdam
|
||||
|
||||
Democratic challenger for U.S. House (MI-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATT MAASDAM FOR CONGRESS (C00909549)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Maurice Gerard Morton"
|
||||
description: "U.S. House candidate, MI-13 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-13"
|
||||
party: "IND"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MAURICE MORTON FOR CONGRESS"
|
||||
id: "C00926782"
|
||||
ids:
|
||||
fec: "H4MI14166"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Maurice Gerard Morton
|
||||
|
||||
Independent challenger for U.S. House (MI-13), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MAURICE MORTON FOR CONGRESS (C00926782)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Bouchard"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF MICHAEL BOUCHARD INC"
|
||||
id: "C00925743"
|
||||
ids:
|
||||
fec: "H6MI10359"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Bouchard
|
||||
|
||||
Republican open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF MICHAEL BOUCHARD INC (C00925743)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael J Rogers"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ROGERS FOR SENATE"
|
||||
id: "C00849810"
|
||||
ids:
|
||||
fec: "S4MI00595"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael J Rogers
|
||||
|
||||
Republican open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ROGERS FOR SENATE (C00849810)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Jay Mr. Jr. Markey"
|
||||
description: "U.S. House candidate, MI-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MICHAEL MARKEY FOR CONGRESS"
|
||||
id: "C00836809"
|
||||
ids:
|
||||
fec: "H4MI03243"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Jay Mr. Jr. Markey
|
||||
|
||||
Republican challenger for U.S. House (MI-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MICHAEL MARKEY FOR CONGRESS (C00836809)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mike Steger"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STEGER FOR CONGRESS"
|
||||
id: "C00911297"
|
||||
ids:
|
||||
fec: "H6MI11209"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mike Steger
|
||||
|
||||
Republican open-seat for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STEGER FOR CONGRESS (C00911297)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nazmul Hassan"
|
||||
description: "U.S. House candidate, MI-13 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-13"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HASSAN FOR CONGRESS"
|
||||
id: "C00915678"
|
||||
ids:
|
||||
fec: "H6MI13296"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nazmul Hassan
|
||||
|
||||
Democratic challenger for U.S. House (MI-13), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HASSAN FOR CONGRESS (C00915678)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Rachel Elizabeth Howard"
|
||||
description: "U.S. Senate candidate, MI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MI"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RACHEL FOR US SENATE"
|
||||
id: "C00906867"
|
||||
ids:
|
||||
fec: "S6MI00467"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rachel Elizabeth Howard
|
||||
|
||||
Democratic open-seat for U.S. Senate (MI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RACHEL FOR US SENATE (C00906867)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Rashida Tlaib"
|
||||
description: "U.S. House candidate, MI-12 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-12"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RASHIDA TLAIB FOR CONGRESS"
|
||||
id: "C00668608"
|
||||
ids:
|
||||
fec: "H8MI13250"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rashida Tlaib
|
||||
|
||||
Democratic incumbent for U.S. House (MI-12), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RASHIDA TLAIB FOR CONGRESS (C00668608)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert Lulgjuraj"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ROBERT LULGJURAJ FOR CONGRESS"
|
||||
id: "C00909721"
|
||||
ids:
|
||||
fec: "H6MI10326"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert Lulgjuraj
|
||||
|
||||
Republican open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ROBERT LULGJURAJ FOR CONGRESS (C00909721)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ryan Cushman"
|
||||
description: "U.S. House candidate, MI-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RYAN CUSHMAN FOR CONGRESS"
|
||||
id: "C00944595"
|
||||
ids:
|
||||
fec: "H6MI03206"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ryan Cushman
|
||||
|
||||
Republican challenger for U.S. House (MI-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RYAN CUSHMAN FOR CONGRESS (C00944595)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sean Mccann"
|
||||
description: "U.S. House candidate, MI-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SEAN MCCANN FOR CONGRESS"
|
||||
id: "C00911784"
|
||||
ids:
|
||||
fec: "H6MI04204"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sean Mccann
|
||||
|
||||
Democratic challenger for U.S. House (MI-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SEAN MCCANN FOR CONGRESS (C00911784)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Shri Thanedar"
|
||||
description: "U.S. House candidate, MI-13 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-13"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SHRI FOR CONGRESS"
|
||||
id: "C00798132"
|
||||
ids:
|
||||
fec: "H2MI13204"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Shri Thanedar
|
||||
|
||||
Democratic incumbent for U.S. House (MI-13), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SHRI FOR CONGRESS (C00798132)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Steven Elliott"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STEVEN J. ELLIOTT FOR CONGRESS"
|
||||
id: "C00918656"
|
||||
ids:
|
||||
fec: "H2MI13311"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Steven Elliott
|
||||
|
||||
Republican challenger for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STEVEN J. ELLIOTT FOR CONGRESS (C00918656)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Stu Baker"
|
||||
description: "U.S. House candidate, MI-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-11"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BAKER FOR CONGRESS"
|
||||
id: "C00917948"
|
||||
ids:
|
||||
fec: "H6MI11258"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stu Baker
|
||||
|
||||
Democratic open-seat for U.S. House (MI-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BAKER FOR CONGRESS (C00917948)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Terri Deboer"
|
||||
description: "U.S. House candidate, MI-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TERRI DEBOER FOR CONGRESS"
|
||||
id: "C00941823"
|
||||
ids:
|
||||
fec: "H6MI03198"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Terri Deboer
|
||||
|
||||
Republican challenger for U.S. House (MI-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TERRI DEBOER FOR CONGRESS (C00941823)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas More Barrett"
|
||||
description: "U.S. House candidate, MI-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-07"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TOM BARRETT FOR CONGRESS"
|
||||
id: "C00793976"
|
||||
ids:
|
||||
fec: "H2MI07123"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas More Barrett
|
||||
|
||||
Republican incumbent for U.S. House (MI-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TOM BARRETT FOR CONGRESS (C00793976)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Tim Greimel"
|
||||
description: "U.S. House candidate, MI-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-10"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TIM GREIMEL FOR CONGRESS"
|
||||
id: "C00902080"
|
||||
ids:
|
||||
fec: "H6MI10284"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tim Greimel
|
||||
|
||||
Democratic open-seat for U.S. House (MI-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TIM GREIMEL FOR CONGRESS (C00902080)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Timothy L Rep Walberg"
|
||||
description: "U.S. House candidate, MI-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-05"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WALBERG FOR CONGRESS"
|
||||
id: "C00390724"
|
||||
ids:
|
||||
fec: "H4MI07103"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Timothy L Rep Walberg
|
||||
|
||||
Republican incumbent for U.S. House (MI-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WALBERG FOR CONGRESS (C00390724)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Wayne Stiles"
|
||||
description: "U.S. House candidate, MI-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WAYNE FOR CONGRESS"
|
||||
id: "C00897959"
|
||||
ids:
|
||||
fec: "H6MI01259"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wayne Stiles
|
||||
|
||||
Democratic challenger for U.S. House (MI-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WAYNE FOR CONGRESS (C00897959)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William Lawrence"
|
||||
description: "U.S. House candidate, MI-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF WILLIAM LAWRENCE"
|
||||
id: "C00916809"
|
||||
ids:
|
||||
fec: "H6MI07298"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William Lawrence
|
||||
|
||||
Democratic challenger for U.S. House (MI-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF WILLIAM LAWRENCE (C00916809)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William P Huizenga"
|
||||
description: "U.S. House candidate, MI-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MI"
|
||||
district: "MI-04"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HUIZENGA FOR CONGRESS"
|
||||
id: "C00459297"
|
||||
ids:
|
||||
fec: "H0MI02094"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William P Huizenga
|
||||
|
||||
Republican incumbent for U.S. House (MI-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HUIZENGA FOR CONGRESS (C00459297)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alcona County, MI"
|
||||
classification: county
|
||||
fips: "26001"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 10397
|
||||
population_under_18: 1305
|
||||
population_18_64: 5249
|
||||
population_65_plus: 3843
|
||||
median_household_income: 54993
|
||||
poverty_rate: 12.31
|
||||
homeownership_rate: 89.63
|
||||
unemployment_rate: 4.49
|
||||
median_home_value: 162800
|
||||
gini_index: 0.4367
|
||||
vacancy_rate: 48.59
|
||||
race_white: 9699
|
||||
race_black: 68
|
||||
race_asian: 52
|
||||
race_native: 28
|
||||
hispanic: 176
|
||||
bachelors_plus: 2612
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alcona County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10397 |
|
||||
| Under 18 | 1305 |
|
||||
| 18–64 | 5249 |
|
||||
| 65+ | 3843 |
|
||||
| Median household income | 54993 |
|
||||
| Poverty rate | 12.31 |
|
||||
| Homeownership rate | 89.63 |
|
||||
| Unemployment rate | 4.49 |
|
||||
| Median home value | 162800 |
|
||||
| Gini index | 0.4367 |
|
||||
| Vacancy rate | 48.59 |
|
||||
| White | 9699 |
|
||||
| Black | 68 |
|
||||
| Asian | 52 |
|
||||
| Native | 28 |
|
||||
| Hispanic/Latino | 176 |
|
||||
| Bachelor's or higher | 2612 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alger County, MI"
|
||||
classification: county
|
||||
fips: "26003"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 8762
|
||||
population_under_18: 1284
|
||||
population_18_64: 5098
|
||||
population_65_plus: 2380
|
||||
median_household_income: 61286
|
||||
poverty_rate: 10.36
|
||||
homeownership_rate: 86.29
|
||||
unemployment_rate: 6.8
|
||||
median_home_value: 176200
|
||||
gini_index: 0.4042
|
||||
vacancy_rate: 43.2
|
||||
race_white: 7178
|
||||
race_black: 670
|
||||
race_asian: 23
|
||||
race_native: 202
|
||||
hispanic: 154
|
||||
bachelors_plus: 1852
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alger County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8762 |
|
||||
| Under 18 | 1284 |
|
||||
| 18–64 | 5098 |
|
||||
| 65+ | 2380 |
|
||||
| Median household income | 61286 |
|
||||
| Poverty rate | 10.36 |
|
||||
| Homeownership rate | 86.29 |
|
||||
| Unemployment rate | 6.8 |
|
||||
| Median home value | 176200 |
|
||||
| Gini index | 0.4042 |
|
||||
| Vacancy rate | 43.2 |
|
||||
| White | 7178 |
|
||||
| Black | 670 |
|
||||
| Asian | 23 |
|
||||
| Native | 202 |
|
||||
| Hispanic/Latino | 154 |
|
||||
| Bachelor's or higher | 1852 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Allegan County, MI"
|
||||
classification: county
|
||||
fips: "26005"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 121456
|
||||
population_under_18: 28212
|
||||
population_18_64: 70866
|
||||
population_65_plus: 22378
|
||||
median_household_income: 83283
|
||||
poverty_rate: 8.37
|
||||
homeownership_rate: 87.37
|
||||
unemployment_rate: 2.96
|
||||
median_home_value: 267100
|
||||
gini_index: 0.4151
|
||||
vacancy_rate: 13.52
|
||||
race_white: 105919
|
||||
race_black: 1483
|
||||
race_asian: 838
|
||||
race_native: 539
|
||||
hispanic: 9856
|
||||
bachelors_plus: 30453
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Allegan County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 121456 |
|
||||
| Under 18 | 28212 |
|
||||
| 18–64 | 70866 |
|
||||
| 65+ | 22378 |
|
||||
| Median household income | 83283 |
|
||||
| Poverty rate | 8.37 |
|
||||
| Homeownership rate | 87.37 |
|
||||
| Unemployment rate | 2.96 |
|
||||
| Median home value | 267100 |
|
||||
| Gini index | 0.4151 |
|
||||
| Vacancy rate | 13.52 |
|
||||
| White | 105919 |
|
||||
| Black | 1483 |
|
||||
| Asian | 838 |
|
||||
| Native | 539 |
|
||||
| Hispanic/Latino | 9856 |
|
||||
| Bachelor's or higher | 30453 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alpena County, MI"
|
||||
classification: county
|
||||
fips: "26007"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 28880
|
||||
population_under_18: 5333
|
||||
population_18_64: 16282
|
||||
population_65_plus: 7265
|
||||
median_household_income: 53950
|
||||
poverty_rate: 17.96
|
||||
homeownership_rate: 80.0
|
||||
unemployment_rate: 6.18
|
||||
median_home_value: 153900
|
||||
gini_index: 0.4678
|
||||
vacancy_rate: 17.11
|
||||
race_white: 26743
|
||||
race_black: 291
|
||||
race_asian: 53
|
||||
race_native: 25
|
||||
hispanic: 477
|
||||
bachelors_plus: 5470
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alpena County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28880 |
|
||||
| Under 18 | 5333 |
|
||||
| 18–64 | 16282 |
|
||||
| 65+ | 7265 |
|
||||
| Median household income | 53950 |
|
||||
| Poverty rate | 17.96 |
|
||||
| Homeownership rate | 80.0 |
|
||||
| Unemployment rate | 6.18 |
|
||||
| Median home value | 153900 |
|
||||
| Gini index | 0.4678 |
|
||||
| Vacancy rate | 17.11 |
|
||||
| White | 26743 |
|
||||
| Black | 291 |
|
||||
| Asian | 53 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 477 |
|
||||
| Bachelor's or higher | 5470 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Antrim County, MI"
|
||||
classification: county
|
||||
fips: "26009"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 24127
|
||||
population_under_18: 4081
|
||||
population_18_64: 13116
|
||||
population_65_plus: 6930
|
||||
median_household_income: 72054
|
||||
poverty_rate: 9.87
|
||||
homeownership_rate: 86.37
|
||||
unemployment_rate: 3.9
|
||||
median_home_value: 255500
|
||||
gini_index: 0.4343
|
||||
vacancy_rate: 37.37
|
||||
race_white: 22399
|
||||
race_black: 149
|
||||
race_asian: 74
|
||||
race_native: 125
|
||||
hispanic: 525
|
||||
bachelors_plus: 8784
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Antrim County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 24127 |
|
||||
| Under 18 | 4081 |
|
||||
| 18–64 | 13116 |
|
||||
| 65+ | 6930 |
|
||||
| Median household income | 72054 |
|
||||
| Poverty rate | 9.87 |
|
||||
| Homeownership rate | 86.37 |
|
||||
| Unemployment rate | 3.9 |
|
||||
| Median home value | 255500 |
|
||||
| Gini index | 0.4343 |
|
||||
| Vacancy rate | 37.37 |
|
||||
| White | 22399 |
|
||||
| Black | 149 |
|
||||
| Asian | 74 |
|
||||
| Native | 125 |
|
||||
| Hispanic/Latino | 525 |
|
||||
| Bachelor's or higher | 8784 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Arenac County, MI"
|
||||
classification: county
|
||||
fips: "26011"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 15077
|
||||
population_under_18: 2782
|
||||
population_18_64: 8191
|
||||
population_65_plus: 4104
|
||||
median_household_income: 58811
|
||||
poverty_rate: 11.74
|
||||
homeownership_rate: 86.25
|
||||
unemployment_rate: 6.0
|
||||
median_home_value: 150600
|
||||
gini_index: 0.4039
|
||||
vacancy_rate: 31.42
|
||||
race_white: 14086
|
||||
race_black: 109
|
||||
race_asian: 29
|
||||
race_native: 57
|
||||
hispanic: 336
|
||||
bachelors_plus: 2490
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Arenac County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15077 |
|
||||
| Under 18 | 2782 |
|
||||
| 18–64 | 8191 |
|
||||
| 65+ | 4104 |
|
||||
| Median household income | 58811 |
|
||||
| Poverty rate | 11.74 |
|
||||
| Homeownership rate | 86.25 |
|
||||
| Unemployment rate | 6.0 |
|
||||
| Median home value | 150600 |
|
||||
| Gini index | 0.4039 |
|
||||
| Vacancy rate | 31.42 |
|
||||
| White | 14086 |
|
||||
| Black | 109 |
|
||||
| Asian | 29 |
|
||||
| Native | 57 |
|
||||
| Hispanic/Latino | 336 |
|
||||
| Bachelor's or higher | 2490 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Baraga County, MI"
|
||||
classification: county
|
||||
fips: "26013"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 8191
|
||||
population_under_18: 1394
|
||||
population_18_64: 4896
|
||||
population_65_plus: 1901
|
||||
median_household_income: 55327
|
||||
poverty_rate: 15.23
|
||||
homeownership_rate: 78.5
|
||||
unemployment_rate: 5.14
|
||||
median_home_value: 138100
|
||||
gini_index: 0.4354
|
||||
vacancy_rate: 32.03
|
||||
race_white: 5950
|
||||
race_black: 513
|
||||
race_asian: 65
|
||||
race_native: 981
|
||||
hispanic: 143
|
||||
bachelors_plus: 1261
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Baraga County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8191 |
|
||||
| Under 18 | 1394 |
|
||||
| 18–64 | 4896 |
|
||||
| 65+ | 1901 |
|
||||
| Median household income | 55327 |
|
||||
| Poverty rate | 15.23 |
|
||||
| Homeownership rate | 78.5 |
|
||||
| Unemployment rate | 5.14 |
|
||||
| Median home value | 138100 |
|
||||
| Gini index | 0.4354 |
|
||||
| Vacancy rate | 32.03 |
|
||||
| White | 5950 |
|
||||
| Black | 513 |
|
||||
| Asian | 65 |
|
||||
| Native | 981 |
|
||||
| Hispanic/Latino | 143 |
|
||||
| Bachelor's or higher | 1261 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Barry County, MI"
|
||||
classification: county
|
||||
fips: "26015"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 63409
|
||||
population_under_18: 13753
|
||||
population_18_64: 37284
|
||||
population_65_plus: 12372
|
||||
median_household_income: 77500
|
||||
poverty_rate: 8.41
|
||||
homeownership_rate: 87.31
|
||||
unemployment_rate: 4.3
|
||||
median_home_value: 264100
|
||||
gini_index: 0.4468
|
||||
vacancy_rate: 11.88
|
||||
race_white: 58772
|
||||
race_black: 214
|
||||
race_asian: 379
|
||||
race_native: 176
|
||||
hispanic: 2337
|
||||
bachelors_plus: 14741
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Barry County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 63409 |
|
||||
| Under 18 | 13753 |
|
||||
| 18–64 | 37284 |
|
||||
| 65+ | 12372 |
|
||||
| Median household income | 77500 |
|
||||
| Poverty rate | 8.41 |
|
||||
| Homeownership rate | 87.31 |
|
||||
| Unemployment rate | 4.3 |
|
||||
| Median home value | 264100 |
|
||||
| Gini index | 0.4468 |
|
||||
| Vacancy rate | 11.88 |
|
||||
| White | 58772 |
|
||||
| Black | 214 |
|
||||
| Asian | 379 |
|
||||
| Native | 176 |
|
||||
| Hispanic/Latino | 2337 |
|
||||
| Bachelor's or higher | 14741 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bay County, MI"
|
||||
classification: county
|
||||
fips: "26017"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 103008
|
||||
population_under_18: 20150
|
||||
population_18_64: 60290
|
||||
population_65_plus: 22568
|
||||
median_household_income: 61763
|
||||
poverty_rate: 13.25
|
||||
homeownership_rate: 77.03
|
||||
unemployment_rate: 4.34
|
||||
median_home_value: 152200
|
||||
gini_index: 0.4342
|
||||
vacancy_rate: 7.31
|
||||
race_white: 93440
|
||||
race_black: 1234
|
||||
race_asian: 525
|
||||
race_native: 230
|
||||
hispanic: 6117
|
||||
bachelors_plus: 21960
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bay County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 103008 |
|
||||
| Under 18 | 20150 |
|
||||
| 18–64 | 60290 |
|
||||
| 65+ | 22568 |
|
||||
| Median household income | 61763 |
|
||||
| Poverty rate | 13.25 |
|
||||
| Homeownership rate | 77.03 |
|
||||
| Unemployment rate | 4.34 |
|
||||
| Median home value | 152200 |
|
||||
| Gini index | 0.4342 |
|
||||
| Vacancy rate | 7.31 |
|
||||
| White | 93440 |
|
||||
| Black | 1234 |
|
||||
| Asian | 525 |
|
||||
| Native | 230 |
|
||||
| Hispanic/Latino | 6117 |
|
||||
| Bachelor's or higher | 21960 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Benzie County, MI"
|
||||
classification: county
|
||||
fips: "26019"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 18310
|
||||
population_under_18: 3094
|
||||
population_18_64: 9955
|
||||
population_65_plus: 5261
|
||||
median_household_income: 74834
|
||||
poverty_rate: 9.66
|
||||
homeownership_rate: 87.75
|
||||
unemployment_rate: 3.09
|
||||
median_home_value: 285700
|
||||
gini_index: 0.4486
|
||||
vacancy_rate: 37.47
|
||||
race_white: 16806
|
||||
race_black: 124
|
||||
race_asian: 161
|
||||
race_native: 167
|
||||
hispanic: 457
|
||||
bachelors_plus: 7152
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Benzie County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18310 |
|
||||
| Under 18 | 3094 |
|
||||
| 18–64 | 9955 |
|
||||
| 65+ | 5261 |
|
||||
| Median household income | 74834 |
|
||||
| Poverty rate | 9.66 |
|
||||
| Homeownership rate | 87.75 |
|
||||
| Unemployment rate | 3.09 |
|
||||
| Median home value | 285700 |
|
||||
| Gini index | 0.4486 |
|
||||
| Vacancy rate | 37.47 |
|
||||
| White | 16806 |
|
||||
| Black | 124 |
|
||||
| Asian | 161 |
|
||||
| Native | 167 |
|
||||
| Hispanic/Latino | 457 |
|
||||
| Bachelor's or higher | 7152 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Berrien County, MI"
|
||||
classification: county
|
||||
fips: "26021"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 153288
|
||||
population_under_18: 32692
|
||||
population_18_64: 87893
|
||||
population_65_plus: 32703
|
||||
median_household_income: 65425
|
||||
poverty_rate: 15.08
|
||||
homeownership_rate: 72.83
|
||||
unemployment_rate: 6.17
|
||||
median_home_value: 224300
|
||||
gini_index: 0.4748
|
||||
vacancy_rate: 17.18
|
||||
race_white: 113353
|
||||
race_black: 20232
|
||||
race_asian: 2761
|
||||
race_native: 409
|
||||
hispanic: 9697
|
||||
bachelors_plus: 46853
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Berrien County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 153288 |
|
||||
| Under 18 | 32692 |
|
||||
| 18–64 | 87893 |
|
||||
| 65+ | 32703 |
|
||||
| Median household income | 65425 |
|
||||
| Poverty rate | 15.08 |
|
||||
| Homeownership rate | 72.83 |
|
||||
| Unemployment rate | 6.17 |
|
||||
| Median home value | 224300 |
|
||||
| Gini index | 0.4748 |
|
||||
| Vacancy rate | 17.18 |
|
||||
| White | 113353 |
|
||||
| Black | 20232 |
|
||||
| Asian | 2761 |
|
||||
| Native | 409 |
|
||||
| Hispanic/Latino | 9697 |
|
||||
| Bachelor's or higher | 46853 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Branch County, MI"
|
||||
classification: county
|
||||
fips: "26023"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 45300
|
||||
population_under_18: 10645
|
||||
population_18_64: 25868
|
||||
population_65_plus: 8787
|
||||
median_household_income: 63724
|
||||
poverty_rate: 16.43
|
||||
homeownership_rate: 77.67
|
||||
unemployment_rate: 5.66
|
||||
median_home_value: 162500
|
||||
gini_index: 0.421
|
||||
vacancy_rate: 19.38
|
||||
race_white: 39772
|
||||
race_black: 764
|
||||
race_asian: 228
|
||||
race_native: 175
|
||||
hispanic: 3071
|
||||
bachelors_plus: 6925
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Branch County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45300 |
|
||||
| Under 18 | 10645 |
|
||||
| 18–64 | 25868 |
|
||||
| 65+ | 8787 |
|
||||
| Median household income | 63724 |
|
||||
| Poverty rate | 16.43 |
|
||||
| Homeownership rate | 77.67 |
|
||||
| Unemployment rate | 5.66 |
|
||||
| Median home value | 162500 |
|
||||
| Gini index | 0.421 |
|
||||
| Vacancy rate | 19.38 |
|
||||
| White | 39772 |
|
||||
| Black | 764 |
|
||||
| Asian | 228 |
|
||||
| Native | 175 |
|
||||
| Hispanic/Latino | 3071 |
|
||||
| Bachelor's or higher | 6925 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Calhoun County, MI"
|
||||
classification: county
|
||||
fips: "26025"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 133778
|
||||
population_under_18: 30588
|
||||
population_18_64: 78263
|
||||
population_65_plus: 24927
|
||||
median_household_income: 63177
|
||||
poverty_rate: 13.94
|
||||
homeownership_rate: 72.65
|
||||
unemployment_rate: 6.42
|
||||
median_home_value: 162800
|
||||
gini_index: 0.4441
|
||||
vacancy_rate: 10.52
|
||||
race_white: 102224
|
||||
race_black: 13067
|
||||
race_asian: 3495
|
||||
race_native: 474
|
||||
hispanic: 7914
|
||||
bachelors_plus: 28345
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calhoun County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 133778 |
|
||||
| Under 18 | 30588 |
|
||||
| 18–64 | 78263 |
|
||||
| 65+ | 24927 |
|
||||
| Median household income | 63177 |
|
||||
| Poverty rate | 13.94 |
|
||||
| Homeownership rate | 72.65 |
|
||||
| Unemployment rate | 6.42 |
|
||||
| Median home value | 162800 |
|
||||
| Gini index | 0.4441 |
|
||||
| Vacancy rate | 10.52 |
|
||||
| White | 102224 |
|
||||
| Black | 13067 |
|
||||
| Asian | 3495 |
|
||||
| Native | 474 |
|
||||
| Hispanic/Latino | 7914 |
|
||||
| Bachelor's or higher | 28345 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cass County, MI"
|
||||
classification: county
|
||||
fips: "26027"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 51520
|
||||
population_under_18: 10397
|
||||
population_18_64: 29503
|
||||
population_65_plus: 11620
|
||||
median_household_income: 70443
|
||||
poverty_rate: 11.9
|
||||
homeownership_rate: 81.64
|
||||
unemployment_rate: 5.02
|
||||
median_home_value: 218000
|
||||
gini_index: 0.4628
|
||||
vacancy_rate: 17.42
|
||||
race_white: 43705
|
||||
race_black: 2110
|
||||
race_asian: 414
|
||||
race_native: 613
|
||||
hispanic: 2329
|
||||
bachelors_plus: 11093
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cass County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 51520 |
|
||||
| Under 18 | 10397 |
|
||||
| 18–64 | 29503 |
|
||||
| 65+ | 11620 |
|
||||
| Median household income | 70443 |
|
||||
| Poverty rate | 11.9 |
|
||||
| Homeownership rate | 81.64 |
|
||||
| Unemployment rate | 5.02 |
|
||||
| Median home value | 218000 |
|
||||
| Gini index | 0.4628 |
|
||||
| Vacancy rate | 17.42 |
|
||||
| White | 43705 |
|
||||
| Black | 2110 |
|
||||
| Asian | 414 |
|
||||
| Native | 613 |
|
||||
| Hispanic/Latino | 2329 |
|
||||
| Bachelor's or higher | 11093 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Charlevoix County, MI"
|
||||
classification: county
|
||||
fips: "26029"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 26108
|
||||
population_under_18: 4586
|
||||
population_18_64: 14455
|
||||
population_65_plus: 7067
|
||||
median_household_income: 76531
|
||||
poverty_rate: 8.73
|
||||
homeownership_rate: 83.49
|
||||
unemployment_rate: 3.35
|
||||
median_home_value: 276800
|
||||
gini_index: 0.4609
|
||||
vacancy_rate: 30.46
|
||||
race_white: 24313
|
||||
race_black: 136
|
||||
race_asian: 176
|
||||
race_native: 223
|
||||
hispanic: 530
|
||||
bachelors_plus: 9861
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Charlevoix County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26108 |
|
||||
| Under 18 | 4586 |
|
||||
| 18–64 | 14455 |
|
||||
| 65+ | 7067 |
|
||||
| Median household income | 76531 |
|
||||
| Poverty rate | 8.73 |
|
||||
| Homeownership rate | 83.49 |
|
||||
| Unemployment rate | 3.35 |
|
||||
| Median home value | 276800 |
|
||||
| Gini index | 0.4609 |
|
||||
| Vacancy rate | 30.46 |
|
||||
| White | 24313 |
|
||||
| Black | 136 |
|
||||
| Asian | 176 |
|
||||
| Native | 223 |
|
||||
| Hispanic/Latino | 530 |
|
||||
| Bachelor's or higher | 9861 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cheboygan County, MI"
|
||||
classification: county
|
||||
fips: "26031"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25865
|
||||
population_under_18: 3968
|
||||
population_18_64: 14403
|
||||
population_65_plus: 7494
|
||||
median_household_income: 62875
|
||||
poverty_rate: 12.36
|
||||
homeownership_rate: 85.63
|
||||
unemployment_rate: 6.1
|
||||
median_home_value: 192500
|
||||
gini_index: 0.4512
|
||||
vacancy_rate: 37.27
|
||||
race_white: 23120
|
||||
race_black: 238
|
||||
race_asian: 141
|
||||
race_native: 580
|
||||
hispanic: 440
|
||||
bachelors_plus: 6886
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cheboygan County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25865 |
|
||||
| Under 18 | 3968 |
|
||||
| 18–64 | 14403 |
|
||||
| 65+ | 7494 |
|
||||
| Median household income | 62875 |
|
||||
| Poverty rate | 12.36 |
|
||||
| Homeownership rate | 85.63 |
|
||||
| Unemployment rate | 6.1 |
|
||||
| Median home value | 192500 |
|
||||
| Gini index | 0.4512 |
|
||||
| Vacancy rate | 37.27 |
|
||||
| White | 23120 |
|
||||
| Black | 238 |
|
||||
| Asian | 141 |
|
||||
| Native | 580 |
|
||||
| Hispanic/Latino | 440 |
|
||||
| Bachelor's or higher | 6886 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chippewa County, MI"
|
||||
classification: county
|
||||
fips: "26033"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 36295
|
||||
population_under_18: 6399
|
||||
population_18_64: 22782
|
||||
population_65_plus: 7114
|
||||
median_household_income: 62217
|
||||
poverty_rate: 14.04
|
||||
homeownership_rate: 75.03
|
||||
unemployment_rate: 5.22
|
||||
median_home_value: 161900
|
||||
gini_index: 0.423
|
||||
vacancy_rate: 30.8
|
||||
race_white: 24576
|
||||
race_black: 2058
|
||||
race_asian: 262
|
||||
race_native: 4892
|
||||
hispanic: 825
|
||||
bachelors_plus: 8070
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chippewa County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36295 |
|
||||
| Under 18 | 6399 |
|
||||
| 18–64 | 22782 |
|
||||
| 65+ | 7114 |
|
||||
| Median household income | 62217 |
|
||||
| Poverty rate | 14.04 |
|
||||
| Homeownership rate | 75.03 |
|
||||
| Unemployment rate | 5.22 |
|
||||
| Median home value | 161900 |
|
||||
| Gini index | 0.423 |
|
||||
| Vacancy rate | 30.8 |
|
||||
| White | 24576 |
|
||||
| Black | 2058 |
|
||||
| Asian | 262 |
|
||||
| Native | 4892 |
|
||||
| Hispanic/Latino | 825 |
|
||||
| Bachelor's or higher | 8070 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clare County, MI"
|
||||
classification: county
|
||||
fips: "26035"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 31218
|
||||
population_under_18: 6014
|
||||
population_18_64: 17216
|
||||
population_65_plus: 7988
|
||||
median_household_income: 49384
|
||||
poverty_rate: 21.64
|
||||
homeownership_rate: 86.88
|
||||
unemployment_rate: 9.47
|
||||
median_home_value: 133800
|
||||
gini_index: 0.4614
|
||||
vacancy_rate: 43.11
|
||||
race_white: 29185
|
||||
race_black: 356
|
||||
race_asian: 102
|
||||
race_native: 119
|
||||
hispanic: 715
|
||||
bachelors_plus: 4226
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clare County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31218 |
|
||||
| Under 18 | 6014 |
|
||||
| 18–64 | 17216 |
|
||||
| 65+ | 7988 |
|
||||
| Median household income | 49384 |
|
||||
| Poverty rate | 21.64 |
|
||||
| Homeownership rate | 86.88 |
|
||||
| Unemployment rate | 9.47 |
|
||||
| Median home value | 133800 |
|
||||
| Gini index | 0.4614 |
|
||||
| Vacancy rate | 43.11 |
|
||||
| White | 29185 |
|
||||
| Black | 356 |
|
||||
| Asian | 102 |
|
||||
| Native | 119 |
|
||||
| Hispanic/Latino | 715 |
|
||||
| Bachelor's or higher | 4226 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clinton County, MI"
|
||||
classification: county
|
||||
fips: "26037"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 79626
|
||||
population_under_18: 17005
|
||||
population_18_64: 47650
|
||||
population_65_plus: 14971
|
||||
median_household_income: 88210
|
||||
poverty_rate: 9.68
|
||||
homeownership_rate: 82.19
|
||||
unemployment_rate: 3.83
|
||||
median_home_value: 259500
|
||||
gini_index: 0.4296
|
||||
vacancy_rate: 5.03
|
||||
race_white: 70643
|
||||
race_black: 1541
|
||||
race_asian: 1226
|
||||
race_native: 229
|
||||
hispanic: 4147
|
||||
bachelors_plus: 27680
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clinton County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 79626 |
|
||||
| Under 18 | 17005 |
|
||||
| 18–64 | 47650 |
|
||||
| 65+ | 14971 |
|
||||
| Median household income | 88210 |
|
||||
| Poverty rate | 9.68 |
|
||||
| Homeownership rate | 82.19 |
|
||||
| Unemployment rate | 3.83 |
|
||||
| Median home value | 259500 |
|
||||
| Gini index | 0.4296 |
|
||||
| Vacancy rate | 5.03 |
|
||||
| White | 70643 |
|
||||
| Black | 1541 |
|
||||
| Asian | 1226 |
|
||||
| Native | 229 |
|
||||
| Hispanic/Latino | 4147 |
|
||||
| Bachelor's or higher | 27680 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crawford County, MI"
|
||||
classification: county
|
||||
fips: "26039"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 13369
|
||||
population_under_18: 2334
|
||||
population_18_64: 7390
|
||||
population_65_plus: 3645
|
||||
median_household_income: 60392
|
||||
poverty_rate: 14.72
|
||||
homeownership_rate: 79.63
|
||||
unemployment_rate: 8.15
|
||||
median_home_value: 163000
|
||||
gini_index: 0.4018
|
||||
vacancy_rate: 39.68
|
||||
race_white: 12326
|
||||
race_black: 53
|
||||
race_asian: 111
|
||||
race_native: 32
|
||||
hispanic: 326
|
||||
bachelors_plus: 2968
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crawford County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13369 |
|
||||
| Under 18 | 2334 |
|
||||
| 18–64 | 7390 |
|
||||
| 65+ | 3645 |
|
||||
| Median household income | 60392 |
|
||||
| Poverty rate | 14.72 |
|
||||
| Homeownership rate | 79.63 |
|
||||
| Unemployment rate | 8.15 |
|
||||
| Median home value | 163000 |
|
||||
| Gini index | 0.4018 |
|
||||
| Vacancy rate | 39.68 |
|
||||
| White | 12326 |
|
||||
| Black | 53 |
|
||||
| Asian | 111 |
|
||||
| Native | 32 |
|
||||
| Hispanic/Latino | 326 |
|
||||
| Bachelor's or higher | 2968 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Delta County, MI"
|
||||
classification: county
|
||||
fips: "26041"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 36813
|
||||
population_under_18: 7037
|
||||
population_18_64: 20118
|
||||
population_65_plus: 9658
|
||||
median_household_income: 57809
|
||||
poverty_rate: 12.66
|
||||
homeownership_rate: 82.01
|
||||
unemployment_rate: 4.23
|
||||
median_home_value: 157100
|
||||
gini_index: 0.4744
|
||||
vacancy_rate: 19.52
|
||||
race_white: 33274
|
||||
race_black: 69
|
||||
race_asian: 176
|
||||
race_native: 564
|
||||
hispanic: 560
|
||||
bachelors_plus: 7190
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Delta County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36813 |
|
||||
| Under 18 | 7037 |
|
||||
| 18–64 | 20118 |
|
||||
| 65+ | 9658 |
|
||||
| Median household income | 57809 |
|
||||
| Poverty rate | 12.66 |
|
||||
| Homeownership rate | 82.01 |
|
||||
| Unemployment rate | 4.23 |
|
||||
| Median home value | 157100 |
|
||||
| Gini index | 0.4744 |
|
||||
| Vacancy rate | 19.52 |
|
||||
| White | 33274 |
|
||||
| Black | 69 |
|
||||
| Asian | 176 |
|
||||
| Native | 564 |
|
||||
| Hispanic/Latino | 560 |
|
||||
| Bachelor's or higher | 7190 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dickinson County, MI"
|
||||
classification: county
|
||||
fips: "26043"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25954
|
||||
population_under_18: 5181
|
||||
population_18_64: 14495
|
||||
population_65_plus: 6278
|
||||
median_household_income: 65156
|
||||
poverty_rate: 10.55
|
||||
homeownership_rate: 82.36
|
||||
unemployment_rate: 3.6
|
||||
median_home_value: 153300
|
||||
gini_index: 0.4244
|
||||
vacancy_rate: 14.67
|
||||
race_white: 24127
|
||||
race_black: 91
|
||||
race_asian: 75
|
||||
race_native: 144
|
||||
hispanic: 511
|
||||
bachelors_plus: 6307
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dickinson County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25954 |
|
||||
| Under 18 | 5181 |
|
||||
| 18–64 | 14495 |
|
||||
| 65+ | 6278 |
|
||||
| Median household income | 65156 |
|
||||
| Poverty rate | 10.55 |
|
||||
| Homeownership rate | 82.36 |
|
||||
| Unemployment rate | 3.6 |
|
||||
| Median home value | 153300 |
|
||||
| Gini index | 0.4244 |
|
||||
| Vacancy rate | 14.67 |
|
||||
| White | 24127 |
|
||||
| Black | 91 |
|
||||
| Asian | 75 |
|
||||
| Native | 144 |
|
||||
| Hispanic/Latino | 511 |
|
||||
| Bachelor's or higher | 6307 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Eaton County, MI"
|
||||
classification: county
|
||||
fips: "26045"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 109130
|
||||
population_under_18: 22348
|
||||
population_18_64: 64842
|
||||
population_65_plus: 21940
|
||||
median_household_income: 79597
|
||||
poverty_rate: 8.33
|
||||
homeownership_rate: 74.17
|
||||
unemployment_rate: 4.53
|
||||
median_home_value: 216900
|
||||
gini_index: 0.4064
|
||||
vacancy_rate: 4.87
|
||||
race_white: 88615
|
||||
race_black: 7502
|
||||
race_asian: 2416
|
||||
race_native: 302
|
||||
hispanic: 6891
|
||||
bachelors_plus: 32023
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eaton County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 109130 |
|
||||
| Under 18 | 22348 |
|
||||
| 18–64 | 64842 |
|
||||
| 65+ | 21940 |
|
||||
| Median household income | 79597 |
|
||||
| Poverty rate | 8.33 |
|
||||
| Homeownership rate | 74.17 |
|
||||
| Unemployment rate | 4.53 |
|
||||
| Median home value | 216900 |
|
||||
| Gini index | 0.4064 |
|
||||
| Vacancy rate | 4.87 |
|
||||
| White | 88615 |
|
||||
| Black | 7502 |
|
||||
| Asian | 2416 |
|
||||
| Native | 302 |
|
||||
| Hispanic/Latino | 6891 |
|
||||
| Bachelor's or higher | 32023 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Emmet County, MI"
|
||||
classification: county
|
||||
fips: "26047"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 34125
|
||||
population_under_18: 6188
|
||||
population_18_64: 19416
|
||||
population_65_plus: 8521
|
||||
median_household_income: 78112
|
||||
poverty_rate: 8.54
|
||||
homeownership_rate: 77.04
|
||||
unemployment_rate: 3.22
|
||||
median_home_value: 315700
|
||||
gini_index: 0.4727
|
||||
vacancy_rate: 30.89
|
||||
race_white: 30564
|
||||
race_black: 210
|
||||
race_asian: 176
|
||||
race_native: 612
|
||||
hispanic: 714
|
||||
bachelors_plus: 15054
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Emmet County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34125 |
|
||||
| Under 18 | 6188 |
|
||||
| 18–64 | 19416 |
|
||||
| 65+ | 8521 |
|
||||
| Median household income | 78112 |
|
||||
| Poverty rate | 8.54 |
|
||||
| Homeownership rate | 77.04 |
|
||||
| Unemployment rate | 3.22 |
|
||||
| Median home value | 315700 |
|
||||
| Gini index | 0.4727 |
|
||||
| Vacancy rate | 30.89 |
|
||||
| White | 30564 |
|
||||
| Black | 210 |
|
||||
| Asian | 176 |
|
||||
| Native | 612 |
|
||||
| Hispanic/Latino | 714 |
|
||||
| Bachelor's or higher | 15054 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Genesee County, MI"
|
||||
classification: county
|
||||
fips: "26049"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 403305
|
||||
population_under_18: 89589
|
||||
population_18_64: 237981
|
||||
population_65_plus: 75735
|
||||
median_household_income: 62281
|
||||
poverty_rate: 16.4
|
||||
homeownership_rate: 70.73
|
||||
unemployment_rate: 8.07
|
||||
median_home_value: 182400
|
||||
gini_index: 0.4602
|
||||
vacancy_rate: 9.01
|
||||
race_white: 290657
|
||||
race_black: 77933
|
||||
race_asian: 4378
|
||||
race_native: 1146
|
||||
hispanic: 17176
|
||||
bachelors_plus: 87764
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Genesee County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 403305 |
|
||||
| Under 18 | 89589 |
|
||||
| 18–64 | 237981 |
|
||||
| 65+ | 75735 |
|
||||
| Median household income | 62281 |
|
||||
| Poverty rate | 16.4 |
|
||||
| Homeownership rate | 70.73 |
|
||||
| Unemployment rate | 8.07 |
|
||||
| Median home value | 182400 |
|
||||
| Gini index | 0.4602 |
|
||||
| Vacancy rate | 9.01 |
|
||||
| White | 290657 |
|
||||
| Black | 77933 |
|
||||
| Asian | 4378 |
|
||||
| Native | 1146 |
|
||||
| Hispanic/Latino | 17176 |
|
||||
| Bachelor's or higher | 87764 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gladwin County, MI"
|
||||
classification: county
|
||||
fips: "26051"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25693
|
||||
population_under_18: 4852
|
||||
population_18_64: 13822
|
||||
population_65_plus: 7019
|
||||
median_household_income: 55349
|
||||
poverty_rate: 14.88
|
||||
homeownership_rate: 86.08
|
||||
unemployment_rate: 6.78
|
||||
median_home_value: 162300
|
||||
gini_index: 0.4337
|
||||
vacancy_rate: 33.79
|
||||
race_white: 24093
|
||||
race_black: 81
|
||||
race_asian: 117
|
||||
race_native: 126
|
||||
hispanic: 575
|
||||
bachelors_plus: 4368
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gladwin County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25693 |
|
||||
| Under 18 | 4852 |
|
||||
| 18–64 | 13822 |
|
||||
| 65+ | 7019 |
|
||||
| Median household income | 55349 |
|
||||
| Poverty rate | 14.88 |
|
||||
| Homeownership rate | 86.08 |
|
||||
| Unemployment rate | 6.78 |
|
||||
| Median home value | 162300 |
|
||||
| Gini index | 0.4337 |
|
||||
| Vacancy rate | 33.79 |
|
||||
| White | 24093 |
|
||||
| Black | 81 |
|
||||
| Asian | 117 |
|
||||
| Native | 126 |
|
||||
| Hispanic/Latino | 575 |
|
||||
| Bachelor's or higher | 4368 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gogebic County, MI"
|
||||
classification: county
|
||||
fips: "26053"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 14319
|
||||
population_under_18: 2346
|
||||
population_18_64: 7770
|
||||
population_65_plus: 4203
|
||||
median_household_income: 52732
|
||||
poverty_rate: 14.4
|
||||
homeownership_rate: 80.98
|
||||
unemployment_rate: 6.49
|
||||
median_home_value: 107200
|
||||
gini_index: 0.4788
|
||||
vacancy_rate: 32.76
|
||||
race_white: 13031
|
||||
race_black: 68
|
||||
race_asian: 86
|
||||
race_native: 346
|
||||
hispanic: 291
|
||||
bachelors_plus: 3441
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gogebic County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14319 |
|
||||
| Under 18 | 2346 |
|
||||
| 18–64 | 7770 |
|
||||
| 65+ | 4203 |
|
||||
| Median household income | 52732 |
|
||||
| Poverty rate | 14.4 |
|
||||
| Homeownership rate | 80.98 |
|
||||
| Unemployment rate | 6.49 |
|
||||
| Median home value | 107200 |
|
||||
| Gini index | 0.4788 |
|
||||
| Vacancy rate | 32.76 |
|
||||
| White | 13031 |
|
||||
| Black | 68 |
|
||||
| Asian | 86 |
|
||||
| Native | 346 |
|
||||
| Hispanic/Latino | 291 |
|
||||
| Bachelor's or higher | 3441 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grand Traverse County, MI"
|
||||
classification: county
|
||||
fips: "26055"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 96166
|
||||
population_under_18: 18689
|
||||
population_18_64: 56368
|
||||
population_65_plus: 21109
|
||||
median_household_income: 81647
|
||||
poverty_rate: 9.63
|
||||
homeownership_rate: 77.17
|
||||
unemployment_rate: 3.81
|
||||
median_home_value: 339400
|
||||
gini_index: 0.4376
|
||||
vacancy_rate: 14.29
|
||||
race_white: 88184
|
||||
race_black: 789
|
||||
race_asian: 655
|
||||
race_native: 623
|
||||
hispanic: 3242
|
||||
bachelors_plus: 40297
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grand Traverse County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 96166 |
|
||||
| Under 18 | 18689 |
|
||||
| 18–64 | 56368 |
|
||||
| 65+ | 21109 |
|
||||
| Median household income | 81647 |
|
||||
| Poverty rate | 9.63 |
|
||||
| Homeownership rate | 77.17 |
|
||||
| Unemployment rate | 3.81 |
|
||||
| Median home value | 339400 |
|
||||
| Gini index | 0.4376 |
|
||||
| Vacancy rate | 14.29 |
|
||||
| White | 88184 |
|
||||
| Black | 789 |
|
||||
| Asian | 655 |
|
||||
| Native | 623 |
|
||||
| Hispanic/Latino | 3242 |
|
||||
| Bachelor's or higher | 40297 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gratiot County, MI"
|
||||
classification: county
|
||||
fips: "26057"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 41385
|
||||
population_under_18: 8079
|
||||
population_18_64: 25929
|
||||
population_65_plus: 7377
|
||||
median_household_income: 63556
|
||||
poverty_rate: 13.97
|
||||
homeownership_rate: 78.86
|
||||
unemployment_rate: 4.18
|
||||
median_home_value: 147500
|
||||
gini_index: 0.4404
|
||||
vacancy_rate: 8.12
|
||||
race_white: 35595
|
||||
race_black: 2413
|
||||
race_asian: 169
|
||||
race_native: 108
|
||||
hispanic: 3171
|
||||
bachelors_plus: 7032
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gratiot County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 41385 |
|
||||
| Under 18 | 8079 |
|
||||
| 18–64 | 25929 |
|
||||
| 65+ | 7377 |
|
||||
| Median household income | 63556 |
|
||||
| Poverty rate | 13.97 |
|
||||
| Homeownership rate | 78.86 |
|
||||
| Unemployment rate | 4.18 |
|
||||
| Median home value | 147500 |
|
||||
| Gini index | 0.4404 |
|
||||
| Vacancy rate | 8.12 |
|
||||
| White | 35595 |
|
||||
| Black | 2413 |
|
||||
| Asian | 169 |
|
||||
| Native | 108 |
|
||||
| Hispanic/Latino | 3171 |
|
||||
| Bachelor's or higher | 7032 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hillsdale County, MI"
|
||||
classification: county
|
||||
fips: "26059"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 45654
|
||||
population_under_18: 9826
|
||||
population_18_64: 26065
|
||||
population_65_plus: 9763
|
||||
median_household_income: 64242
|
||||
poverty_rate: 14.37
|
||||
homeownership_rate: 82.01
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 176100
|
||||
gini_index: 0.4307
|
||||
vacancy_rate: 16.99
|
||||
race_white: 42662
|
||||
race_black: 318
|
||||
race_asian: 117
|
||||
race_native: 31
|
||||
hispanic: 1283
|
||||
bachelors_plus: 9268
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hillsdale County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45654 |
|
||||
| Under 18 | 9826 |
|
||||
| 18–64 | 26065 |
|
||||
| 65+ | 9763 |
|
||||
| Median household income | 64242 |
|
||||
| Poverty rate | 14.37 |
|
||||
| Homeownership rate | 82.01 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 176100 |
|
||||
| Gini index | 0.4307 |
|
||||
| Vacancy rate | 16.99 |
|
||||
| White | 42662 |
|
||||
| Black | 318 |
|
||||
| Asian | 117 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 1283 |
|
||||
| Bachelor's or higher | 9268 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Houghton County, MI"
|
||||
classification: county
|
||||
fips: "26061"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 37693
|
||||
population_under_18: 7459
|
||||
population_18_64: 23459
|
||||
population_65_plus: 6775
|
||||
median_household_income: 58899
|
||||
poverty_rate: 16.5
|
||||
homeownership_rate: 71.8
|
||||
unemployment_rate: 5.71
|
||||
median_home_value: 159900
|
||||
gini_index: 0.4644
|
||||
vacancy_rate: 24.19
|
||||
race_white: 34481
|
||||
race_black: 444
|
||||
race_asian: 1084
|
||||
race_native: 187
|
||||
hispanic: 697
|
||||
bachelors_plus: 11806
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Houghton County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37693 |
|
||||
| Under 18 | 7459 |
|
||||
| 18–64 | 23459 |
|
||||
| 65+ | 6775 |
|
||||
| Median household income | 58899 |
|
||||
| Poverty rate | 16.5 |
|
||||
| Homeownership rate | 71.8 |
|
||||
| Unemployment rate | 5.71 |
|
||||
| Median home value | 159900 |
|
||||
| Gini index | 0.4644 |
|
||||
| Vacancy rate | 24.19 |
|
||||
| White | 34481 |
|
||||
| Black | 444 |
|
||||
| Asian | 1084 |
|
||||
| Native | 187 |
|
||||
| Hispanic/Latino | 697 |
|
||||
| Bachelor's or higher | 11806 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Huron County, MI"
|
||||
classification: county
|
||||
fips: "26063"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 31113
|
||||
population_under_18: 5906
|
||||
population_18_64: 16742
|
||||
population_65_plus: 8465
|
||||
median_household_income: 58870
|
||||
poverty_rate: 12.62
|
||||
homeownership_rate: 81.82
|
||||
unemployment_rate: 4.14
|
||||
median_home_value: 154300
|
||||
gini_index: 0.4426
|
||||
vacancy_rate: 30.46
|
||||
race_white: 29230
|
||||
race_black: 108
|
||||
race_asian: 180
|
||||
race_native: 70
|
||||
hispanic: 886
|
||||
bachelors_plus: 5677
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Huron County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31113 |
|
||||
| Under 18 | 5906 |
|
||||
| 18–64 | 16742 |
|
||||
| 65+ | 8465 |
|
||||
| Median household income | 58870 |
|
||||
| Poverty rate | 12.62 |
|
||||
| Homeownership rate | 81.82 |
|
||||
| Unemployment rate | 4.14 |
|
||||
| Median home value | 154300 |
|
||||
| Gini index | 0.4426 |
|
||||
| Vacancy rate | 30.46 |
|
||||
| White | 29230 |
|
||||
| Black | 108 |
|
||||
| Asian | 180 |
|
||||
| Native | 70 |
|
||||
| Hispanic/Latino | 886 |
|
||||
| Bachelor's or higher | 5677 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ingham County, MI"
|
||||
classification: county
|
||||
fips: "26065"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 283913
|
||||
population_under_18: 55759
|
||||
population_18_64: 185944
|
||||
population_65_plus: 42210
|
||||
median_household_income: 65526
|
||||
poverty_rate: 16.69
|
||||
homeownership_rate: 59.46
|
||||
unemployment_rate: 6.24
|
||||
median_home_value: 198800
|
||||
gini_index: 0.4726
|
||||
vacancy_rate: 7.24
|
||||
race_white: 194933
|
||||
race_black: 32386
|
||||
race_asian: 17807
|
||||
race_native: 1542
|
||||
hispanic: 24806
|
||||
bachelors_plus: 104349
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ingham County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 283913 |
|
||||
| Under 18 | 55759 |
|
||||
| 18–64 | 185944 |
|
||||
| 65+ | 42210 |
|
||||
| Median household income | 65526 |
|
||||
| Poverty rate | 16.69 |
|
||||
| Homeownership rate | 59.46 |
|
||||
| Unemployment rate | 6.24 |
|
||||
| Median home value | 198800 |
|
||||
| Gini index | 0.4726 |
|
||||
| Vacancy rate | 7.24 |
|
||||
| White | 194933 |
|
||||
| Black | 32386 |
|
||||
| Asian | 17807 |
|
||||
| Native | 1542 |
|
||||
| Hispanic/Latino | 24806 |
|
||||
| Bachelor's or higher | 104349 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ionia County, MI"
|
||||
classification: county
|
||||
fips: "26067"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 66574
|
||||
population_under_18: 13909
|
||||
population_18_64: 42143
|
||||
population_65_plus: 10522
|
||||
median_household_income: 75611
|
||||
poverty_rate: 10.62
|
||||
homeownership_rate: 77.29
|
||||
unemployment_rate: 3.93
|
||||
median_home_value: 198500
|
||||
gini_index: 0.4158
|
||||
vacancy_rate: 6.06
|
||||
race_white: 57874
|
||||
race_black: 2261
|
||||
race_asian: 304
|
||||
race_native: 398
|
||||
hispanic: 3539
|
||||
bachelors_plus: 11128
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ionia County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 66574 |
|
||||
| Under 18 | 13909 |
|
||||
| 18–64 | 42143 |
|
||||
| 65+ | 10522 |
|
||||
| Median household income | 75611 |
|
||||
| Poverty rate | 10.62 |
|
||||
| Homeownership rate | 77.29 |
|
||||
| Unemployment rate | 3.93 |
|
||||
| Median home value | 198500 |
|
||||
| Gini index | 0.4158 |
|
||||
| Vacancy rate | 6.06 |
|
||||
| White | 57874 |
|
||||
| Black | 2261 |
|
||||
| Asian | 304 |
|
||||
| Native | 398 |
|
||||
| Hispanic/Latino | 3539 |
|
||||
| Bachelor's or higher | 11128 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Iosco County, MI"
|
||||
classification: county
|
||||
fips: "26069"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25347
|
||||
population_under_18: 4308
|
||||
population_18_64: 13167
|
||||
population_65_plus: 7872
|
||||
median_household_income: 50066
|
||||
poverty_rate: 17.73
|
||||
homeownership_rate: 82.07
|
||||
unemployment_rate: 6.49
|
||||
median_home_value: 142200
|
||||
gini_index: 0.4711
|
||||
vacancy_rate: 41.61
|
||||
race_white: 23326
|
||||
race_black: 237
|
||||
race_asian: 198
|
||||
race_native: 62
|
||||
hispanic: 719
|
||||
bachelors_plus: 5289
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Iosco County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25347 |
|
||||
| Under 18 | 4308 |
|
||||
| 18–64 | 13167 |
|
||||
| 65+ | 7872 |
|
||||
| Median household income | 50066 |
|
||||
| Poverty rate | 17.73 |
|
||||
| Homeownership rate | 82.07 |
|
||||
| Unemployment rate | 6.49 |
|
||||
| Median home value | 142200 |
|
||||
| Gini index | 0.4711 |
|
||||
| Vacancy rate | 41.61 |
|
||||
| White | 23326 |
|
||||
| Black | 237 |
|
||||
| Asian | 198 |
|
||||
| Native | 62 |
|
||||
| Hispanic/Latino | 719 |
|
||||
| Bachelor's or higher | 5289 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Iron County, MI"
|
||||
classification: county
|
||||
fips: "26071"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 11667
|
||||
population_under_18: 2044
|
||||
population_18_64: 5961
|
||||
population_65_plus: 3662
|
||||
median_household_income: 55940
|
||||
poverty_rate: 16.99
|
||||
homeownership_rate: 84.5
|
||||
unemployment_rate: 5.35
|
||||
median_home_value: 109100
|
||||
gini_index: 0.4557
|
||||
vacancy_rate: 39.42
|
||||
race_white: 10646
|
||||
race_black: 110
|
||||
race_asian: 69
|
||||
race_native: 101
|
||||
hispanic: 268
|
||||
bachelors_plus: 2675
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Iron County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11667 |
|
||||
| Under 18 | 2044 |
|
||||
| 18–64 | 5961 |
|
||||
| 65+ | 3662 |
|
||||
| Median household income | 55940 |
|
||||
| Poverty rate | 16.99 |
|
||||
| Homeownership rate | 84.5 |
|
||||
| Unemployment rate | 5.35 |
|
||||
| Median home value | 109100 |
|
||||
| Gini index | 0.4557 |
|
||||
| Vacancy rate | 39.42 |
|
||||
| White | 10646 |
|
||||
| Black | 110 |
|
||||
| Asian | 69 |
|
||||
| Native | 101 |
|
||||
| Hispanic/Latino | 268 |
|
||||
| Bachelor's or higher | 2675 |
|
||||
|
||||
## 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