Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Abraham Hamadeh"
|
||||
description: "U.S. House candidate, AZ-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-08"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ABE FOR ARIZONA"
|
||||
id: "C00853986"
|
||||
ids:
|
||||
fec: "H4AZ08108"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Abraham Hamadeh
|
||||
|
||||
Republican incumbent for U.S. House (AZ-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ABE FOR ARIZONA (C00853986)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Adelita Grijalva"
|
||||
description: "U.S. House candidate, AZ-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-07"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LA GENTE FOR GRIJALVA"
|
||||
id: "C00901116"
|
||||
ids:
|
||||
fec: "H6AZ07121"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adelita Grijalva
|
||||
|
||||
Democratic incumbent for U.S. House (AZ-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LA GENTE FOR GRIJALVA (C00901116)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alex Nicolas Stovall"
|
||||
description: "U.S. House candidate, AZ-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALEX FOR ARIZONA"
|
||||
id: "C00897603"
|
||||
ids:
|
||||
fec: "H6AZ05174"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alex Nicolas Stovall
|
||||
|
||||
Republican challenger for U.S. House (AZ-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALEX FOR ARIZONA (C00897603)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Amish Dr. Shah"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AMISH FOR ARIZONA"
|
||||
id: "C00836502"
|
||||
ids:
|
||||
fec: "H4AZ01194"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Amish Dr. Shah
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AMISH FOR ARIZONA (C00836502)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Andy Biggs"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BIGGS FOR CONGRESS"
|
||||
id: "C00610451"
|
||||
ids:
|
||||
fec: "H6AZ05083"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Andy Biggs
|
||||
|
||||
Republican incumbent for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BIGGS FOR CONGRESS (C00610451)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bernadette Greene Placentia"
|
||||
description: "U.S. House candidate, AZ-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-08"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BERNADETTE FOR CONGRESS"
|
||||
id: "C00848853"
|
||||
ids:
|
||||
fec: "H4AZ08082"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bernadette Greene Placentia
|
||||
|
||||
Democratic challenger for U.S. House (AZ-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BERNADETTE FOR CONGRESS (C00848853)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Blake Bracht"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BLAKE BRACHT FOR CONGRESS"
|
||||
id: "C00905430"
|
||||
ids:
|
||||
fec: "H6AZ05208"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Blake Bracht
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BLAKE BRACHT FOR CONGRESS (C00905430)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brandon Sowers"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SOWERS FOR CONGRESS"
|
||||
id: "C00922278"
|
||||
ids:
|
||||
fec: "H6AZ01371"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brandon Sowers
|
||||
|
||||
Republican open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SOWERS FOR CONGRESS (C00922278)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brian A Del Vecchio"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DEL FOR ARIZONA"
|
||||
id: "C00896464"
|
||||
ids:
|
||||
fec: "H6AZ01272"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brian A Del Vecchio
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DEL FOR ARIZONA (C00896464)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brian Hualde"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BRIAN HUALDE FOR CONGRESS 2026"
|
||||
id: "C00910026"
|
||||
ids:
|
||||
fec: "H6AZ05224"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brian Hualde
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BRIAN HUALDE FOR CONGRESS 2026 (C00910026)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Chris Donat"
|
||||
description: "U.S. House candidate, AZ-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRIS DONAT FOR CONGRESS"
|
||||
id: "C00898841"
|
||||
ids:
|
||||
fec: "H6AZ06107"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chris Donat
|
||||
|
||||
Democratic challenger for U.S. House (AZ-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRIS DONAT FOR CONGRESS (C00898841)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christopher Ajluni"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "IND"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRISTOPHER FOR CONGRESS"
|
||||
id: "C00943639"
|
||||
ids:
|
||||
fec: "H6AZ01439"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christopher Ajluni
|
||||
|
||||
Independent open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRISTOPHER FOR CONGRESS (C00943639)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christopher Lee James"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRIS JAMES FOR ARIZONA"
|
||||
id: "C00910240"
|
||||
ids:
|
||||
fec: "H6AZ05216"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christopher Lee James
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRIS JAMES FOR ARIZONA (C00910240)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Daniel Keenan"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DANIEL KEENAN FOR CONGRESS"
|
||||
id: "C00898429"
|
||||
ids:
|
||||
fec: "H6AZ05182"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Daniel Keenan
|
||||
|
||||
Republican open-seat for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DANIEL KEENAN FOR CONGRESS (C00898429)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Danielle Sterbinsky"
|
||||
description: "U.S. House candidate, AZ-09 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-09"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STERBINSKY FOR CONGRESS"
|
||||
id: "C00904821"
|
||||
ids:
|
||||
fec: "H6AZ09085"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Danielle Sterbinsky
|
||||
|
||||
Democratic challenger for U.S. House (AZ-09), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STERBINSKY FOR CONGRESS (C00904821)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "David S. Schweikert"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF DAVID SCHWEIKERT"
|
||||
id: "C00540617"
|
||||
ids:
|
||||
fec: "H4AZ06045"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# David S. Schweikert
|
||||
|
||||
Republican incumbent for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF DAVID SCHWEIKERT (C00540617)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Eli Crane"
|
||||
description: "U.S. House candidate, AZ-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ELI CRANE FOR CONGRESS"
|
||||
id: "C00784934"
|
||||
ids:
|
||||
fec: "H2AZ01354"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eli Crane
|
||||
|
||||
Republican incumbent for U.S. House (AZ-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ELI CRANE FOR CONGRESS (C00784934)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Elizabeth Lee"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ELIZABETH LEE FOR CONGRESS"
|
||||
id: "C00915983"
|
||||
ids:
|
||||
fec: "H6AZ05240"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elizabeth Lee
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ELIZABETH LEE FOR CONGRESS (C00915983)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Gina Swoboda"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GINA SWOBODA FOR CONGRESS"
|
||||
id: "C00923839"
|
||||
ids:
|
||||
fec: "H6AZ01405"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gina Swoboda
|
||||
|
||||
Republican open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GINA SWOBODA FOR CONGRESS (C00923839)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Greg Stanton"
|
||||
description: "U.S. House candidate, AZ-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-04"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STANTON FOR CONGRESS"
|
||||
id: "C00657304"
|
||||
ids:
|
||||
fec: "H8AZ09040"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greg Stanton
|
||||
|
||||
Democratic incumbent for U.S. House (AZ-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STANTON FOR CONGRESS (C00657304)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jereme Lance Peters"
|
||||
description: "U.S. House candidate, AZ-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-06"
|
||||
party: "LIB"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JEREME LANCE PETERS FOR CONGRESS"
|
||||
id: "C00946525"
|
||||
ids:
|
||||
fec: "H6AZ06214"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jereme Lance Peters
|
||||
|
||||
Libertarian challenger for U.S. House (AZ-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JEREME LANCE PETERS FOR CONGRESS (C00946525)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jerone Davison"
|
||||
description: "U.S. House candidate, AZ-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JERONE DAVISON FOR ARIZONA"
|
||||
id: "C00900027"
|
||||
ids:
|
||||
fec: "H6AZ04227"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jerone Davison
|
||||
|
||||
Republican challenger for U.S. House (AZ-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JERONE DAVISON FOR ARIZONA (C00900027)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joanna Mendoza"
|
||||
description: "U.S. House candidate, AZ-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MENDOZA FOR CONGRESS"
|
||||
id: "C00897090"
|
||||
ids:
|
||||
fec: "H6AZ06099"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joanna Mendoza
|
||||
|
||||
Democratic challenger for U.S. House (AZ-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MENDOZA FOR CONGRESS (C00897090)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Trobough"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TROBOUGH FOR AZ"
|
||||
id: "C00927400"
|
||||
ids:
|
||||
fec: "H6AZ01447"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Trobough
|
||||
|
||||
Republican open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TROBOUGH FOR AZ (C00927400)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jonathan Michael Nez"
|
||||
description: "U.S. House candidate, AZ-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JONATHAN NEZ FOR CONGRESS"
|
||||
id: "C00853473"
|
||||
ids:
|
||||
fec: "H4AZ02184"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jonathan Michael Nez
|
||||
|
||||
Democratic challenger for U.S. House (AZ-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JONATHAN NEZ FOR CONGRESS (C00853473)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jonathan Treble"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TREBLE FOR ARIZONA"
|
||||
id: "C00901215"
|
||||
ids:
|
||||
fec: "H6AZ01298"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jonathan Treble
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TREBLE FOR ARIZONA (C00901215)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joseph Chaplik"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOSEPH CHAPLIK FOR CONGRESS"
|
||||
id: "C00930719"
|
||||
ids:
|
||||
fec: "H6AZ01454"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joseph Chaplik
|
||||
|
||||
Republican open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOSEPH CHAPLIK FOR CONGRESS (C00930719)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Juan Ciscomani"
|
||||
description: "U.S. House candidate, AZ-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-06"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CISCOMANI FOR CONGRESS"
|
||||
id: "C00786194"
|
||||
ids:
|
||||
fec: "H2AZ02360"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Juan Ciscomani
|
||||
|
||||
Republican incumbent for U.S. House (AZ-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CISCOMANI FOR CONGRESS (C00786194)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kai Newkirk"
|
||||
description: "U.S. House candidate, AZ-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KAI NEWKIRK FOR CONGRESS"
|
||||
id: "C00942763"
|
||||
ids:
|
||||
fec: "H6AZ04250"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kai Newkirk
|
||||
|
||||
Democratic challenger for U.S. House (AZ-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KAI NEWKIRK FOR CONGRESS (C00942763)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "M. Zuhdi Jasser"
|
||||
description: "U.S. House candidate, AZ-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF DR. JASSER, INC."
|
||||
id: "C00914598"
|
||||
ids:
|
||||
fec: "H4AZ04115"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# M. Zuhdi Jasser
|
||||
|
||||
Republican challenger for U.S. House (AZ-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF DR. JASSER, INC. (C00914598)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Lamb"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARK LAMB FOR CONGRESS"
|
||||
id: "C00924084"
|
||||
ids:
|
||||
fec: "H6AZ05265"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Lamb
|
||||
|
||||
Republican open-seat for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARK LAMB FOR CONGRESS (C00924084)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Robert Gordon"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARK ROBERT GORDON FOR CONGRESS"
|
||||
id: "C00911404"
|
||||
ids:
|
||||
fec: "H6AZ01314"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Robert Gordon
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARK ROBERT GORDON FOR CONGRESS (C00911404)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Marlene Galan-Woods"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARLENE FOR CONGRESS 2026"
|
||||
id: "C00898775"
|
||||
ids:
|
||||
fec: "H6AZ01280"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marlene Galan-Woods
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARLENE FOR CONGRESS 2026 (C00898775)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mo Goldman"
|
||||
description: "U.S. House candidate, AZ-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MEET THE MOMENT PAC"
|
||||
id: "C00902858"
|
||||
ids:
|
||||
fec: "H6AZ06123"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mo Goldman
|
||||
|
||||
Democratic challenger for U.S. House (AZ-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MEET THE MOMENT PAC (C00902858)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Monica Maria Alponte"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "LIB"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MONICA ALPONTE FOR CONGRESS"
|
||||
id: "C00945287"
|
||||
ids:
|
||||
fec: "H6AZ01488"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Monica Maria Alponte
|
||||
|
||||
Libertarian open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MONICA ALPONTE FOR CONGRESS (C00945287)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Paul C Reevs"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "REEVS FOR CONGRESS"
|
||||
id: "C00922559"
|
||||
ids:
|
||||
fec: "H6AZ01389"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Paul C Reevs
|
||||
|
||||
Republican open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- REEVS FOR CONGRESS (C00922559)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Paul Dr. Gosar"
|
||||
description: "U.S. House candidate, AZ-09 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-09"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GOSAR FOR CONGRESS"
|
||||
id: "C00461806"
|
||||
ids:
|
||||
fec: "H0AZ01259"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Paul Dr. Gosar
|
||||
|
||||
Republican incumbent for U.S. House (AZ-09), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GOSAR FOR CONGRESS (C00461806)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Raymond Charles Keeler"
|
||||
description: "U.S. House candidate, AZ-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-08"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RAY KEELER 4 ARIZONA"
|
||||
id: "C00934299"
|
||||
ids:
|
||||
fec: "H6AZ08269"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Raymond Charles Keeler
|
||||
|
||||
Democratic challenger for U.S. House (AZ-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RAY KEELER 4 ARIZONA (C00934299)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Rick Mccartney"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RICK MCCARTNEY FOR CONGRESS 2026"
|
||||
id: "C00902411"
|
||||
ids:
|
||||
fec: "H6AZ01306"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rick Mccartney
|
||||
|
||||
Democratic open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RICK MCCARTNEY FOR CONGRESS 2026 (C00902411)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas James Feely"
|
||||
description: "U.S. House candidate, AZ-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FEELY FOR CONGRESS"
|
||||
id: "C00903088"
|
||||
ids:
|
||||
fec: "H6AZ05190"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas James Feely
|
||||
|
||||
Republican open-seat for U.S. House (AZ-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FEELY FOR CONGRESS (C00903088)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Travis W. Grantham"
|
||||
description: "U.S. House candidate, AZ-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GRANTHAM FOR CONGRESS"
|
||||
id: "C00497628"
|
||||
ids:
|
||||
fec: "H2AZ06155"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Travis W. Grantham
|
||||
|
||||
Republican open-seat for U.S. House (AZ-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GRANTHAM FOR CONGRESS (C00497628)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Trevor Dickerson"
|
||||
description: "U.S. House candidate, AZ-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-06"
|
||||
party: "IND"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TREVOR D FOR ME"
|
||||
id: "C00901421"
|
||||
ids:
|
||||
fec: "H6AZ06115"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Trevor Dickerson
|
||||
|
||||
Independent challenger for U.S. House (AZ-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TREVOR D FOR ME (C00901421)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: ""
|
||||
description: "U.S. House candidate, AZ (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BERNADETTE FOR AZ"
|
||||
id: "C00894121"
|
||||
ids:
|
||||
fec: "H6AZ08210"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
#
|
||||
|
||||
candidate for U.S. House (AZ), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BERNADETTE FOR AZ (C00894121)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Yassamin Ansari"
|
||||
description: "U.S. House candidate, AZ-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AZ"
|
||||
district: "AZ-03"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "YASSAMIN ANSARI FOR CONGRESS"
|
||||
id: "C00836767"
|
||||
ids:
|
||||
fec: "H4AZ03109"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yassamin Ansari
|
||||
|
||||
Democratic incumbent for U.S. House (AZ-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- YASSAMIN ANSARI FOR CONGRESS (C00836767)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
Reference in New Issue
Block a user