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: "Afzal Khan"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "IND"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BOBBY KHAN FOR CONGRESS"
|
||||
id: "C00906206"
|
||||
ids:
|
||||
fec: "H6NV01315"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Afzal Khan
|
||||
|
||||
Independent challenger for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BOBBY KHAN FOR CONGRESS (C00906206)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alex Pereszlenyi"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALEX PERESZLENYI FOR NEVADA"
|
||||
id: "C00907592"
|
||||
ids:
|
||||
fec: "H6NV01323"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alex Pereszlenyi
|
||||
|
||||
Democratic challenger for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALEX PERESZLENYI FOR NEVADA (C00907592)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Aury Nagy"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NAGY FOR CONGRESS"
|
||||
id: "C00904219"
|
||||
ids:
|
||||
fec: "H6NV03212"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Aury Nagy
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NAGY FOR CONGRESS (C00904219)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Carrie Buck"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CARRIE BUCK FOR CONGRESS"
|
||||
id: "C00914804"
|
||||
ids:
|
||||
fec: "H6NV01331"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carrie Buck
|
||||
|
||||
Republican challenger for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CARRIE BUCK FOR CONGRESS (C00914804)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christopher Paul Brandlin"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BRANDLIN FOR CONGRESS"
|
||||
id: "C00899013"
|
||||
ids:
|
||||
fec: "H6NV03196"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christopher Paul Brandlin
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BRANDLIN FOR CONGRESS (C00899013)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Cody K Whipple"
|
||||
description: "U.S. House candidate, NV-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CODY K 4 CONGRESS"
|
||||
id: "C00901827"
|
||||
ids:
|
||||
fec: "H6NV04111"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cody K Whipple
|
||||
|
||||
Republican challenger for U.S. House (NV-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CODY K 4 CONGRESS (C00901827)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "David Flippo"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DAVID FLIPPO FOR NEVADA"
|
||||
id: "C00901710"
|
||||
ids:
|
||||
fec: "H4NV04108"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# David Flippo
|
||||
|
||||
Republican challenger for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DAVID FLIPPO FOR NEVADA (C00901710)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dina Titus"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TITUS FOR CONGRESS"
|
||||
id: "C00499467"
|
||||
ids:
|
||||
fec: "H8NV03036"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dina Titus
|
||||
|
||||
Democratic incumbent for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TITUS FOR CONGRESS (C00499467)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "George Forbush"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GEORGE FORBUSH FOR CONGRESS"
|
||||
id: "C00942961"
|
||||
ids:
|
||||
fec: "H6NV02420"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# George Forbush
|
||||
|
||||
Republican open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GEORGE FORBUSH FOR CONGRESS (C00942961)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Greg Kidd"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GREG KIDD FOR NEVADA"
|
||||
id: "C00873620"
|
||||
ids:
|
||||
fec: "H4NV02185"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greg Kidd
|
||||
|
||||
Democratic open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GREG KIDD FOR NEVADA (C00873620)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James Arnold Settelmeyer"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JAMES SETTELMEYER FOR NEVADA"
|
||||
id: "C00942441"
|
||||
ids:
|
||||
fec: "H6NV02396"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James Arnold Settelmeyer
|
||||
|
||||
Republican open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JAMES SETTELMEYER FOR NEVADA (C00942441)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James Dr. Lally"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LALLY FOR NEVADA"
|
||||
id: "C00911396"
|
||||
ids:
|
||||
fec: "H6NV03246"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James Dr. Lally
|
||||
|
||||
Democratic challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LALLY FOR NEVADA (C00911396)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jeff Dr. Gunter"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GUNTER FOR CONGRESS"
|
||||
id: "C00929976"
|
||||
ids:
|
||||
fec: "H6NV03287"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jeff Dr. Gunter
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GUNTER FOR CONGRESS (C00929976)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jim Blockey"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JIM BLOCKEY FOR CONGRESS"
|
||||
id: "C00926089"
|
||||
ids:
|
||||
fec: "H8NV01113"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jim Blockey
|
||||
|
||||
Republican challenger for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JIM BLOCKEY FOR CONGRESS (C00926089)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joshua Russell Dr. Hebert"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT JOSH HEBERT"
|
||||
id: "C00929497"
|
||||
ids:
|
||||
fec: "H6NV02347"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joshua Russell Dr. Hebert
|
||||
|
||||
Democratic open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT JOSH HEBERT (C00929497)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joshua Walters"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOSHUA WALTERS FOR CONGRESS"
|
||||
id: "C00919993"
|
||||
ids:
|
||||
fec: "H6NV03261"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joshua Walters
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOSHUA WALTERS FOR CONGRESS (C00919993)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joy Hoover"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF JOY HOOVER"
|
||||
id: "C00916445"
|
||||
ids:
|
||||
fec: "H6NV01356"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joy Hoover
|
||||
|
||||
Democratic challenger for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF JOY HOOVER (C00916445)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kathy L Durham"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KATHYDURHAMFORCONGRESS"
|
||||
id: "C00913095"
|
||||
ids:
|
||||
fec: "H6NV02289"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kathy L Durham
|
||||
|
||||
Democratic open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KATHYDURHAMFORCONGRESS (C00913095)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Keith Hanoff"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT KEITH HANOFF"
|
||||
id: "C00916361"
|
||||
ids:
|
||||
fec: "H6NV01349"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Keith Hanoff
|
||||
|
||||
Republican challenger for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT KEITH HANOFF (C00916361)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lydia Dominguez"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LYDIA DOMINGUEZ FOR CONGRESS"
|
||||
id: "C00918417"
|
||||
ids:
|
||||
fec: "H6NV03253"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lydia Dominguez
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LYDIA DOMINGUEZ FOR CONGRESS (C00918417)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Eugene Amodei"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AMODEI FOR NEVADA"
|
||||
id: "C00496760"
|
||||
ids:
|
||||
fec: "H2NV02395"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Eugene Amodei
|
||||
|
||||
Republican incumbent for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AMODEI FOR NEVADA (C00496760)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Marty O'Donnell"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARTY FOR CONGRESS"
|
||||
id: "C00900910"
|
||||
ids:
|
||||
fec: "H6NV03204"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marty O'Donnell
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARTY FOR CONGRESS (C00900910)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Marty O'Donnell"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARTY FOR CONGRESS"
|
||||
id: "C00900910"
|
||||
ids:
|
||||
fec: "H4NV03225"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marty O'Donnell
|
||||
|
||||
Republican candidate for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARTY FOR CONGRESS (C00900910)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew William Fonken"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATTHEW FONKEN FOR NEVADA"
|
||||
id: "C00928960"
|
||||
ids:
|
||||
fec: "H6NV02297"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew William Fonken
|
||||
|
||||
Democratic open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATTHEW FONKEN FOR NEVADA (C00928960)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Boris"
|
||||
description: "U.S. House candidate, NV-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-01"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MICHAEL BORIS FOR NEVADA 2026"
|
||||
id: "C00945279"
|
||||
ids:
|
||||
fec: "H4NV01237"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Boris
|
||||
|
||||
Republican challenger for U.S. House (NV-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MICHAEL BORIS FOR NEVADA 2026 (C00945279)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mike Smith"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS FOR MICHAEL SMITH"
|
||||
id: "C00945345"
|
||||
ids:
|
||||
fec: "H6NV02446"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mike Smith
|
||||
|
||||
Republican open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS FOR MICHAEL SMITH (C00945345)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Morgan Leigh Wadsworth"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MORGAN WADSWORTH FOR CONGRESS"
|
||||
id: "C00930792"
|
||||
ids:
|
||||
fec: "H6NV02305"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Morgan Leigh Wadsworth
|
||||
|
||||
Democratic open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MORGAN WADSWORTH FOR CONGRESS (C00930792)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ronda Kennedy"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KENNEDY FOR NEVADA"
|
||||
id: "C00943597"
|
||||
ids:
|
||||
fec: "H6NV03238"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ronda Kennedy
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KENNEDY FOR NEVADA (C00943597)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ronda Kennedy"
|
||||
description: "U.S. House candidate, NV-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KENNEDY FOR NEVADA"
|
||||
id: "C00943597"
|
||||
ids:
|
||||
fec: "H6NV04137"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ronda Kennedy
|
||||
|
||||
Republican challenger for U.S. House (NV-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KENNEDY FOR NEVADA (C00943597)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Steven Alexzander Horsford"
|
||||
description: "U.S. House candidate, NV-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-04"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NEVADANS FOR STEVEN HORSFORD"
|
||||
id: "C00668228"
|
||||
ids:
|
||||
fec: "H2NV04011"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Steven Alexzander Horsford
|
||||
|
||||
Democratic incumbent for U.S. House (NV-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NEVADANS FOR STEVEN HORSFORD (C00668228)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Steven London"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STEVE LONDON FOR CONGRESS"
|
||||
id: "C00845529"
|
||||
ids:
|
||||
fec: "H4NV03175"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Steven London
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STEVE LONDON FOR CONGRESS (C00845529)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Susie Lee"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SUSIE LEE FOR CONGRESS"
|
||||
id: "C00655613"
|
||||
ids:
|
||||
fec: "H6NV04020"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Susie Lee
|
||||
|
||||
Democratic incumbent for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SUSIE LEE FOR CONGRESS (C00655613)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Tera Anderson"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF TERA ANDERSON"
|
||||
id: "C00903294"
|
||||
ids:
|
||||
fec: "H6NV03220"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tera Anderson
|
||||
|
||||
Republican challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF TERA ANDERSON (C00903294)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Teresa Benitez-Thompson"
|
||||
description: "U.S. House candidate, NV-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-02"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ELECT TERESA"
|
||||
id: "C00939488"
|
||||
ids:
|
||||
fec: "H6NV02362"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Teresa Benitez-Thompson
|
||||
|
||||
Democratic open-seat for U.S. House (NV-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ELECT TERESA (C00939488)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Terrill Robinson"
|
||||
description: "U.S. House candidate, NV-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "NV"
|
||||
district: "NV-03"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TERRILL ROBINSON FOR CONGRESS 2026"
|
||||
id: "C00949172"
|
||||
ids:
|
||||
fec: "H6NV03295"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Terrill Robinson
|
||||
|
||||
Democratic challenger for U.S. House (NV-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TERRILL ROBINSON FOR CONGRESS 2026 (C00949172)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
Reference in New Issue
Block a user