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: "Alex Harper"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALEX HARPER FOR CONGRESS"
|
||||
id: "C00901124"
|
||||
ids:
|
||||
fec: "H6SC05178"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alex Harper
|
||||
|
||||
Democratic open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALEX HARPER FOR CONGRESS (C00901124)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alex Pelbath"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALEX PELBATH FOR CONGRESS"
|
||||
id: "C00917062"
|
||||
ids:
|
||||
fec: "H6SC01268"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alex Pelbath
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALEX PELBATH FOR CONGRESS (C00917062)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Andre Bauer"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ANDRE BAUER FOR U.S. SENATE"
|
||||
id: "C00909929"
|
||||
ids:
|
||||
fec: "S6SC04262"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Andre Bauer
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ANDRE BAUER FOR U.S. SENATE (C00909929)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Andrew Clough"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CLOUGH FOR CONGRESS"
|
||||
id: "C00909267"
|
||||
ids:
|
||||
fec: "H6SC05186"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Andrew Clough
|
||||
|
||||
Democratic open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CLOUGH FOR CONGRESS (C00909267)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Annie Andrews"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DR. ANNIE ANDREWS FOR SENATE"
|
||||
id: "C00906024"
|
||||
ids:
|
||||
fec: "S6SC04239"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Annie Andrews
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DR. ANNIE ANDREWS FOR SENATE (C00906024)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bill Bledsoe"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BILL BLEDSOE FOR CONGRESS"
|
||||
id: "C00914721"
|
||||
ids:
|
||||
fec: "H6SC05210"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bill Bledsoe
|
||||
|
||||
Republican open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BILL BLEDSOE FOR CONGRESS (C00914721)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brandon Brown"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BRANDON BROWN FOR SOUTH CAROLINA"
|
||||
id: "C00911149"
|
||||
ids:
|
||||
fec: "S6SC04270"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brandon Brown
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BRANDON BROWN FOR SOUTH CAROLINA (C00911149)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Calvin Cowen"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CALVIN COWEN CAMPAIGN COMMITTEE"
|
||||
id: "C00946293"
|
||||
ids:
|
||||
fec: "S6SC04379"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calvin Cowen
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CALVIN COWEN CAMPAIGN COMMITTEE (C00946293)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Courtney Mcclain"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCCLAINFORCONGRESSSC"
|
||||
id: "C00922120"
|
||||
ids:
|
||||
fec: "H6SC04171"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Courtney Mcclain
|
||||
|
||||
Democratic challenger for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCCLAINFORCONGRESSSC (C00922120)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dan Brown"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DAN BROWN FOR CONGRESS"
|
||||
id: "C00923318"
|
||||
ids:
|
||||
fec: "H6SC01292"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dan Brown
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DAN BROWN FOR CONGRESS (C00923318)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "David Michael Atchley"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DAVID ATCHLEY FOR CONGRESS"
|
||||
id: "C00904649"
|
||||
ids:
|
||||
fec: "H6SC04189"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# David Michael Atchley
|
||||
|
||||
Republican challenger for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DAVID ATCHLEY FOR CONGRESS (C00904649)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Eunice Lehmacher"
|
||||
description: "U.S. House candidate, SC-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-03"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "EUNICE LEHMACHER FOR US HOUSE"
|
||||
id: "C00930313"
|
||||
ids:
|
||||
fec: "H6SC03090"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eunice Lehmacher
|
||||
|
||||
Democratic challenger for U.S. House (SC-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- EUNICE LEHMACHER FOR US HOUSE (C00930313)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Francina Dantzler"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRANCINA DANTZLER FOR CONGRESS"
|
||||
id: "C00945642"
|
||||
ids:
|
||||
fec: "H6SC01383"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Francina Dantzler
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRANCINA DANTZLER FOR CONGRESS (C00945642)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Hampton Redmond"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HAMP REDMOND FOR US CONGRESS"
|
||||
id: "C00915082"
|
||||
ids:
|
||||
fec: "H4SC02071"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hampton Redmond
|
||||
|
||||
Republican challenger for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HAMP REDMOND FOR US CONGRESS (C00915082)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James E Clyburn"
|
||||
description: "U.S. House candidate, SC-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-06"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF JIM CLYBURN"
|
||||
id: "C00255562"
|
||||
ids:
|
||||
fec: "H2SC02042"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James E Clyburn
|
||||
|
||||
Democratic incumbent for U.S. House (SC-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF JIM CLYBURN (C00255562)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jenny Costa Honeycutt"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JENNY FOR CONGRESS"
|
||||
id: "C00927004"
|
||||
ids:
|
||||
fec: "H6SC01334"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jenny Costa Honeycutt
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JENNY FOR CONGRESS (C00927004)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joe The Hon. Wilson"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOE WILSON FOR CONGRESS"
|
||||
id: "C00368522"
|
||||
ids:
|
||||
fec: "H2SC02059"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joe The Hon. Wilson
|
||||
|
||||
Republican incumbent for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOE WILSON FOR CONGRESS (C00368522)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Gregory Vincent"
|
||||
description: "U.S. House candidate, SC-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOHN VINCENT FOR CONGRESS"
|
||||
id: "C00899492"
|
||||
ids:
|
||||
fec: "H6SC07034"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Gregory Vincent
|
||||
|
||||
Democratic challenger for U.S. House (SC-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOHN VINCENT FOR CONGRESS (C00899492)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kasie Dr. Whitener"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "LIB"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KASIE WHITENER FOR US SENATE"
|
||||
id: "C00907709"
|
||||
ids:
|
||||
fec: "S6SC04247"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kasie Dr. Whitener
|
||||
|
||||
Libertarian challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KASIE WHITENER FOR US SENATE (C00907709)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kj Atwood"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KJ FOR CONGRESS"
|
||||
id: "C00937219"
|
||||
ids:
|
||||
fec: "H6SC01367"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kj Atwood
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KJ FOR CONGRESS (C00937219)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kyle Odonnell Freeman"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KYLE FREEMAN FOR SENATE"
|
||||
id: "C00888479"
|
||||
ids:
|
||||
fec: "S6SC04197"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kyle Odonnell Freeman
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KYLE FREEMAN FOR SENATE (C00888479)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lee Johnson"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LEE JOHNSON FOR SC"
|
||||
id: "C00902981"
|
||||
ids:
|
||||
fec: "S6SC04288"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee Johnson
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LEE JOHNSON FOR SC (C00902981)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lindsey O. Graham"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TEAM GRAHAM, INC."
|
||||
id: "C00458828"
|
||||
ids:
|
||||
fec: "S0SC00149"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lindsey O. Graham
|
||||
|
||||
Republican incumbent for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TEAM GRAHAM, INC. (C00458828)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Logan Cunningham"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LOGAN CUNNINGHAM FOR CONGRESS"
|
||||
id: "C00707133"
|
||||
ids:
|
||||
fec: "H6SC01326"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Logan Cunningham
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LOGAN CUNNINGHAM FOR CONGRESS (C00707133)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mallory Dittmer"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DITTMER FOR CONGRESS"
|
||||
id: "C00918177"
|
||||
ids:
|
||||
fec: "H6SC05228"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mallory Dittmer
|
||||
|
||||
Democratic open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DITTMER FOR CONGRESS (C00918177)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Lynch"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LYNCH FOR SENATE"
|
||||
id: "C00897140"
|
||||
ids:
|
||||
fec: "S6SC04213"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Lynch
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LYNCH FOR SENATE (C00897140)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Smith"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARK SMITH FOR CONGRESS"
|
||||
id: "C00915991"
|
||||
ids:
|
||||
fec: "H6SC01250"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Smith
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARK SMITH FOR CONGRESS (C00915991)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Fulmer"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATT FOR CAROLINA"
|
||||
id: "C00923425"
|
||||
ids:
|
||||
fec: "H6SC01300"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Fulmer
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATT FOR CAROLINA (C00923425)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Maurice G Mr I Washington"
|
||||
description: "U.S. House candidate, SC-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-06"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT MAURICE WASHINGTON"
|
||||
id: "C00946897"
|
||||
ids:
|
||||
fec: "H6SC06168"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Maurice G Mr I Washington
|
||||
|
||||
Republican challenger for U.S. House (SC-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT MAURICE WASHINGTON (C00946897)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Max Eliot Diaz"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MAX DIAZ FOR CONGRESS"
|
||||
id: "C00915553"
|
||||
ids:
|
||||
fec: "H6SC01243"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Max Eliot Diaz
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MAX DIAZ FOR CONGRESS (C00915553)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mayra Rivera-Vazquez"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MAYRA FOR CONGRESS"
|
||||
id: "C00904904"
|
||||
ids:
|
||||
fec: "H6SC01201"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mayra Rivera-Vazquez
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MAYRA FOR CONGRESS (C00904904)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nancy Lacore"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NANCY LACORE FOR CONGRESS"
|
||||
id: "C00935379"
|
||||
ids:
|
||||
fec: "H6SC01359"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nancy Lacore
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NANCY LACORE FOR CONGRESS (C00935379)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nancy Mace"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NANCY MACE FOR CONGRESS"
|
||||
id: "C00710103"
|
||||
ids:
|
||||
fec: "H0SC01394"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nancy Mace
|
||||
|
||||
Republican incumbent for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NANCY MACE FOR CONGRESS (C00710103)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Patrick Joseph Herrmann"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PATRICK HERRMANN FOR U.S. SENATE"
|
||||
id: "C00940239"
|
||||
ids:
|
||||
fec: "S6SC04346"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Patrick Joseph Herrmann
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PATRICK HERRMANN FOR U.S. SENATE (C00940239)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Paul Dans"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PAUL DANS FOR SENATE"
|
||||
id: "C00913624"
|
||||
ids:
|
||||
fec: "S6SC04296"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Paul Dans
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PAUL DANS FOR SENATE (C00913624)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ralph W. Jr. Norman"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RALPH NORMAN FOR CONGRESS"
|
||||
id: "C00633610"
|
||||
ids:
|
||||
fec: "H8SC05158"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ralph W. Jr. Norman
|
||||
|
||||
Republican incumbent for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RALPH NORMAN FOR CONGRESS (C00633610)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert Eugene Lee"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ROBERT E LEE FOR CONGRESS"
|
||||
id: "C00938878"
|
||||
ids:
|
||||
fec: "H6SC04205"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert Eugene Lee
|
||||
|
||||
Republican challenger for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ROBERT E LEE FOR CONGRESS (C00938878)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Roger Keith Pruitt"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PRUITT FOR CONGRESS"
|
||||
id: "C00906032"
|
||||
ids:
|
||||
fec: "H6SC02134"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Roger Keith Pruitt
|
||||
|
||||
Democratic challenger for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PRUITT FOR CONGRESS (C00906032)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Russell Fry"
|
||||
description: "U.S. House candidate, SC-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-07"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRY FOR CONGRESS"
|
||||
id: "C00786657"
|
||||
ids:
|
||||
fec: "H2SC07280"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Russell Fry
|
||||
|
||||
Republican incumbent for U.S. House (SC-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRY FOR CONGRESS (C00786657)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sam Dr Mccown"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DR SAM FOR CONGRESS"
|
||||
id: "C00919068"
|
||||
ids:
|
||||
fec: "H6SC01276"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sam Dr Mccown
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DR SAM FOR CONGRESS (C00919068)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Samuel Luther Mr. Iv Gibbons"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SAM GIBBONS FOR CONGRESS"
|
||||
id: "C00946095"
|
||||
ids:
|
||||
fec: "H6SC02142"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Samuel Luther Mr. Iv Gibbons
|
||||
|
||||
Republican challenger for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SAM GIBBONS FOR CONGRESS (C00946095)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sheri Biggs"
|
||||
description: "U.S. House candidate, SC-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-03"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SHERI BIGGS FOR CONGRESS"
|
||||
id: "C00866426"
|
||||
ids:
|
||||
fec: "H4SC01313"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sheri Biggs
|
||||
|
||||
Republican incumbent for U.S. House (SC-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SHERI BIGGS FOR CONGRESS (C00866426)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas Keith Dismukes"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "THOMAS DISMUKES FOR SENATE"
|
||||
id: "C00943746"
|
||||
ids:
|
||||
fec: "S6SC04361"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas Keith Dismukes
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- THOMAS DISMUKES FOR SENATE (C00943746)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Tyler Dykes"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TYLER DYKES FOR CONGRESS"
|
||||
id: "C00927608"
|
||||
ids:
|
||||
fec: "H6SC01318"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tyler Dykes
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TYLER DYKES FOR CONGRESS (C00927608)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Wes Climer"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CLIMER FOR CONGRESS"
|
||||
id: "C00914408"
|
||||
ids:
|
||||
fec: "H6SC05202"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wes Climer
|
||||
|
||||
Republican open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CLIMER FOR CONGRESS (C00914408)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William Mac Deford"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DEFORD FOR CONGRESS"
|
||||
id: "C00913616"
|
||||
ids:
|
||||
fec: "H6SC01227"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William Mac Deford
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DEFORD FOR CONGRESS (C00913616)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William Oliver Jr. Reeside"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "LIB"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "REESIDE FOR CONGRESS"
|
||||
id: "C00927277"
|
||||
ids:
|
||||
fec: "H6SC01342"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William Oliver Jr. Reeside
|
||||
|
||||
Libertarian open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- REESIDE FOR CONGRESS (C00927277)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William R Iv Timmons"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WILLIAM TIMMONS FOR CONGRESS"
|
||||
id: "C00668491"
|
||||
ids:
|
||||
fec: "H8SC04250"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William R Iv Timmons
|
||||
|
||||
Republican incumbent for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WILLIAM TIMMONS FOR CONGRESS (C00668491)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Zyon Deshon Khalifa"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "DEM"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KHALIFA FOR CONGRESS"
|
||||
id: "C00944850"
|
||||
ids:
|
||||
fec: "H6SC02159"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Zyon Deshon Khalifa
|
||||
|
||||
Democratic candidate for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KHALIFA FOR CONGRESS (C00944850)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Zyon Deshon Khalifa"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "DEM"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KHALIFA FOR CONGRESS"
|
||||
id: "C00944850"
|
||||
ids:
|
||||
fec: "H6SC02167"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Zyon Deshon Khalifa
|
||||
|
||||
Democratic candidate for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KHALIFA FOR CONGRESS (C00944850)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
Reference in New Issue
Block a user