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.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Apache County, AZ"
|
||||
classification: county
|
||||
fips: "04001"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 65341
|
||||
population_under_18: 18851
|
||||
population_18_64: 20072
|
||||
population_65_plus: 26418
|
||||
median_household_income: 41438
|
||||
poverty_rate: 30.53
|
||||
homeownership_rate: 79.44
|
||||
unemployment_rate: 10.69
|
||||
median_home_value: 63700
|
||||
gini_index: 0.5177
|
||||
vacancy_rate: 27.23
|
||||
race_white: 13582
|
||||
race_black: 633
|
||||
race_asian: 465
|
||||
race_native: 46752
|
||||
hispanic: 4169
|
||||
bachelors_plus: 9973
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Apache County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 65341 |
|
||||
| Under 18 | 18851 |
|
||||
| 18–64 | 20072 |
|
||||
| 65+ | 26418 |
|
||||
| Median household income | 41438 |
|
||||
| Poverty rate | 30.53 |
|
||||
| Homeownership rate | 79.44 |
|
||||
| Unemployment rate | 10.69 |
|
||||
| Median home value | 63700 |
|
||||
| Gini index | 0.5177 |
|
||||
| Vacancy rate | 27.23 |
|
||||
| White | 13582 |
|
||||
| Black | 633 |
|
||||
| Asian | 465 |
|
||||
| Native | 46752 |
|
||||
| Hispanic/Latino | 4169 |
|
||||
| Bachelor's or higher | 9973 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cochise County, AZ"
|
||||
classification: county
|
||||
fips: "04003"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 125773
|
||||
population_under_18: 26670
|
||||
population_18_64: 38322
|
||||
population_65_plus: 60781
|
||||
median_household_income: 60723
|
||||
poverty_rate: 13.33
|
||||
homeownership_rate: 72.71
|
||||
unemployment_rate: 5.39
|
||||
median_home_value: 231600
|
||||
gini_index: 0.4483
|
||||
vacancy_rate: 11.39
|
||||
race_white: 79312
|
||||
race_black: 4768
|
||||
race_asian: 2736
|
||||
race_native: 1700
|
||||
hispanic: 44719
|
||||
bachelors_plus: 35041
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cochise County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 125773 |
|
||||
| Under 18 | 26670 |
|
||||
| 18–64 | 38322 |
|
||||
| 65+ | 60781 |
|
||||
| Median household income | 60723 |
|
||||
| Poverty rate | 13.33 |
|
||||
| Homeownership rate | 72.71 |
|
||||
| Unemployment rate | 5.39 |
|
||||
| Median home value | 231600 |
|
||||
| Gini index | 0.4483 |
|
||||
| Vacancy rate | 11.39 |
|
||||
| White | 79312 |
|
||||
| Black | 4768 |
|
||||
| Asian | 2736 |
|
||||
| Native | 1700 |
|
||||
| Hispanic/Latino | 44719 |
|
||||
| Bachelor's or higher | 35041 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Coconino County, AZ"
|
||||
classification: county
|
||||
fips: "04005"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 145161
|
||||
population_under_18: 37438
|
||||
population_18_64: 54721
|
||||
population_65_plus: 53002
|
||||
median_household_income: 75164
|
||||
poverty_rate: 14.99
|
||||
homeownership_rate: 62.84
|
||||
unemployment_rate: 3.02
|
||||
median_home_value: 468600
|
||||
gini_index: 0.4934
|
||||
vacancy_rate: 18.0
|
||||
race_white: 84151
|
||||
race_black: 1612
|
||||
race_asian: 2920
|
||||
race_native: 37412
|
||||
hispanic: 23080
|
||||
bachelors_plus: 54535
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Coconino County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 145161 |
|
||||
| Under 18 | 37438 |
|
||||
| 18–64 | 54721 |
|
||||
| 65+ | 53002 |
|
||||
| Median household income | 75164 |
|
||||
| Poverty rate | 14.99 |
|
||||
| Homeownership rate | 62.84 |
|
||||
| Unemployment rate | 3.02 |
|
||||
| Median home value | 468600 |
|
||||
| Gini index | 0.4934 |
|
||||
| Vacancy rate | 18.0 |
|
||||
| White | 84151 |
|
||||
| Black | 1612 |
|
||||
| Asian | 2920 |
|
||||
| Native | 37412 |
|
||||
| Hispanic/Latino | 23080 |
|
||||
| Bachelor's or higher | 54535 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gila County, AZ"
|
||||
classification: county
|
||||
fips: "04007"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 53795
|
||||
population_under_18: 10929
|
||||
population_18_64: 12953
|
||||
population_65_plus: 29913
|
||||
median_household_income: 61986
|
||||
poverty_rate: 16.89
|
||||
homeownership_rate: 77.52
|
||||
unemployment_rate: 7.05
|
||||
median_home_value: 269400
|
||||
gini_index: 0.4507
|
||||
vacancy_rate: 27.78
|
||||
race_white: 35199
|
||||
race_black: 289
|
||||
race_asian: 415
|
||||
race_native: 5279
|
||||
hispanic: 9659
|
||||
bachelors_plus: 10392
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gila County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 53795 |
|
||||
| Under 18 | 10929 |
|
||||
| 18–64 | 12953 |
|
||||
| 65+ | 29913 |
|
||||
| Median household income | 61986 |
|
||||
| Poverty rate | 16.89 |
|
||||
| Homeownership rate | 77.52 |
|
||||
| Unemployment rate | 7.05 |
|
||||
| Median home value | 269400 |
|
||||
| Gini index | 0.4507 |
|
||||
| Vacancy rate | 27.78 |
|
||||
| White | 35199 |
|
||||
| Black | 289 |
|
||||
| Asian | 415 |
|
||||
| Native | 5279 |
|
||||
| Hispanic/Latino | 9659 |
|
||||
| Bachelor's or higher | 10392 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Graham County, AZ"
|
||||
classification: county
|
||||
fips: "04009"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 39232
|
||||
population_under_18: 10124
|
||||
population_18_64: 23421
|
||||
population_65_plus: 5687
|
||||
median_household_income: 67325
|
||||
poverty_rate: 17.26
|
||||
homeownership_rate: 73.14
|
||||
unemployment_rate: 7.7
|
||||
median_home_value: 212000
|
||||
gini_index: 0.4221
|
||||
vacancy_rate: 9.74
|
||||
race_white: 24317
|
||||
race_black: 641
|
||||
race_asian: 225
|
||||
race_native: 3505
|
||||
hispanic: 12075
|
||||
bachelors_plus: 4853
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Graham County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39232 |
|
||||
| Under 18 | 10124 |
|
||||
| 18–64 | 23421 |
|
||||
| 65+ | 5687 |
|
||||
| Median household income | 67325 |
|
||||
| Poverty rate | 17.26 |
|
||||
| Homeownership rate | 73.14 |
|
||||
| Unemployment rate | 7.7 |
|
||||
| Median home value | 212000 |
|
||||
| Gini index | 0.4221 |
|
||||
| Vacancy rate | 9.74 |
|
||||
| White | 24317 |
|
||||
| Black | 641 |
|
||||
| Asian | 225 |
|
||||
| Native | 3505 |
|
||||
| Hispanic/Latino | 12075 |
|
||||
| Bachelor's or higher | 4853 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greenlee County, AZ"
|
||||
classification: county
|
||||
fips: "04011"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 9409
|
||||
population_under_18: 2396
|
||||
population_18_64: 5684
|
||||
population_65_plus: 1329
|
||||
median_household_income: 71164
|
||||
poverty_rate: 8.19
|
||||
homeownership_rate: 53.02
|
||||
unemployment_rate: 2.33
|
||||
median_home_value: 158600
|
||||
gini_index: 0.4016
|
||||
vacancy_rate: 18.99
|
||||
race_white: 5409
|
||||
race_black: 134
|
||||
race_asian: 134
|
||||
race_native: 196
|
||||
hispanic: 4396
|
||||
bachelors_plus: 1802
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greenlee County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9409 |
|
||||
| Under 18 | 2396 |
|
||||
| 18–64 | 5684 |
|
||||
| 65+ | 1329 |
|
||||
| Median household income | 71164 |
|
||||
| Poverty rate | 8.19 |
|
||||
| Homeownership rate | 53.02 |
|
||||
| Unemployment rate | 2.33 |
|
||||
| Median home value | 158600 |
|
||||
| Gini index | 0.4016 |
|
||||
| Vacancy rate | 18.99 |
|
||||
| White | 5409 |
|
||||
| Black | 134 |
|
||||
| Asian | 134 |
|
||||
| Native | 196 |
|
||||
| Hispanic/Latino | 4396 |
|
||||
| Bachelor's or higher | 1802 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "La Paz County, AZ"
|
||||
classification: county
|
||||
fips: "04012"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 16664
|
||||
population_under_18: 2489
|
||||
population_18_64: 6986
|
||||
population_65_plus: 7189
|
||||
median_household_income: 49478
|
||||
poverty_rate: 17.45
|
||||
homeownership_rate: 72.1
|
||||
unemployment_rate: 10.04
|
||||
median_home_value: 135800
|
||||
gini_index: 0.4634
|
||||
vacancy_rate: 34.47
|
||||
race_white: 9848
|
||||
race_black: 238
|
||||
race_asian: 238
|
||||
race_native: 2202
|
||||
hispanic: 4263
|
||||
bachelors_plus: 2285
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# La Paz County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16664 |
|
||||
| Under 18 | 2489 |
|
||||
| 18–64 | 6986 |
|
||||
| 65+ | 7189 |
|
||||
| Median household income | 49478 |
|
||||
| Poverty rate | 17.45 |
|
||||
| Homeownership rate | 72.1 |
|
||||
| Unemployment rate | 10.04 |
|
||||
| Median home value | 135800 |
|
||||
| Gini index | 0.4634 |
|
||||
| Vacancy rate | 34.47 |
|
||||
| White | 9848 |
|
||||
| Black | 238 |
|
||||
| Asian | 238 |
|
||||
| Native | 2202 |
|
||||
| Hispanic/Latino | 4263 |
|
||||
| Bachelor's or higher | 2285 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Maricopa County, AZ"
|
||||
classification: county
|
||||
fips: "04013"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 4559748
|
||||
population_under_18: 1024257
|
||||
population_18_64: 2792677
|
||||
population_65_plus: 742814
|
||||
median_household_income: 89300
|
||||
poverty_rate: 10.98
|
||||
homeownership_rate: 65.17
|
||||
unemployment_rate: 4.54
|
||||
median_home_value: 452800
|
||||
gini_index: 0.4578
|
||||
vacancy_rate: 8.15
|
||||
race_white: 2672667
|
||||
race_black: 259526
|
||||
race_asian: 208324
|
||||
race_native: 90213
|
||||
hispanic: 1422451
|
||||
bachelors_plus: 1578463
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Maricopa County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4559748 |
|
||||
| Under 18 | 1024257 |
|
||||
| 18–64 | 2792677 |
|
||||
| 65+ | 742814 |
|
||||
| Median household income | 89300 |
|
||||
| Poverty rate | 10.98 |
|
||||
| Homeownership rate | 65.17 |
|
||||
| Unemployment rate | 4.54 |
|
||||
| Median home value | 452800 |
|
||||
| Gini index | 0.4578 |
|
||||
| Vacancy rate | 8.15 |
|
||||
| White | 2672667 |
|
||||
| Black | 259526 |
|
||||
| Asian | 208324 |
|
||||
| Native | 90213 |
|
||||
| Hispanic/Latino | 1422451 |
|
||||
| Bachelor's or higher | 1578463 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mohave County, AZ"
|
||||
classification: county
|
||||
fips: "04015"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 220517
|
||||
population_under_18: 35598
|
||||
population_18_64: 112983
|
||||
population_65_plus: 71936
|
||||
median_household_income: 57684
|
||||
poverty_rate: 16.09
|
||||
homeownership_rate: 74.07
|
||||
unemployment_rate: 7.25
|
||||
median_home_value: 281000
|
||||
gini_index: 0.4702
|
||||
vacancy_rate: 16.33
|
||||
race_white: 175733
|
||||
race_black: 2377
|
||||
race_asian: 2554
|
||||
race_native: 3771
|
||||
hispanic: 37708
|
||||
bachelors_plus: 36183
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mohave County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 220517 |
|
||||
| Under 18 | 35598 |
|
||||
| 18–64 | 112983 |
|
||||
| 65+ | 71936 |
|
||||
| Median household income | 57684 |
|
||||
| Poverty rate | 16.09 |
|
||||
| Homeownership rate | 74.07 |
|
||||
| Unemployment rate | 7.25 |
|
||||
| Median home value | 281000 |
|
||||
| Gini index | 0.4702 |
|
||||
| Vacancy rate | 16.33 |
|
||||
| White | 175733 |
|
||||
| Black | 2377 |
|
||||
| Asian | 2554 |
|
||||
| Native | 3771 |
|
||||
| Hispanic/Latino | 37708 |
|
||||
| Bachelor's or higher | 36183 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Navajo County, AZ"
|
||||
classification: county
|
||||
fips: "04017"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 108415
|
||||
population_under_18: 27363
|
||||
population_18_64: 59229
|
||||
population_65_plus: 21823
|
||||
median_household_income: 54606
|
||||
poverty_rate: 24.72
|
||||
homeownership_rate: 73.19
|
||||
unemployment_rate: 8.85
|
||||
median_home_value: 201500
|
||||
gini_index: 0.4563
|
||||
vacancy_rate: 30.0
|
||||
race_white: 49164
|
||||
race_black: 1206
|
||||
race_asian: 458
|
||||
race_native: 45712
|
||||
hispanic: 11786
|
||||
bachelors_plus: 19299
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Navajo County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 108415 |
|
||||
| Under 18 | 27363 |
|
||||
| 18–64 | 59229 |
|
||||
| 65+ | 21823 |
|
||||
| Median household income | 54606 |
|
||||
| Poverty rate | 24.72 |
|
||||
| Homeownership rate | 73.19 |
|
||||
| Unemployment rate | 8.85 |
|
||||
| Median home value | 201500 |
|
||||
| Gini index | 0.4563 |
|
||||
| Vacancy rate | 30.0 |
|
||||
| White | 49164 |
|
||||
| Black | 1206 |
|
||||
| Asian | 458 |
|
||||
| Native | 45712 |
|
||||
| Hispanic/Latino | 11786 |
|
||||
| Bachelor's or higher | 19299 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pima County, AZ"
|
||||
classification: county
|
||||
fips: "04019"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 1060490
|
||||
population_under_18: 207722
|
||||
population_18_64: 623776
|
||||
population_65_plus: 228992
|
||||
median_household_income: 70315
|
||||
poverty_rate: 14.32
|
||||
homeownership_rate: 65.24
|
||||
unemployment_rate: 5.5
|
||||
median_home_value: 319700
|
||||
gini_index: 0.468
|
||||
vacancy_rate: 8.77
|
||||
race_white: 627672
|
||||
race_black: 38431
|
||||
race_asian: 32648
|
||||
race_native: 30810
|
||||
hispanic: 386110
|
||||
bachelors_plus: 385688
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pima County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1060490 |
|
||||
| Under 18 | 207722 |
|
||||
| 18–64 | 623776 |
|
||||
| 65+ | 228992 |
|
||||
| Median household income | 70315 |
|
||||
| Poverty rate | 14.32 |
|
||||
| Homeownership rate | 65.24 |
|
||||
| Unemployment rate | 5.5 |
|
||||
| Median home value | 319700 |
|
||||
| Gini index | 0.468 |
|
||||
| Vacancy rate | 8.77 |
|
||||
| White | 627672 |
|
||||
| Black | 38431 |
|
||||
| Asian | 32648 |
|
||||
| Native | 30810 |
|
||||
| Hispanic/Latino | 386110 |
|
||||
| Bachelor's or higher | 385688 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pinal County, AZ"
|
||||
classification: county
|
||||
fips: "04021"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 469006
|
||||
population_under_18: 100909
|
||||
population_18_64: 267061
|
||||
population_65_plus: 101036
|
||||
median_household_income: 80266
|
||||
poverty_rate: 11.1
|
||||
homeownership_rate: 81.72
|
||||
unemployment_rate: 5.96
|
||||
median_home_value: 349000
|
||||
gini_index: 0.4197
|
||||
vacancy_rate: 12.31
|
||||
race_white: 290049
|
||||
race_black: 24954
|
||||
race_asian: 8256
|
||||
race_native: 20793
|
||||
hispanic: 139779
|
||||
bachelors_plus: 99437
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pinal County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 469006 |
|
||||
| Under 18 | 100909 |
|
||||
| 18–64 | 267061 |
|
||||
| 65+ | 101036 |
|
||||
| Median household income | 80266 |
|
||||
| Poverty rate | 11.1 |
|
||||
| Homeownership rate | 81.72 |
|
||||
| Unemployment rate | 5.96 |
|
||||
| Median home value | 349000 |
|
||||
| Gini index | 0.4197 |
|
||||
| Vacancy rate | 12.31 |
|
||||
| White | 290049 |
|
||||
| Black | 24954 |
|
||||
| Asian | 8256 |
|
||||
| Native | 20793 |
|
||||
| Hispanic/Latino | 139779 |
|
||||
| Bachelor's or higher | 99437 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Santa Cruz County, AZ"
|
||||
classification: county
|
||||
fips: "04023"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 48926
|
||||
population_under_18: 12606
|
||||
population_18_64: 26893
|
||||
population_65_plus: 9427
|
||||
median_household_income: 55217
|
||||
poverty_rate: 20.18
|
||||
homeownership_rate: 69.25
|
||||
unemployment_rate: 12.18
|
||||
median_home_value: 233000
|
||||
gini_index: 0.4363
|
||||
vacancy_rate: 11.78
|
||||
race_white: 13936
|
||||
race_black: 119
|
||||
race_asian: 143
|
||||
race_native: 282
|
||||
hispanic: 40367
|
||||
bachelors_plus: 10260
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Santa Cruz County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 48926 |
|
||||
| Under 18 | 12606 |
|
||||
| 18–64 | 26893 |
|
||||
| 65+ | 9427 |
|
||||
| Median household income | 55217 |
|
||||
| Poverty rate | 20.18 |
|
||||
| Homeownership rate | 69.25 |
|
||||
| Unemployment rate | 12.18 |
|
||||
| Median home value | 233000 |
|
||||
| Gini index | 0.4363 |
|
||||
| Vacancy rate | 11.78 |
|
||||
| White | 13936 |
|
||||
| Black | 119 |
|
||||
| Asian | 143 |
|
||||
| Native | 282 |
|
||||
| Hispanic/Latino | 40367 |
|
||||
| Bachelor's or higher | 10260 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Yavapai County, AZ"
|
||||
classification: county
|
||||
fips: "04025"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 245480
|
||||
population_under_18: 37781
|
||||
population_18_64: 123899
|
||||
population_65_plus: 83800
|
||||
median_household_income: 69613
|
||||
poverty_rate: 12.04
|
||||
homeownership_rate: 75.07
|
||||
unemployment_rate: 4.28
|
||||
median_home_value: 425200
|
||||
gini_index: 0.4507
|
||||
vacancy_rate: 11.85
|
||||
race_white: 197911
|
||||
race_black: 1273
|
||||
race_asian: 2819
|
||||
race_native: 3727
|
||||
hispanic: 37748
|
||||
bachelors_plus: 81558
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yavapai County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 245480 |
|
||||
| Under 18 | 37781 |
|
||||
| 18–64 | 123899 |
|
||||
| 65+ | 83800 |
|
||||
| Median household income | 69613 |
|
||||
| Poverty rate | 12.04 |
|
||||
| Homeownership rate | 75.07 |
|
||||
| Unemployment rate | 4.28 |
|
||||
| Median home value | 425200 |
|
||||
| Gini index | 0.4507 |
|
||||
| Vacancy rate | 11.85 |
|
||||
| White | 197911 |
|
||||
| Black | 1273 |
|
||||
| Asian | 2819 |
|
||||
| Native | 3727 |
|
||||
| Hispanic/Latino | 37748 |
|
||||
| Bachelor's or higher | 81558 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Yuma County, AZ"
|
||||
classification: county
|
||||
fips: "04027"
|
||||
state: "AZ"
|
||||
demographics:
|
||||
population: 211741
|
||||
population_under_18: 51996
|
||||
population_18_64: 115976
|
||||
population_65_plus: 43769
|
||||
median_household_income: 62876
|
||||
poverty_rate: 15.6
|
||||
homeownership_rate: 70.97
|
||||
unemployment_rate: 6.93
|
||||
median_home_value: 217800
|
||||
gini_index: 0.4438
|
||||
vacancy_rate: 16.66
|
||||
race_white: 79485
|
||||
race_black: 3578
|
||||
race_asian: 2233
|
||||
race_native: 2965
|
||||
hispanic: 137437
|
||||
bachelors_plus: 31600
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yuma County, AZ
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 211741 |
|
||||
| Under 18 | 51996 |
|
||||
| 18–64 | 115976 |
|
||||
| 65+ | 43769 |
|
||||
| Median household income | 62876 |
|
||||
| Poverty rate | 15.6 |
|
||||
| Homeownership rate | 70.97 |
|
||||
| Unemployment rate | 6.93 |
|
||||
| Median home value | 217800 |
|
||||
| Gini index | 0.4438 |
|
||||
| Vacancy rate | 16.66 |
|
||||
| White | 79485 |
|
||||
| Black | 3578 |
|
||||
| Asian | 2233 |
|
||||
| Native | 2965 |
|
||||
| Hispanic/Latino | 137437 |
|
||||
| Bachelor's or higher | 31600 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-01"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-01"
|
||||
demographics:
|
||||
population: 819479
|
||||
population_under_18: 154568
|
||||
population_18_64: 268415
|
||||
population_65_plus: 396496
|
||||
median_household_income: 102195
|
||||
poverty_rate: 7.76
|
||||
homeownership_rate: 64.98
|
||||
unemployment_rate: 3.19
|
||||
median_home_value: 696200
|
||||
gini_index: 0.5024
|
||||
vacancy_rate: 10.32
|
||||
race_white: 577813
|
||||
race_black: 32273
|
||||
race_asian: 37071
|
||||
hispanic: 155503
|
||||
bachelors_plus: 344227
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-01
|
||||
|
||||
Congressional district AZ-01.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 819479 |
|
||||
| Under 18 | 154568 |
|
||||
| 18–64 | 268415 |
|
||||
| 65+ | 396496 |
|
||||
| Median household income | 102195 |
|
||||
| Poverty rate | 7.76 |
|
||||
| Homeownership rate | 64.98 |
|
||||
| Unemployment rate | 3.19 |
|
||||
| Median home value | 696200 |
|
||||
| Gini index | 0.5024 |
|
||||
| Vacancy rate | 10.32 |
|
||||
| White | 577813 |
|
||||
| Black | 32273 |
|
||||
| Asian | 37071 |
|
||||
| Hispanic/Latino | 155503 |
|
||||
| Bachelor's or higher | 344227 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-02"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-02"
|
||||
demographics:
|
||||
population: 853923
|
||||
population_under_18: 194046
|
||||
population_18_64: 254419
|
||||
population_65_plus: 405458
|
||||
median_household_income: 70376
|
||||
poverty_rate: 14.94
|
||||
homeownership_rate: 75.84
|
||||
unemployment_rate: 5.79
|
||||
median_home_value: 367800
|
||||
gini_index: 0.4623
|
||||
vacancy_rate: 16.54
|
||||
race_white: 495330
|
||||
race_black: 18329
|
||||
race_asian: 12263
|
||||
hispanic: 168255
|
||||
bachelors_plus: 165757
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-02
|
||||
|
||||
Congressional district AZ-02.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 853923 |
|
||||
| Under 18 | 194046 |
|
||||
| 18–64 | 254419 |
|
||||
| 65+ | 405458 |
|
||||
| Median household income | 70376 |
|
||||
| Poverty rate | 14.94 |
|
||||
| Homeownership rate | 75.84 |
|
||||
| Unemployment rate | 5.79 |
|
||||
| Median home value | 367800 |
|
||||
| Gini index | 0.4623 |
|
||||
| Vacancy rate | 16.54 |
|
||||
| White | 495330 |
|
||||
| Black | 18329 |
|
||||
| Asian | 12263 |
|
||||
| Hispanic/Latino | 168255 |
|
||||
| Bachelor's or higher | 165757 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-03"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-03"
|
||||
demographics:
|
||||
population: 834750
|
||||
population_under_18: 244114
|
||||
population_18_64: 341005
|
||||
population_65_plus: 249631
|
||||
median_household_income: 70539
|
||||
poverty_rate: 17.38
|
||||
homeownership_rate: 50.63
|
||||
unemployment_rate: 5.59
|
||||
median_home_value: 375800
|
||||
gini_index: 0.4194
|
||||
vacancy_rate: 7.15
|
||||
race_white: 223486
|
||||
race_black: 91481
|
||||
race_asian: 25719
|
||||
hispanic: 532785
|
||||
bachelors_plus: 113037
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-03
|
||||
|
||||
Congressional district AZ-03.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 834750 |
|
||||
| Under 18 | 244114 |
|
||||
| 18–64 | 341005 |
|
||||
| 65+ | 249631 |
|
||||
| Median household income | 70539 |
|
||||
| Poverty rate | 17.38 |
|
||||
| Homeownership rate | 50.63 |
|
||||
| Unemployment rate | 5.59 |
|
||||
| Median home value | 375800 |
|
||||
| Gini index | 0.4194 |
|
||||
| Vacancy rate | 7.15 |
|
||||
| White | 223486 |
|
||||
| Black | 91481 |
|
||||
| Asian | 25719 |
|
||||
| Hispanic/Latino | 532785 |
|
||||
| Bachelor's or higher | 113037 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-04"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-04"
|
||||
demographics:
|
||||
population: 793264
|
||||
population_under_18: 171375
|
||||
population_18_64: 316215
|
||||
population_65_plus: 305674
|
||||
median_household_income: 82539
|
||||
poverty_rate: 12.09
|
||||
homeownership_rate: 55.6
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 449900
|
||||
gini_index: 0.4412
|
||||
vacancy_rate: 8.87
|
||||
race_white: 470113
|
||||
race_black: 37046
|
||||
race_asian: 55026
|
||||
hispanic: 206661
|
||||
bachelors_plus: 228151
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-04
|
||||
|
||||
Congressional district AZ-04.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 793264 |
|
||||
| Under 18 | 171375 |
|
||||
| 18–64 | 316215 |
|
||||
| 65+ | 305674 |
|
||||
| Median household income | 82539 |
|
||||
| Poverty rate | 12.09 |
|
||||
| Homeownership rate | 55.6 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 449900 |
|
||||
| Gini index | 0.4412 |
|
||||
| Vacancy rate | 8.87 |
|
||||
| White | 470113 |
|
||||
| Black | 37046 |
|
||||
| Asian | 55026 |
|
||||
| Hispanic/Latino | 206661 |
|
||||
| Bachelor's or higher | 228151 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-05"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-05"
|
||||
demographics:
|
||||
population: 902036
|
||||
population_under_18: 249638
|
||||
population_18_64: 292087
|
||||
population_65_plus: 360311
|
||||
median_household_income: 112116
|
||||
poverty_rate: 6.7
|
||||
homeownership_rate: 78.33
|
||||
unemployment_rate: 3.67
|
||||
median_home_value: 546900
|
||||
gini_index: 0.4203
|
||||
vacancy_rate: 8.64
|
||||
race_white: 613418
|
||||
race_black: 35555
|
||||
race_asian: 52102
|
||||
hispanic: 186183
|
||||
bachelors_plus: 250763
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-05
|
||||
|
||||
Congressional district AZ-05.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 902036 |
|
||||
| Under 18 | 249638 |
|
||||
| 18–64 | 292087 |
|
||||
| 65+ | 360311 |
|
||||
| Median household income | 112116 |
|
||||
| Poverty rate | 6.7 |
|
||||
| Homeownership rate | 78.33 |
|
||||
| Unemployment rate | 3.67 |
|
||||
| Median home value | 546900 |
|
||||
| Gini index | 0.4203 |
|
||||
| Vacancy rate | 8.64 |
|
||||
| White | 613418 |
|
||||
| Black | 35555 |
|
||||
| Asian | 52102 |
|
||||
| Hispanic/Latino | 186183 |
|
||||
| Bachelor's or higher | 250763 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-06"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-06"
|
||||
demographics:
|
||||
population: 833838
|
||||
population_under_18: 171222
|
||||
population_18_64: 253839
|
||||
population_65_plus: 408777
|
||||
median_household_income: 80251
|
||||
poverty_rate: 10.43
|
||||
homeownership_rate: 71.57
|
||||
unemployment_rate: 3.72
|
||||
median_home_value: 372800
|
||||
gini_index: 0.4537
|
||||
vacancy_rate: 8.45
|
||||
race_white: 554054
|
||||
race_black: 35487
|
||||
race_asian: 26914
|
||||
hispanic: 223135
|
||||
bachelors_plus: 246335
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-06
|
||||
|
||||
Congressional district AZ-06.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 833838 |
|
||||
| Under 18 | 171222 |
|
||||
| 18–64 | 253839 |
|
||||
| 65+ | 408777 |
|
||||
| Median household income | 80251 |
|
||||
| Poverty rate | 10.43 |
|
||||
| Homeownership rate | 71.57 |
|
||||
| Unemployment rate | 3.72 |
|
||||
| Median home value | 372800 |
|
||||
| Gini index | 0.4537 |
|
||||
| Vacancy rate | 8.45 |
|
||||
| White | 554054 |
|
||||
| Black | 35487 |
|
||||
| Asian | 26914 |
|
||||
| Hispanic/Latino | 223135 |
|
||||
| Bachelor's or higher | 246335 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-07"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-07"
|
||||
demographics:
|
||||
population: 813289
|
||||
population_under_18: 210236
|
||||
population_18_64: 301749
|
||||
population_65_plus: 301304
|
||||
median_household_income: 60932
|
||||
poverty_rate: 17.18
|
||||
homeownership_rate: 62.03
|
||||
unemployment_rate: 5.43
|
||||
median_home_value: 278000
|
||||
gini_index: 0.4454
|
||||
vacancy_rate: 8.02
|
||||
race_white: 303912
|
||||
race_black: 32666
|
||||
race_asian: 20603
|
||||
hispanic: 493716
|
||||
bachelors_plus: 113714
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-07
|
||||
|
||||
Congressional district AZ-07.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 813289 |
|
||||
| Under 18 | 210236 |
|
||||
| 18–64 | 301749 |
|
||||
| 65+ | 301304 |
|
||||
| Median household income | 60932 |
|
||||
| Poverty rate | 17.18 |
|
||||
| Homeownership rate | 62.03 |
|
||||
| Unemployment rate | 5.43 |
|
||||
| Median home value | 278000 |
|
||||
| Gini index | 0.4454 |
|
||||
| Vacancy rate | 8.02 |
|
||||
| White | 303912 |
|
||||
| Black | 32666 |
|
||||
| Asian | 20603 |
|
||||
| Hispanic/Latino | 493716 |
|
||||
| Bachelor's or higher | 113714 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-08"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-08"
|
||||
demographics:
|
||||
population: 815902
|
||||
population_under_18: 174153
|
||||
population_18_64: 249711
|
||||
population_65_plus: 392038
|
||||
median_household_income: 85593
|
||||
poverty_rate: 9.06
|
||||
homeownership_rate: 70.46
|
||||
unemployment_rate: 4.02
|
||||
median_home_value: 449500
|
||||
gini_index: 0.4531
|
||||
vacancy_rate: 7.0
|
||||
race_white: 548547
|
||||
race_black: 29772
|
||||
race_asian: 46905
|
||||
hispanic: 184634
|
||||
bachelors_plus: 214658
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-08
|
||||
|
||||
Congressional district AZ-08.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 815902 |
|
||||
| Under 18 | 174153 |
|
||||
| 18–64 | 249711 |
|
||||
| 65+ | 392038 |
|
||||
| Median household income | 85593 |
|
||||
| Poverty rate | 9.06 |
|
||||
| Homeownership rate | 70.46 |
|
||||
| Unemployment rate | 4.02 |
|
||||
| Median home value | 449500 |
|
||||
| Gini index | 0.4531 |
|
||||
| Vacancy rate | 7.0 |
|
||||
| White | 548547 |
|
||||
| Black | 29772 |
|
||||
| Asian | 46905 |
|
||||
| Hispanic/Latino | 184634 |
|
||||
| Bachelor's or higher | 214658 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AZ-09"
|
||||
classification: congressional-district
|
||||
state: "AZ"
|
||||
district: "AZ-09"
|
||||
demographics:
|
||||
population: 915903
|
||||
population_under_18: 223211
|
||||
population_18_64: 271418
|
||||
population_65_plus: 421274
|
||||
median_household_income: 80463
|
||||
poverty_rate: 10.4
|
||||
homeownership_rate: 76.71
|
||||
unemployment_rate: 5.55
|
||||
median_home_value: 406800
|
||||
gini_index: 0.4312
|
||||
vacancy_rate: 9.92
|
||||
race_white: 559000
|
||||
race_black: 48259
|
||||
race_asian: 26133
|
||||
hispanic: 284789
|
||||
bachelors_plus: 153770
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, az]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AZ-09
|
||||
|
||||
Congressional district AZ-09.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 915903 |
|
||||
| Under 18 | 223211 |
|
||||
| 18–64 | 271418 |
|
||||
| 65+ | 421274 |
|
||||
| Median household income | 80463 |
|
||||
| Poverty rate | 10.4 |
|
||||
| Homeownership rate | 76.71 |
|
||||
| Unemployment rate | 5.55 |
|
||||
| Median home value | 406800 |
|
||||
| Gini index | 0.4312 |
|
||||
| Vacancy rate | 9.92 |
|
||||
| White | 559000 |
|
||||
| Black | 48259 |
|
||||
| Asian | 26133 |
|
||||
| Hispanic/Latino | 284789 |
|
||||
| Bachelor's or higher | 153770 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user