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