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: "Aaron Flint"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FLINT FOR MONTANA"
|
||||
id: "C00941575"
|
||||
ids:
|
||||
fec: "H6MT01152"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Aaron Flint
|
||||
|
||||
Republican open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FLINT FOR MONTANA (C00941575)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alani Ines Bankhead"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF ALANI BANKHEAD"
|
||||
id: "C00937201"
|
||||
ids:
|
||||
fec: "S6MT00253"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alani Ines Bankhead
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF ALANI BANKHEAD (C00937201)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Albert Olszewski"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AL FOR MONTANA"
|
||||
id: "C00783381"
|
||||
ids:
|
||||
fec: "H2MT02084"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Albert Olszewski
|
||||
|
||||
Republican open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AL FOR MONTANA (C00783381)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brian James Miller"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MILLER FOR CONGRESS"
|
||||
id: "C00922831"
|
||||
ids:
|
||||
fec: "H6MT02150"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brian James Miller
|
||||
|
||||
Democratic challenger for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MILLER FOR CONGRESS (C00922831)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christi Jacobsen"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRISTI JACOBSEN FOR CONGRESS"
|
||||
id: "C00941583"
|
||||
ids:
|
||||
fec: "H6MT01160"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christi Jacobsen
|
||||
|
||||
Republican open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRISTI JACOBSEN FOR CONGRESS (C00941583)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kurt Alme"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALME FOR SENATE"
|
||||
id: "C00942060"
|
||||
ids:
|
||||
fec: "S6MT00295"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kurt Alme
|
||||
|
||||
Republican open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALME FOR SENATE (C00942060)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kyle Austin"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "LIB"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AUSTIN FOR CONGRESS"
|
||||
id: "C00870352"
|
||||
ids:
|
||||
fec: "S6MT00261"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kyle Austin
|
||||
|
||||
Libertarian open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AUSTIN FOR CONGRESS (C00870352)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lee Calhoun"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "REP"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CALHOUNFORMT"
|
||||
id: "C00950493"
|
||||
ids:
|
||||
fec: "S6MT00329"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee Calhoun
|
||||
|
||||
Republican candidate for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CALHOUNFORMT (C00950493)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Rains"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATT RAINS FOR MONTANA"
|
||||
id: "C00924258"
|
||||
ids:
|
||||
fec: "H0MT00116"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Rains
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATT RAINS FOR MONTANA (C00924258)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael D. Dr. Eisenhauer"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "IND"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "EISENHAUER FOR CONGRESS"
|
||||
id: "C00930750"
|
||||
ids:
|
||||
fec: "H6MT02168"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael D. Dr. Eisenhauer
|
||||
|
||||
Independent challenger for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- EISENHAUER FOR CONGRESS (C00930750)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Hummert"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MICHAEL HUMMERT US SENATE CANDIDATE"
|
||||
id: "C00873166"
|
||||
ids:
|
||||
fec: "S4MT00217"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Hummert
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MICHAEL HUMMERT US SENATE CANDIDATE (C00873166)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael James Mr. Blackwolf"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BLACKWOLF FOR MONTANA"
|
||||
id: "C00919936"
|
||||
ids:
|
||||
fec: "S6MT00246"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael James Mr. Blackwolf
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BLACKWOLF FOR MONTANA (C00919936)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Reilly Neill"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "REILLY FOR MONTANA"
|
||||
id: "C00892505"
|
||||
ids:
|
||||
fec: "S6MT00238"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Reilly Neill
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- REILLY FOR MONTANA (C00892505)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Russell Tyler Cleveland"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CLEVELAND FOR CONGRESS"
|
||||
id: "C00902395"
|
||||
ids:
|
||||
fec: "H6MT01103"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Russell Tyler Cleveland
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CLEVELAND FOR CONGRESS (C00902395)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ryan Busse"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RYAN BUSSE FOR MONTANA"
|
||||
id: "C00933473"
|
||||
ids:
|
||||
fec: "H6MT01145"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ryan Busse
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RYAN BUSSE FOR MONTANA (C00933473)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ryan K Zinke"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMANDER ZINKE LEADERSHIP FUND"
|
||||
id: "C00778159"
|
||||
ids:
|
||||
fec: "H4MT01041"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ryan K Zinke
|
||||
|
||||
Republican incumbent for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMANDER ZINKE LEADERSHIP FUND (C00778159)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sam Lux"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LUX FOR MONTANA"
|
||||
id: "C00913327"
|
||||
ids:
|
||||
fec: "H6MT02143"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sam Lux
|
||||
|
||||
Democratic challenger for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LUX FOR MONTANA (C00913327)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Samuel Kelley Forstag"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SAM FOR MONTANA"
|
||||
id: "C00932822"
|
||||
ids:
|
||||
fec: "H6MT01137"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Samuel Kelley Forstag
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SAM FOR MONTANA (C00932822)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Seth Bodnar"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "IND"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SETH BODNAR FOR MONTANA"
|
||||
id: "C00941708"
|
||||
ids:
|
||||
fec: "S6MT00287"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Seth Bodnar
|
||||
|
||||
Independent open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SETH BODNAR FOR MONTANA (C00941708)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Steve Daines"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STEVE DAINES FOR MONTANA"
|
||||
id: "C00491357"
|
||||
ids:
|
||||
fec: "S2MT00096"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Steve Daines
|
||||
|
||||
Republican incumbent for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STEVE DAINES FOR MONTANA (C00491357)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Troy Downing"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TROY DOWNING FOR CONGRESS"
|
||||
id: "C00855288"
|
||||
ids:
|
||||
fec: "H4MT02098"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Troy Downing
|
||||
|
||||
Republican incumbent for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TROY DOWNING FOR CONGRESS (C00855288)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Beaverhead County, MT"
|
||||
classification: county
|
||||
fips: "30001"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 9713
|
||||
population_under_18: 1699
|
||||
population_18_64: 5700
|
||||
population_65_plus: 2314
|
||||
median_household_income: 61268
|
||||
poverty_rate: 11.43
|
||||
homeownership_rate: 65.84
|
||||
unemployment_rate: 1.28
|
||||
median_home_value: 308300
|
||||
gini_index: 0.4256
|
||||
vacancy_rate: 15.66
|
||||
race_white: 8870
|
||||
race_black: 52
|
||||
race_asian: 29
|
||||
race_native: 129
|
||||
hispanic: 508
|
||||
bachelors_plus: 3299
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Beaverhead County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9713 |
|
||||
| Under 18 | 1699 |
|
||||
| 18–64 | 5700 |
|
||||
| 65+ | 2314 |
|
||||
| Median household income | 61268 |
|
||||
| Poverty rate | 11.43 |
|
||||
| Homeownership rate | 65.84 |
|
||||
| Unemployment rate | 1.28 |
|
||||
| Median home value | 308300 |
|
||||
| Gini index | 0.4256 |
|
||||
| Vacancy rate | 15.66 |
|
||||
| White | 8870 |
|
||||
| Black | 52 |
|
||||
| Asian | 29 |
|
||||
| Native | 129 |
|
||||
| Hispanic/Latino | 508 |
|
||||
| Bachelor's or higher | 3299 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Big Horn County, MT"
|
||||
classification: county
|
||||
fips: "30003"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 12891
|
||||
population_under_18: 4041
|
||||
population_18_64: 7036
|
||||
population_65_plus: 1814
|
||||
median_household_income: 58750
|
||||
poverty_rate: 22.08
|
||||
homeownership_rate: 66.71
|
||||
unemployment_rate: 13.24
|
||||
median_home_value: 143400
|
||||
gini_index: 0.4435
|
||||
vacancy_rate: 15.46
|
||||
race_white: 3851
|
||||
race_black: 34
|
||||
race_asian: 25
|
||||
race_native: 8607
|
||||
hispanic: 610
|
||||
bachelors_plus: 1748
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Big Horn County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12891 |
|
||||
| Under 18 | 4041 |
|
||||
| 18–64 | 7036 |
|
||||
| 65+ | 1814 |
|
||||
| Median household income | 58750 |
|
||||
| Poverty rate | 22.08 |
|
||||
| Homeownership rate | 66.71 |
|
||||
| Unemployment rate | 13.24 |
|
||||
| Median home value | 143400 |
|
||||
| Gini index | 0.4435 |
|
||||
| Vacancy rate | 15.46 |
|
||||
| White | 3851 |
|
||||
| Black | 34 |
|
||||
| Asian | 25 |
|
||||
| Native | 8607 |
|
||||
| Hispanic/Latino | 610 |
|
||||
| Bachelor's or higher | 1748 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Blaine County, MT"
|
||||
classification: county
|
||||
fips: "30005"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 6949
|
||||
population_under_18: 2016
|
||||
population_18_64: 3770
|
||||
population_65_plus: 1163
|
||||
median_household_income: 64813
|
||||
poverty_rate: 18.29
|
||||
homeownership_rate: 65.7
|
||||
unemployment_rate: 13.62
|
||||
median_home_value: 155500
|
||||
gini_index: 0.481
|
||||
vacancy_rate: 19.23
|
||||
race_white: 3069
|
||||
race_black: 29
|
||||
race_asian: 7
|
||||
race_native: 3351
|
||||
hispanic: 194
|
||||
bachelors_plus: 1351
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Blaine County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6949 |
|
||||
| Under 18 | 2016 |
|
||||
| 18–64 | 3770 |
|
||||
| 65+ | 1163 |
|
||||
| Median household income | 64813 |
|
||||
| Poverty rate | 18.29 |
|
||||
| Homeownership rate | 65.7 |
|
||||
| Unemployment rate | 13.62 |
|
||||
| Median home value | 155500 |
|
||||
| Gini index | 0.481 |
|
||||
| Vacancy rate | 19.23 |
|
||||
| White | 3069 |
|
||||
| Black | 29 |
|
||||
| Asian | 7 |
|
||||
| Native | 3351 |
|
||||
| Hispanic/Latino | 194 |
|
||||
| Bachelor's or higher | 1351 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Broadwater County, MT"
|
||||
classification: county
|
||||
fips: "30007"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 7668
|
||||
population_under_18: 1526
|
||||
population_18_64: 4360
|
||||
population_65_plus: 1782
|
||||
median_household_income: 70374
|
||||
poverty_rate: 12.65
|
||||
homeownership_rate: 87.85
|
||||
unemployment_rate: 3.51
|
||||
median_home_value: 426600
|
||||
gini_index: 0.4093
|
||||
vacancy_rate: 11.2
|
||||
race_white: 6837
|
||||
race_black: 17
|
||||
race_asian: 15
|
||||
race_native: 90
|
||||
hispanic: 217
|
||||
bachelors_plus: 1892
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Broadwater County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7668 |
|
||||
| Under 18 | 1526 |
|
||||
| 18–64 | 4360 |
|
||||
| 65+ | 1782 |
|
||||
| Median household income | 70374 |
|
||||
| Poverty rate | 12.65 |
|
||||
| Homeownership rate | 87.85 |
|
||||
| Unemployment rate | 3.51 |
|
||||
| Median home value | 426600 |
|
||||
| Gini index | 0.4093 |
|
||||
| Vacancy rate | 11.2 |
|
||||
| White | 6837 |
|
||||
| Black | 17 |
|
||||
| Asian | 15 |
|
||||
| Native | 90 |
|
||||
| Hispanic/Latino | 217 |
|
||||
| Bachelor's or higher | 1892 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carbon County, MT"
|
||||
classification: county
|
||||
fips: "30009"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 11116
|
||||
population_under_18: 1907
|
||||
population_18_64: 6091
|
||||
population_65_plus: 3118
|
||||
median_household_income: 80261
|
||||
poverty_rate: 7.79
|
||||
homeownership_rate: 78.0
|
||||
unemployment_rate: 4.46
|
||||
median_home_value: 420800
|
||||
gini_index: 0.4556
|
||||
vacancy_rate: 27.75
|
||||
race_white: 10137
|
||||
race_black: 31
|
||||
race_asian: 3
|
||||
race_native: 36
|
||||
hispanic: 337
|
||||
bachelors_plus: 3998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carbon County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11116 |
|
||||
| Under 18 | 1907 |
|
||||
| 18–64 | 6091 |
|
||||
| 65+ | 3118 |
|
||||
| Median household income | 80261 |
|
||||
| Poverty rate | 7.79 |
|
||||
| Homeownership rate | 78.0 |
|
||||
| Unemployment rate | 4.46 |
|
||||
| Median home value | 420800 |
|
||||
| Gini index | 0.4556 |
|
||||
| Vacancy rate | 27.75 |
|
||||
| White | 10137 |
|
||||
| Black | 31 |
|
||||
| Asian | 3 |
|
||||
| Native | 36 |
|
||||
| Hispanic/Latino | 337 |
|
||||
| Bachelor's or higher | 3998 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carter County, MT"
|
||||
classification: county
|
||||
fips: "30011"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1308
|
||||
population_under_18: 231
|
||||
population_18_64: 670
|
||||
population_65_plus: 407
|
||||
median_household_income: 54167
|
||||
poverty_rate: 15.4
|
||||
homeownership_rate: 62.17
|
||||
unemployment_rate: 2.84
|
||||
median_home_value: 199200
|
||||
gini_index: 0.4057
|
||||
vacancy_rate: 27.62
|
||||
race_white: 1167
|
||||
race_black: 2
|
||||
race_asian: 0
|
||||
race_native: 2
|
||||
hispanic: 32
|
||||
bachelors_plus: 256
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carter County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1308 |
|
||||
| Under 18 | 231 |
|
||||
| 18–64 | 670 |
|
||||
| 65+ | 407 |
|
||||
| Median household income | 54167 |
|
||||
| Poverty rate | 15.4 |
|
||||
| Homeownership rate | 62.17 |
|
||||
| Unemployment rate | 2.84 |
|
||||
| Median home value | 199200 |
|
||||
| Gini index | 0.4057 |
|
||||
| Vacancy rate | 27.62 |
|
||||
| White | 1167 |
|
||||
| Black | 2 |
|
||||
| Asian | 0 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 32 |
|
||||
| Bachelor's or higher | 256 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cascade County, MT"
|
||||
classification: county
|
||||
fips: "30013"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 84606
|
||||
population_under_18: 18862
|
||||
population_18_64: 49130
|
||||
population_65_plus: 16614
|
||||
median_household_income: 67690
|
||||
poverty_rate: 13.06
|
||||
homeownership_rate: 68.53
|
||||
unemployment_rate: 3.3
|
||||
median_home_value: 265300
|
||||
gini_index: 0.4552
|
||||
vacancy_rate: 9.83
|
||||
race_white: 70806
|
||||
race_black: 1108
|
||||
race_asian: 924
|
||||
race_native: 2852
|
||||
hispanic: 4470
|
||||
bachelors_plus: 22656
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cascade County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 84606 |
|
||||
| Under 18 | 18862 |
|
||||
| 18–64 | 49130 |
|
||||
| 65+ | 16614 |
|
||||
| Median household income | 67690 |
|
||||
| Poverty rate | 13.06 |
|
||||
| Homeownership rate | 68.53 |
|
||||
| Unemployment rate | 3.3 |
|
||||
| Median home value | 265300 |
|
||||
| Gini index | 0.4552 |
|
||||
| Vacancy rate | 9.83 |
|
||||
| White | 70806 |
|
||||
| Black | 1108 |
|
||||
| Asian | 924 |
|
||||
| Native | 2852 |
|
||||
| Hispanic/Latino | 4470 |
|
||||
| Bachelor's or higher | 22656 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chouteau County, MT"
|
||||
classification: county
|
||||
fips: "30015"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 5906
|
||||
population_under_18: 1318
|
||||
population_18_64: 3207
|
||||
population_65_plus: 1381
|
||||
median_household_income: 58218
|
||||
poverty_rate: 11.19
|
||||
homeownership_rate: 68.18
|
||||
unemployment_rate: 3.18
|
||||
median_home_value: 207800
|
||||
gini_index: 0.4317
|
||||
vacancy_rate: 25.16
|
||||
race_white: 4550
|
||||
race_black: 4
|
||||
race_asian: 8
|
||||
race_native: 987
|
||||
hispanic: 183
|
||||
bachelors_plus: 1227
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chouteau County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5906 |
|
||||
| Under 18 | 1318 |
|
||||
| 18–64 | 3207 |
|
||||
| 65+ | 1381 |
|
||||
| Median household income | 58218 |
|
||||
| Poverty rate | 11.19 |
|
||||
| Homeownership rate | 68.18 |
|
||||
| Unemployment rate | 3.18 |
|
||||
| Median home value | 207800 |
|
||||
| Gini index | 0.4317 |
|
||||
| Vacancy rate | 25.16 |
|
||||
| White | 4550 |
|
||||
| Black | 4 |
|
||||
| Asian | 8 |
|
||||
| Native | 987 |
|
||||
| Hispanic/Latino | 183 |
|
||||
| Bachelor's or higher | 1227 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Custer County, MT"
|
||||
classification: county
|
||||
fips: "30017"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 11961
|
||||
population_under_18: 2369
|
||||
population_18_64: 7110
|
||||
population_65_plus: 2482
|
||||
median_household_income: 70605
|
||||
poverty_rate: 11.34
|
||||
homeownership_rate: 69.87
|
||||
unemployment_rate: 3.44
|
||||
median_home_value: 219100
|
||||
gini_index: 0.4246
|
||||
vacancy_rate: 12.9
|
||||
race_white: 10817
|
||||
race_black: 4
|
||||
race_asian: 54
|
||||
race_native: 220
|
||||
hispanic: 409
|
||||
bachelors_plus: 2918
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Custer County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11961 |
|
||||
| Under 18 | 2369 |
|
||||
| 18–64 | 7110 |
|
||||
| 65+ | 2482 |
|
||||
| Median household income | 70605 |
|
||||
| Poverty rate | 11.34 |
|
||||
| Homeownership rate | 69.87 |
|
||||
| Unemployment rate | 3.44 |
|
||||
| Median home value | 219100 |
|
||||
| Gini index | 0.4246 |
|
||||
| Vacancy rate | 12.9 |
|
||||
| White | 10817 |
|
||||
| Black | 4 |
|
||||
| Asian | 54 |
|
||||
| Native | 220 |
|
||||
| Hispanic/Latino | 409 |
|
||||
| Bachelor's or higher | 2918 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Daniels County, MT"
|
||||
classification: county
|
||||
fips: "30019"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1494
|
||||
population_under_18: 267
|
||||
population_18_64: 754
|
||||
population_65_plus: 473
|
||||
median_household_income: 55625
|
||||
poverty_rate: 12.87
|
||||
homeownership_rate: 83.11
|
||||
unemployment_rate: 0.49
|
||||
median_home_value: 184800
|
||||
gini_index: 0.4108
|
||||
vacancy_rate: 35.1
|
||||
race_white: 1369
|
||||
race_black: 4
|
||||
race_asian: 9
|
||||
race_native: 21
|
||||
hispanic: 50
|
||||
bachelors_plus: 335
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Daniels County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1494 |
|
||||
| Under 18 | 267 |
|
||||
| 18–64 | 754 |
|
||||
| 65+ | 473 |
|
||||
| Median household income | 55625 |
|
||||
| Poverty rate | 12.87 |
|
||||
| Homeownership rate | 83.11 |
|
||||
| Unemployment rate | 0.49 |
|
||||
| Median home value | 184800 |
|
||||
| Gini index | 0.4108 |
|
||||
| Vacancy rate | 35.1 |
|
||||
| White | 1369 |
|
||||
| Black | 4 |
|
||||
| Asian | 9 |
|
||||
| Native | 21 |
|
||||
| Hispanic/Latino | 50 |
|
||||
| Bachelor's or higher | 335 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dawson County, MT"
|
||||
classification: county
|
||||
fips: "30021"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 8827
|
||||
population_under_18: 1885
|
||||
population_18_64: 5074
|
||||
population_65_plus: 1868
|
||||
median_household_income: 71334
|
||||
poverty_rate: 8.71
|
||||
homeownership_rate: 71.89
|
||||
unemployment_rate: 2.66
|
||||
median_home_value: 185300
|
||||
gini_index: 0.4073
|
||||
vacancy_rate: 17.48
|
||||
race_white: 8188
|
||||
race_black: 23
|
||||
race_asian: 29
|
||||
race_native: 119
|
||||
hispanic: 319
|
||||
bachelors_plus: 1789
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dawson County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8827 |
|
||||
| Under 18 | 1885 |
|
||||
| 18–64 | 5074 |
|
||||
| 65+ | 1868 |
|
||||
| Median household income | 71334 |
|
||||
| Poverty rate | 8.71 |
|
||||
| Homeownership rate | 71.89 |
|
||||
| Unemployment rate | 2.66 |
|
||||
| Median home value | 185300 |
|
||||
| Gini index | 0.4073 |
|
||||
| Vacancy rate | 17.48 |
|
||||
| White | 8188 |
|
||||
| Black | 23 |
|
||||
| Asian | 29 |
|
||||
| Native | 119 |
|
||||
| Hispanic/Latino | 319 |
|
||||
| Bachelor's or higher | 1789 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Deer Lodge County, MT"
|
||||
classification: county
|
||||
fips: "30023"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 9597
|
||||
population_under_18: 1155
|
||||
population_18_64: 5914
|
||||
population_65_plus: 2528
|
||||
median_household_income: 57527
|
||||
poverty_rate: 16.29
|
||||
homeownership_rate: 73.04
|
||||
unemployment_rate: 3.42
|
||||
median_home_value: 231700
|
||||
gini_index: 0.4231
|
||||
vacancy_rate: 19.26
|
||||
race_white: 8619
|
||||
race_black: 34
|
||||
race_asian: 23
|
||||
race_native: 198
|
||||
hispanic: 335
|
||||
bachelors_plus: 2500
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Deer Lodge County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9597 |
|
||||
| Under 18 | 1155 |
|
||||
| 18–64 | 5914 |
|
||||
| 65+ | 2528 |
|
||||
| Median household income | 57527 |
|
||||
| Poverty rate | 16.29 |
|
||||
| Homeownership rate | 73.04 |
|
||||
| Unemployment rate | 3.42 |
|
||||
| Median home value | 231700 |
|
||||
| Gini index | 0.4231 |
|
||||
| Vacancy rate | 19.26 |
|
||||
| White | 8619 |
|
||||
| Black | 34 |
|
||||
| Asian | 23 |
|
||||
| Native | 198 |
|
||||
| Hispanic/Latino | 335 |
|
||||
| Bachelor's or higher | 2500 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fallon County, MT"
|
||||
classification: county
|
||||
fips: "30025"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 2760
|
||||
population_under_18: 653
|
||||
population_18_64: 1493
|
||||
population_65_plus: 614
|
||||
median_household_income: 76250
|
||||
poverty_rate: 11.41
|
||||
homeownership_rate: 69.44
|
||||
unemployment_rate: 0.0
|
||||
median_home_value: 244800
|
||||
gini_index: 0.503
|
||||
vacancy_rate: 20.57
|
||||
race_white: 2545
|
||||
race_black: 0
|
||||
race_asian: 0
|
||||
race_native: 62
|
||||
hispanic: 4
|
||||
bachelors_plus: 354
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fallon County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2760 |
|
||||
| Under 18 | 653 |
|
||||
| 18–64 | 1493 |
|
||||
| 65+ | 614 |
|
||||
| Median household income | 76250 |
|
||||
| Poverty rate | 11.41 |
|
||||
| Homeownership rate | 69.44 |
|
||||
| Unemployment rate | 0.0 |
|
||||
| Median home value | 244800 |
|
||||
| Gini index | 0.503 |
|
||||
| Vacancy rate | 20.57 |
|
||||
| White | 2545 |
|
||||
| Black | 0 |
|
||||
| Asian | 0 |
|
||||
| Native | 62 |
|
||||
| Hispanic/Latino | 4 |
|
||||
| Bachelor's or higher | 354 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fergus County, MT"
|
||||
classification: county
|
||||
fips: "30027"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 11687
|
||||
population_under_18: 2456
|
||||
population_18_64: 6300
|
||||
population_65_plus: 2931
|
||||
median_household_income: 63706
|
||||
poverty_rate: 15.13
|
||||
homeownership_rate: 63.36
|
||||
unemployment_rate: 4.21
|
||||
median_home_value: 236100
|
||||
gini_index: 0.4135
|
||||
vacancy_rate: 11.79
|
||||
race_white: 10868
|
||||
race_black: 66
|
||||
race_asian: 76
|
||||
race_native: 263
|
||||
hispanic: 278
|
||||
bachelors_plus: 2518
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fergus County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11687 |
|
||||
| Under 18 | 2456 |
|
||||
| 18–64 | 6300 |
|
||||
| 65+ | 2931 |
|
||||
| Median household income | 63706 |
|
||||
| Poverty rate | 15.13 |
|
||||
| Homeownership rate | 63.36 |
|
||||
| Unemployment rate | 4.21 |
|
||||
| Median home value | 236100 |
|
||||
| Gini index | 0.4135 |
|
||||
| Vacancy rate | 11.79 |
|
||||
| White | 10868 |
|
||||
| Black | 66 |
|
||||
| Asian | 76 |
|
||||
| Native | 263 |
|
||||
| Hispanic/Latino | 278 |
|
||||
| Bachelor's or higher | 2518 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Flathead County, MT"
|
||||
classification: county
|
||||
fips: "30029"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 110695
|
||||
population_under_18: 23948
|
||||
population_18_64: 63395
|
||||
population_65_plus: 23352
|
||||
median_household_income: 73925
|
||||
poverty_rate: 9.32
|
||||
homeownership_rate: 72.36
|
||||
unemployment_rate: 2.93
|
||||
median_home_value: 535500
|
||||
gini_index: 0.4566
|
||||
vacancy_rate: 14.41
|
||||
race_white: 100831
|
||||
race_black: 236
|
||||
race_asian: 931
|
||||
race_native: 976
|
||||
hispanic: 4076
|
||||
bachelors_plus: 39876
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Flathead County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 110695 |
|
||||
| Under 18 | 23948 |
|
||||
| 18–64 | 63395 |
|
||||
| 65+ | 23352 |
|
||||
| Median household income | 73925 |
|
||||
| Poverty rate | 9.32 |
|
||||
| Homeownership rate | 72.36 |
|
||||
| Unemployment rate | 2.93 |
|
||||
| Median home value | 535500 |
|
||||
| Gini index | 0.4566 |
|
||||
| Vacancy rate | 14.41 |
|
||||
| White | 100831 |
|
||||
| Black | 236 |
|
||||
| Asian | 931 |
|
||||
| Native | 976 |
|
||||
| Hispanic/Latino | 4076 |
|
||||
| Bachelor's or higher | 39876 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gallatin County, MT"
|
||||
classification: county
|
||||
fips: "30031"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 124074
|
||||
population_under_18: 23305
|
||||
population_18_64: 83904
|
||||
population_65_plus: 16865
|
||||
median_household_income: 93528
|
||||
poverty_rate: 9.52
|
||||
homeownership_rate: 61.06
|
||||
unemployment_rate: 2.31
|
||||
median_home_value: 667600
|
||||
gini_index: 0.4764
|
||||
vacancy_rate: 11.04
|
||||
race_white: 110173
|
||||
race_black: 555
|
||||
race_asian: 1560
|
||||
race_native: 755
|
||||
hispanic: 6658
|
||||
bachelors_plus: 60419
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gallatin County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 124074 |
|
||||
| Under 18 | 23305 |
|
||||
| 18–64 | 83904 |
|
||||
| 65+ | 16865 |
|
||||
| Median household income | 93528 |
|
||||
| Poverty rate | 9.52 |
|
||||
| Homeownership rate | 61.06 |
|
||||
| Unemployment rate | 2.31 |
|
||||
| Median home value | 667600 |
|
||||
| Gini index | 0.4764 |
|
||||
| Vacancy rate | 11.04 |
|
||||
| White | 110173 |
|
||||
| Black | 555 |
|
||||
| Asian | 1560 |
|
||||
| Native | 755 |
|
||||
| Hispanic/Latino | 6658 |
|
||||
| Bachelor's or higher | 60419 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Garfield County, MT"
|
||||
classification: county
|
||||
fips: "30033"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1094
|
||||
population_under_18: 272
|
||||
population_18_64: 533
|
||||
population_65_plus: 289
|
||||
median_household_income: 69583
|
||||
poverty_rate: 13.41
|
||||
homeownership_rate: 72.22
|
||||
unemployment_rate: 0.0
|
||||
median_home_value: 169900
|
||||
gini_index: 0.4801
|
||||
vacancy_rate: 40.82
|
||||
race_white: 1058
|
||||
race_black: 0
|
||||
race_asian: 0
|
||||
race_native: 12
|
||||
hispanic: 0
|
||||
bachelors_plus: 202
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Garfield County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1094 |
|
||||
| Under 18 | 272 |
|
||||
| 18–64 | 533 |
|
||||
| 65+ | 289 |
|
||||
| Median household income | 69583 |
|
||||
| Poverty rate | 13.41 |
|
||||
| Homeownership rate | 72.22 |
|
||||
| Unemployment rate | 0.0 |
|
||||
| Median home value | 169900 |
|
||||
| Gini index | 0.4801 |
|
||||
| Vacancy rate | 40.82 |
|
||||
| White | 1058 |
|
||||
| Black | 0 |
|
||||
| Asian | 0 |
|
||||
| Native | 12 |
|
||||
| Hispanic/Latino | 0 |
|
||||
| Bachelor's or higher | 202 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Glacier County, MT"
|
||||
classification: county
|
||||
fips: "30035"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 13637
|
||||
population_under_18: 4134
|
||||
population_18_64: 7701
|
||||
population_65_plus: 1802
|
||||
median_household_income: 46875
|
||||
poverty_rate: 31.14
|
||||
homeownership_rate: 63.71
|
||||
unemployment_rate: 10.02
|
||||
median_home_value: 165100
|
||||
gini_index: 0.4971
|
||||
vacancy_rate: 19.79
|
||||
race_white: 4115
|
||||
race_black: 34
|
||||
race_asian: 81
|
||||
race_native: 8812
|
||||
hispanic: 389
|
||||
bachelors_plus: 1908
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Glacier County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13637 |
|
||||
| Under 18 | 4134 |
|
||||
| 18–64 | 7701 |
|
||||
| 65+ | 1802 |
|
||||
| Median household income | 46875 |
|
||||
| Poverty rate | 31.14 |
|
||||
| Homeownership rate | 63.71 |
|
||||
| Unemployment rate | 10.02 |
|
||||
| Median home value | 165100 |
|
||||
| Gini index | 0.4971 |
|
||||
| Vacancy rate | 19.79 |
|
||||
| White | 4115 |
|
||||
| Black | 34 |
|
||||
| Asian | 81 |
|
||||
| Native | 8812 |
|
||||
| Hispanic/Latino | 389 |
|
||||
| Bachelor's or higher | 1908 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Golden Valley County, MT"
|
||||
classification: county
|
||||
fips: "30037"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 899
|
||||
population_under_18: 164
|
||||
population_18_64: 476
|
||||
population_65_plus: 259
|
||||
median_household_income: 58333
|
||||
poverty_rate: 17.02
|
||||
homeownership_rate: 81.12
|
||||
unemployment_rate: 1.54
|
||||
median_home_value: 212200
|
||||
gini_index: 0.4336
|
||||
vacancy_rate: 21.99
|
||||
race_white: 813
|
||||
race_black: 7
|
||||
race_asian: 0
|
||||
race_native: 7
|
||||
hispanic: 39
|
||||
bachelors_plus: 175
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Golden Valley County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 899 |
|
||||
| Under 18 | 164 |
|
||||
| 18–64 | 476 |
|
||||
| 65+ | 259 |
|
||||
| Median household income | 58333 |
|
||||
| Poverty rate | 17.02 |
|
||||
| Homeownership rate | 81.12 |
|
||||
| Unemployment rate | 1.54 |
|
||||
| Median home value | 212200 |
|
||||
| Gini index | 0.4336 |
|
||||
| Vacancy rate | 21.99 |
|
||||
| White | 813 |
|
||||
| Black | 7 |
|
||||
| Asian | 0 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 39 |
|
||||
| Bachelor's or higher | 175 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Granite County, MT"
|
||||
classification: county
|
||||
fips: "30039"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 3462
|
||||
population_under_18: 509
|
||||
population_18_64: 1871
|
||||
population_65_plus: 1082
|
||||
median_household_income: 59265
|
||||
poverty_rate: 10.17
|
||||
homeownership_rate: 77.87
|
||||
unemployment_rate: 3.72
|
||||
median_home_value: 352700
|
||||
gini_index: 0.4614
|
||||
vacancy_rate: 41.81
|
||||
race_white: 3134
|
||||
race_black: 9
|
||||
race_asian: 32
|
||||
race_native: 63
|
||||
hispanic: 91
|
||||
bachelors_plus: 1079
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Granite County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3462 |
|
||||
| Under 18 | 509 |
|
||||
| 18–64 | 1871 |
|
||||
| 65+ | 1082 |
|
||||
| Median household income | 59265 |
|
||||
| Poverty rate | 10.17 |
|
||||
| Homeownership rate | 77.87 |
|
||||
| Unemployment rate | 3.72 |
|
||||
| Median home value | 352700 |
|
||||
| Gini index | 0.4614 |
|
||||
| Vacancy rate | 41.81 |
|
||||
| White | 3134 |
|
||||
| Black | 9 |
|
||||
| Asian | 32 |
|
||||
| Native | 63 |
|
||||
| Hispanic/Latino | 91 |
|
||||
| Bachelor's or higher | 1079 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hill County, MT"
|
||||
classification: county
|
||||
fips: "30041"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 16155
|
||||
population_under_18: 4563
|
||||
population_18_64: 8960
|
||||
population_65_plus: 2632
|
||||
median_household_income: 52798
|
||||
poverty_rate: 20.7
|
||||
homeownership_rate: 66.08
|
||||
unemployment_rate: 4.24
|
||||
median_home_value: 202600
|
||||
gini_index: 0.4612
|
||||
vacancy_rate: 14.21
|
||||
race_white: 10970
|
||||
race_black: 41
|
||||
race_asian: 27
|
||||
race_native: 3675
|
||||
hispanic: 566
|
||||
bachelors_plus: 3147
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hill County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16155 |
|
||||
| Under 18 | 4563 |
|
||||
| 18–64 | 8960 |
|
||||
| 65+ | 2632 |
|
||||
| Median household income | 52798 |
|
||||
| Poverty rate | 20.7 |
|
||||
| Homeownership rate | 66.08 |
|
||||
| Unemployment rate | 4.24 |
|
||||
| Median home value | 202600 |
|
||||
| Gini index | 0.4612 |
|
||||
| Vacancy rate | 14.21 |
|
||||
| White | 10970 |
|
||||
| Black | 41 |
|
||||
| Asian | 27 |
|
||||
| Native | 3675 |
|
||||
| Hispanic/Latino | 566 |
|
||||
| Bachelor's or higher | 3147 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jefferson County, MT"
|
||||
classification: county
|
||||
fips: "30043"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 12774
|
||||
population_under_18: 2555
|
||||
population_18_64: 7258
|
||||
population_65_plus: 2961
|
||||
median_household_income: 95490
|
||||
poverty_rate: 5.72
|
||||
homeownership_rate: 84.19
|
||||
unemployment_rate: 4.19
|
||||
median_home_value: 446900
|
||||
gini_index: 0.4486
|
||||
vacancy_rate: 7.6
|
||||
race_white: 11717
|
||||
race_black: 4
|
||||
race_asian: 50
|
||||
race_native: 188
|
||||
hispanic: 380
|
||||
bachelors_plus: 4203
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jefferson County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12774 |
|
||||
| Under 18 | 2555 |
|
||||
| 18–64 | 7258 |
|
||||
| 65+ | 2961 |
|
||||
| Median household income | 95490 |
|
||||
| Poverty rate | 5.72 |
|
||||
| Homeownership rate | 84.19 |
|
||||
| Unemployment rate | 4.19 |
|
||||
| Median home value | 446900 |
|
||||
| Gini index | 0.4486 |
|
||||
| Vacancy rate | 7.6 |
|
||||
| White | 11717 |
|
||||
| Black | 4 |
|
||||
| Asian | 50 |
|
||||
| Native | 188 |
|
||||
| Hispanic/Latino | 380 |
|
||||
| Bachelor's or higher | 4203 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Judith Basin County, MT"
|
||||
classification: county
|
||||
fips: "30045"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 2071
|
||||
population_under_18: 466
|
||||
population_18_64: 1066
|
||||
population_65_plus: 539
|
||||
median_household_income: 59000
|
||||
poverty_rate: 13.31
|
||||
homeownership_rate: 72.66
|
||||
unemployment_rate: 0.09
|
||||
median_home_value: 238300
|
||||
gini_index: 0.4588
|
||||
vacancy_rate: 27.2
|
||||
race_white: 1868
|
||||
race_black: 0
|
||||
race_asian: 0
|
||||
race_native: 29
|
||||
hispanic: 159
|
||||
bachelors_plus: 561
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Judith Basin County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2071 |
|
||||
| Under 18 | 466 |
|
||||
| 18–64 | 1066 |
|
||||
| 65+ | 539 |
|
||||
| Median household income | 59000 |
|
||||
| Poverty rate | 13.31 |
|
||||
| Homeownership rate | 72.66 |
|
||||
| Unemployment rate | 0.09 |
|
||||
| Median home value | 238300 |
|
||||
| Gini index | 0.4588 |
|
||||
| Vacancy rate | 27.2 |
|
||||
| White | 1868 |
|
||||
| Black | 0 |
|
||||
| Asian | 0 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 159 |
|
||||
| Bachelor's or higher | 561 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lake County, MT"
|
||||
classification: county
|
||||
fips: "30047"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 32561
|
||||
population_under_18: 7167
|
||||
population_18_64: 17500
|
||||
population_65_plus: 7894
|
||||
median_household_income: 63360
|
||||
poverty_rate: 17.24
|
||||
homeownership_rate: 75.05
|
||||
unemployment_rate: 5.74
|
||||
median_home_value: 421800
|
||||
gini_index: 0.5019
|
||||
vacancy_rate: 23.63
|
||||
race_white: 21367
|
||||
race_black: 71
|
||||
race_asian: 218
|
||||
race_native: 6608
|
||||
hispanic: 1397
|
||||
bachelors_plus: 9822
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lake County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 32561 |
|
||||
| Under 18 | 7167 |
|
||||
| 18–64 | 17500 |
|
||||
| 65+ | 7894 |
|
||||
| Median household income | 63360 |
|
||||
| Poverty rate | 17.24 |
|
||||
| Homeownership rate | 75.05 |
|
||||
| Unemployment rate | 5.74 |
|
||||
| Median home value | 421800 |
|
||||
| Gini index | 0.5019 |
|
||||
| Vacancy rate | 23.63 |
|
||||
| White | 21367 |
|
||||
| Black | 71 |
|
||||
| Asian | 218 |
|
||||
| Native | 6608 |
|
||||
| Hispanic/Latino | 1397 |
|
||||
| Bachelor's or higher | 9822 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lewis and Clark County, MT"
|
||||
classification: county
|
||||
fips: "30049"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 73464
|
||||
population_under_18: 15566
|
||||
population_18_64: 43055
|
||||
population_65_plus: 14843
|
||||
median_household_income: 78237
|
||||
poverty_rate: 8.06
|
||||
homeownership_rate: 70.08
|
||||
unemployment_rate: 3.24
|
||||
median_home_value: 393500
|
||||
gini_index: 0.4298
|
||||
vacancy_rate: 8.41
|
||||
race_white: 66597
|
||||
race_black: 417
|
||||
race_asian: 359
|
||||
race_native: 965
|
||||
hispanic: 2958
|
||||
bachelors_plus: 30194
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lewis and Clark County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 73464 |
|
||||
| Under 18 | 15566 |
|
||||
| 18–64 | 43055 |
|
||||
| 65+ | 14843 |
|
||||
| Median household income | 78237 |
|
||||
| Poverty rate | 8.06 |
|
||||
| Homeownership rate | 70.08 |
|
||||
| Unemployment rate | 3.24 |
|
||||
| Median home value | 393500 |
|
||||
| Gini index | 0.4298 |
|
||||
| Vacancy rate | 8.41 |
|
||||
| White | 66597 |
|
||||
| Black | 417 |
|
||||
| Asian | 359 |
|
||||
| Native | 965 |
|
||||
| Hispanic/Latino | 2958 |
|
||||
| Bachelor's or higher | 30194 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Liberty County, MT"
|
||||
classification: county
|
||||
fips: "30051"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1952
|
||||
population_under_18: 531
|
||||
population_18_64: 1000
|
||||
population_65_plus: 421
|
||||
median_household_income: 57857
|
||||
poverty_rate: 25.79
|
||||
homeownership_rate: 63.4
|
||||
unemployment_rate: 0.6
|
||||
median_home_value: 169100
|
||||
gini_index: 0.5099
|
||||
vacancy_rate: 13.5
|
||||
race_white: 1823
|
||||
race_black: 0
|
||||
race_asian: 14
|
||||
race_native: 46
|
||||
hispanic: 1
|
||||
bachelors_plus: 455
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Liberty County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1952 |
|
||||
| Under 18 | 531 |
|
||||
| 18–64 | 1000 |
|
||||
| 65+ | 421 |
|
||||
| Median household income | 57857 |
|
||||
| Poverty rate | 25.79 |
|
||||
| Homeownership rate | 63.4 |
|
||||
| Unemployment rate | 0.6 |
|
||||
| Median home value | 169100 |
|
||||
| Gini index | 0.5099 |
|
||||
| Vacancy rate | 13.5 |
|
||||
| White | 1823 |
|
||||
| Black | 0 |
|
||||
| Asian | 14 |
|
||||
| Native | 46 |
|
||||
| Hispanic/Latino | 1 |
|
||||
| Bachelor's or higher | 455 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lincoln County, MT"
|
||||
classification: county
|
||||
fips: "30053"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 21175
|
||||
population_under_18: 3823
|
||||
population_18_64: 10970
|
||||
population_65_plus: 6382
|
||||
median_household_income: 47143
|
||||
poverty_rate: 15.44
|
||||
homeownership_rate: 77.63
|
||||
unemployment_rate: 5.06
|
||||
median_home_value: 296500
|
||||
gini_index: 0.4484
|
||||
vacancy_rate: 17.48
|
||||
race_white: 19142
|
||||
race_black: 12
|
||||
race_asian: 61
|
||||
race_native: 240
|
||||
hispanic: 654
|
||||
bachelors_plus: 4051
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lincoln County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21175 |
|
||||
| Under 18 | 3823 |
|
||||
| 18–64 | 10970 |
|
||||
| 65+ | 6382 |
|
||||
| Median household income | 47143 |
|
||||
| Poverty rate | 15.44 |
|
||||
| Homeownership rate | 77.63 |
|
||||
| Unemployment rate | 5.06 |
|
||||
| Median home value | 296500 |
|
||||
| Gini index | 0.4484 |
|
||||
| Vacancy rate | 17.48 |
|
||||
| White | 19142 |
|
||||
| Black | 12 |
|
||||
| Asian | 61 |
|
||||
| Native | 240 |
|
||||
| Hispanic/Latino | 654 |
|
||||
| Bachelor's or higher | 4051 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Madison County, MT"
|
||||
classification: county
|
||||
fips: "30057"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 9223
|
||||
population_under_18: 1504
|
||||
population_18_64: 4880
|
||||
population_65_plus: 2839
|
||||
median_household_income: 75250
|
||||
poverty_rate: 6.17
|
||||
homeownership_rate: 80.96
|
||||
unemployment_rate: 3.11
|
||||
median_home_value: 470100
|
||||
gini_index: 0.4285
|
||||
vacancy_rate: 41.53
|
||||
race_white: 8474
|
||||
race_black: 0
|
||||
race_asian: 42
|
||||
race_native: 84
|
||||
hispanic: 337
|
||||
bachelors_plus: 2942
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Madison County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9223 |
|
||||
| Under 18 | 1504 |
|
||||
| 18–64 | 4880 |
|
||||
| 65+ | 2839 |
|
||||
| Median household income | 75250 |
|
||||
| Poverty rate | 6.17 |
|
||||
| Homeownership rate | 80.96 |
|
||||
| Unemployment rate | 3.11 |
|
||||
| Median home value | 470100 |
|
||||
| Gini index | 0.4285 |
|
||||
| Vacancy rate | 41.53 |
|
||||
| White | 8474 |
|
||||
| Black | 0 |
|
||||
| Asian | 42 |
|
||||
| Native | 84 |
|
||||
| Hispanic/Latino | 337 |
|
||||
| Bachelor's or higher | 2942 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McCone County, MT"
|
||||
classification: county
|
||||
fips: "30055"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1670
|
||||
population_under_18: 311
|
||||
population_18_64: 851
|
||||
population_65_plus: 508
|
||||
median_household_income: 69375
|
||||
poverty_rate: 5.04
|
||||
homeownership_rate: 89.85
|
||||
unemployment_rate: 2.13
|
||||
median_home_value: 211600
|
||||
gini_index: 0.3777
|
||||
vacancy_rate: 26.25
|
||||
race_white: 1538
|
||||
race_black: 0
|
||||
race_asian: 17
|
||||
race_native: 42
|
||||
hispanic: 4
|
||||
bachelors_plus: 366
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McCone County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1670 |
|
||||
| Under 18 | 311 |
|
||||
| 18–64 | 851 |
|
||||
| 65+ | 508 |
|
||||
| Median household income | 69375 |
|
||||
| Poverty rate | 5.04 |
|
||||
| Homeownership rate | 89.85 |
|
||||
| Unemployment rate | 2.13 |
|
||||
| Median home value | 211600 |
|
||||
| Gini index | 0.3777 |
|
||||
| Vacancy rate | 26.25 |
|
||||
| White | 1538 |
|
||||
| Black | 0 |
|
||||
| Asian | 17 |
|
||||
| Native | 42 |
|
||||
| Hispanic/Latino | 4 |
|
||||
| Bachelor's or higher | 366 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Meagher County, MT"
|
||||
classification: county
|
||||
fips: "30059"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 2007
|
||||
population_under_18: 246
|
||||
population_18_64: 1064
|
||||
population_65_plus: 697
|
||||
median_household_income: 71932
|
||||
poverty_rate: 12.35
|
||||
homeownership_rate: 75.4
|
||||
unemployment_rate: 0.27
|
||||
median_home_value: 259800
|
||||
gini_index: 0.4366
|
||||
vacancy_rate: 36.07
|
||||
race_white: 1921
|
||||
race_black: 15
|
||||
race_asian: 0
|
||||
race_native: 29
|
||||
hispanic: 65
|
||||
bachelors_plus: 563
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Meagher County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2007 |
|
||||
| Under 18 | 246 |
|
||||
| 18–64 | 1064 |
|
||||
| 65+ | 697 |
|
||||
| Median household income | 71932 |
|
||||
| Poverty rate | 12.35 |
|
||||
| Homeownership rate | 75.4 |
|
||||
| Unemployment rate | 0.27 |
|
||||
| Median home value | 259800 |
|
||||
| Gini index | 0.4366 |
|
||||
| Vacancy rate | 36.07 |
|
||||
| White | 1921 |
|
||||
| Black | 15 |
|
||||
| Asian | 0 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 65 |
|
||||
| Bachelor's or higher | 563 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mineral County, MT"
|
||||
classification: county
|
||||
fips: "30061"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 4959
|
||||
population_under_18: 1028
|
||||
population_18_64: 2537
|
||||
population_65_plus: 1394
|
||||
median_household_income: 63450
|
||||
poverty_rate: 13.53
|
||||
homeownership_rate: 81.12
|
||||
unemployment_rate: 3.1
|
||||
median_home_value: 364300
|
||||
gini_index: 0.4542
|
||||
vacancy_rate: 16.41
|
||||
race_white: 4556
|
||||
race_black: 9
|
||||
race_asian: 14
|
||||
race_native: 71
|
||||
hispanic: 185
|
||||
bachelors_plus: 1222
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mineral County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4959 |
|
||||
| Under 18 | 1028 |
|
||||
| 18–64 | 2537 |
|
||||
| 65+ | 1394 |
|
||||
| Median household income | 63450 |
|
||||
| Poverty rate | 13.53 |
|
||||
| Homeownership rate | 81.12 |
|
||||
| Unemployment rate | 3.1 |
|
||||
| Median home value | 364300 |
|
||||
| Gini index | 0.4542 |
|
||||
| Vacancy rate | 16.41 |
|
||||
| White | 4556 |
|
||||
| Black | 9 |
|
||||
| Asian | 14 |
|
||||
| Native | 71 |
|
||||
| Hispanic/Latino | 185 |
|
||||
| Bachelor's or higher | 1222 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Missoula County, MT"
|
||||
classification: county
|
||||
fips: "30063"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 120672
|
||||
population_under_18: 21937
|
||||
population_18_64: 78052
|
||||
population_65_plus: 20683
|
||||
median_household_income: 75598
|
||||
poverty_rate: 10.13
|
||||
homeownership_rate: 58.81
|
||||
unemployment_rate: 3.74
|
||||
median_home_value: 472100
|
||||
gini_index: 0.4723
|
||||
vacancy_rate: 7.47
|
||||
race_white: 104875
|
||||
race_black: 518
|
||||
race_asian: 1920
|
||||
race_native: 2472
|
||||
hispanic: 6096
|
||||
bachelors_plus: 54955
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Missoula County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 120672 |
|
||||
| Under 18 | 21937 |
|
||||
| 18–64 | 78052 |
|
||||
| 65+ | 20683 |
|
||||
| Median household income | 75598 |
|
||||
| Poverty rate | 10.13 |
|
||||
| Homeownership rate | 58.81 |
|
||||
| Unemployment rate | 3.74 |
|
||||
| Median home value | 472100 |
|
||||
| Gini index | 0.4723 |
|
||||
| Vacancy rate | 7.47 |
|
||||
| White | 104875 |
|
||||
| Black | 518 |
|
||||
| Asian | 1920 |
|
||||
| Native | 2472 |
|
||||
| Hispanic/Latino | 6096 |
|
||||
| Bachelor's or higher | 54955 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Musselshell County, MT"
|
||||
classification: county
|
||||
fips: "30065"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 5152
|
||||
population_under_18: 998
|
||||
population_18_64: 2660
|
||||
population_65_plus: 1494
|
||||
median_household_income: 58920
|
||||
poverty_rate: 17.03
|
||||
homeownership_rate: 85.06
|
||||
unemployment_rate: 9.22
|
||||
median_home_value: 235000
|
||||
gini_index: 0.4739
|
||||
vacancy_rate: 19.34
|
||||
race_white: 4495
|
||||
race_black: 0
|
||||
race_asian: 0
|
||||
race_native: 196
|
||||
hispanic: 221
|
||||
bachelors_plus: 1078
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Musselshell County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5152 |
|
||||
| Under 18 | 998 |
|
||||
| 18–64 | 2660 |
|
||||
| 65+ | 1494 |
|
||||
| Median household income | 58920 |
|
||||
| Poverty rate | 17.03 |
|
||||
| Homeownership rate | 85.06 |
|
||||
| Unemployment rate | 9.22 |
|
||||
| Median home value | 235000 |
|
||||
| Gini index | 0.4739 |
|
||||
| Vacancy rate | 19.34 |
|
||||
| White | 4495 |
|
||||
| Black | 0 |
|
||||
| Asian | 0 |
|
||||
| Native | 196 |
|
||||
| Hispanic/Latino | 221 |
|
||||
| Bachelor's or higher | 1078 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Park County, MT"
|
||||
classification: county
|
||||
fips: "30067"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 17710
|
||||
population_under_18: 2990
|
||||
population_18_64: 10360
|
||||
population_65_plus: 4360
|
||||
median_household_income: 70047
|
||||
poverty_rate: 12.34
|
||||
homeownership_rate: 69.45
|
||||
unemployment_rate: 2.71
|
||||
median_home_value: 467500
|
||||
gini_index: 0.4523
|
||||
vacancy_rate: 13.17
|
||||
race_white: 16159
|
||||
race_black: 36
|
||||
race_asian: 35
|
||||
race_native: 124
|
||||
hispanic: 638
|
||||
bachelors_plus: 7288
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Park County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17710 |
|
||||
| Under 18 | 2990 |
|
||||
| 18–64 | 10360 |
|
||||
| 65+ | 4360 |
|
||||
| Median household income | 70047 |
|
||||
| Poverty rate | 12.34 |
|
||||
| Homeownership rate | 69.45 |
|
||||
| Unemployment rate | 2.71 |
|
||||
| Median home value | 467500 |
|
||||
| Gini index | 0.4523 |
|
||||
| Vacancy rate | 13.17 |
|
||||
| White | 16159 |
|
||||
| Black | 36 |
|
||||
| Asian | 35 |
|
||||
| Native | 124 |
|
||||
| Hispanic/Latino | 638 |
|
||||
| Bachelor's or higher | 7288 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Petroleum County, MT"
|
||||
classification: county
|
||||
fips: "30069"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 447
|
||||
population_under_18: 66
|
||||
population_18_64: 255
|
||||
population_65_plus: 126
|
||||
median_household_income: 60208
|
||||
poverty_rate: 8.05
|
||||
homeownership_rate: 72.85
|
||||
unemployment_rate: 0.0
|
||||
median_home_value: 201400
|
||||
gini_index: 0.4271
|
||||
vacancy_rate: 28.94
|
||||
race_white: 442
|
||||
race_black: 0
|
||||
race_asian: 3
|
||||
race_native: 2
|
||||
hispanic: 0
|
||||
bachelors_plus: 148
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Petroleum County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 447 |
|
||||
| Under 18 | 66 |
|
||||
| 18–64 | 255 |
|
||||
| 65+ | 126 |
|
||||
| Median household income | 60208 |
|
||||
| Poverty rate | 8.05 |
|
||||
| Homeownership rate | 72.85 |
|
||||
| Unemployment rate | 0.0 |
|
||||
| Median home value | 201400 |
|
||||
| Gini index | 0.4271 |
|
||||
| Vacancy rate | 28.94 |
|
||||
| White | 442 |
|
||||
| Black | 0 |
|
||||
| Asian | 3 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 0 |
|
||||
| Bachelor's or higher | 148 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Phillips County, MT"
|
||||
classification: county
|
||||
fips: "30071"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 4221
|
||||
population_under_18: 987
|
||||
population_18_64: 2221
|
||||
population_65_plus: 1013
|
||||
median_household_income: 53417
|
||||
poverty_rate: 10.52
|
||||
homeownership_rate: 73.54
|
||||
unemployment_rate: 1.79
|
||||
median_home_value: 197600
|
||||
gini_index: 0.4267
|
||||
vacancy_rate: 20.96
|
||||
race_white: 3425
|
||||
race_black: 34
|
||||
race_asian: 34
|
||||
race_native: 316
|
||||
hispanic: 46
|
||||
bachelors_plus: 963
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Phillips County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4221 |
|
||||
| Under 18 | 987 |
|
||||
| 18–64 | 2221 |
|
||||
| 65+ | 1013 |
|
||||
| Median household income | 53417 |
|
||||
| Poverty rate | 10.52 |
|
||||
| Homeownership rate | 73.54 |
|
||||
| Unemployment rate | 1.79 |
|
||||
| Median home value | 197600 |
|
||||
| Gini index | 0.4267 |
|
||||
| Vacancy rate | 20.96 |
|
||||
| White | 3425 |
|
||||
| Black | 34 |
|
||||
| Asian | 34 |
|
||||
| Native | 316 |
|
||||
| Hispanic/Latino | 46 |
|
||||
| Bachelor's or higher | 963 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pondera County, MT"
|
||||
classification: county
|
||||
fips: "30073"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 6035
|
||||
population_under_18: 1434
|
||||
population_18_64: 3282
|
||||
population_65_plus: 1319
|
||||
median_household_income: 52338
|
||||
poverty_rate: 21.94
|
||||
homeownership_rate: 67.72
|
||||
unemployment_rate: 5.83
|
||||
median_home_value: 206100
|
||||
gini_index: 0.4384
|
||||
vacancy_rate: 17.65
|
||||
race_white: 4788
|
||||
race_black: 1
|
||||
race_asian: 60
|
||||
race_native: 910
|
||||
hispanic: 154
|
||||
bachelors_plus: 1026
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pondera County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6035 |
|
||||
| Under 18 | 1434 |
|
||||
| 18–64 | 3282 |
|
||||
| 65+ | 1319 |
|
||||
| Median household income | 52338 |
|
||||
| Poverty rate | 21.94 |
|
||||
| Homeownership rate | 67.72 |
|
||||
| Unemployment rate | 5.83 |
|
||||
| Median home value | 206100 |
|
||||
| Gini index | 0.4384 |
|
||||
| Vacancy rate | 17.65 |
|
||||
| White | 4788 |
|
||||
| Black | 1 |
|
||||
| Asian | 60 |
|
||||
| Native | 910 |
|
||||
| Hispanic/Latino | 154 |
|
||||
| Bachelor's or higher | 1026 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Powder River County, MT"
|
||||
classification: county
|
||||
fips: "30075"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1815
|
||||
population_under_18: 364
|
||||
population_18_64: 906
|
||||
population_65_plus: 545
|
||||
median_household_income: 67045
|
||||
poverty_rate: 8.12
|
||||
homeownership_rate: 78.81
|
||||
unemployment_rate: 0.71
|
||||
median_home_value: 192100
|
||||
gini_index: 0.4717
|
||||
vacancy_rate: 27.16
|
||||
race_white: 1642
|
||||
race_black: 0
|
||||
race_asian: 17
|
||||
race_native: 40
|
||||
hispanic: 26
|
||||
bachelors_plus: 488
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Powder River County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1815 |
|
||||
| Under 18 | 364 |
|
||||
| 18–64 | 906 |
|
||||
| 65+ | 545 |
|
||||
| Median household income | 67045 |
|
||||
| Poverty rate | 8.12 |
|
||||
| Homeownership rate | 78.81 |
|
||||
| Unemployment rate | 0.71 |
|
||||
| Median home value | 192100 |
|
||||
| Gini index | 0.4717 |
|
||||
| Vacancy rate | 27.16 |
|
||||
| White | 1642 |
|
||||
| Black | 0 |
|
||||
| Asian | 17 |
|
||||
| Native | 40 |
|
||||
| Hispanic/Latino | 26 |
|
||||
| Bachelor's or higher | 488 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Powell County, MT"
|
||||
classification: county
|
||||
fips: "30077"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 7053
|
||||
population_under_18: 935
|
||||
population_18_64: 4646
|
||||
population_65_plus: 1472
|
||||
median_household_income: 66923
|
||||
poverty_rate: 5.56
|
||||
homeownership_rate: 72.53
|
||||
unemployment_rate: 2.35
|
||||
median_home_value: 306500
|
||||
gini_index: 0.4314
|
||||
vacancy_rate: 19.1
|
||||
race_white: 6148
|
||||
race_black: 28
|
||||
race_asian: 107
|
||||
race_native: 356
|
||||
hispanic: 190
|
||||
bachelors_plus: 1384
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Powell County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7053 |
|
||||
| Under 18 | 935 |
|
||||
| 18–64 | 4646 |
|
||||
| 65+ | 1472 |
|
||||
| Median household income | 66923 |
|
||||
| Poverty rate | 5.56 |
|
||||
| Homeownership rate | 72.53 |
|
||||
| Unemployment rate | 2.35 |
|
||||
| Median home value | 306500 |
|
||||
| Gini index | 0.4314 |
|
||||
| Vacancy rate | 19.1 |
|
||||
| White | 6148 |
|
||||
| Black | 28 |
|
||||
| Asian | 107 |
|
||||
| Native | 356 |
|
||||
| Hispanic/Latino | 190 |
|
||||
| Bachelor's or higher | 1384 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Prairie County, MT"
|
||||
classification: county
|
||||
fips: "30079"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1250
|
||||
population_under_18: 212
|
||||
population_18_64: 511
|
||||
population_65_plus: 527
|
||||
median_household_income: 51250
|
||||
poverty_rate: 20.61
|
||||
homeownership_rate: 83.85
|
||||
unemployment_rate: 0.92
|
||||
median_home_value: 165700
|
||||
gini_index: 0.5137
|
||||
vacancy_rate: 20.67
|
||||
race_white: 1108
|
||||
race_black: 0
|
||||
race_asian: 34
|
||||
race_native: 1
|
||||
hispanic: 7
|
||||
bachelors_plus: 385
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Prairie County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1250 |
|
||||
| Under 18 | 212 |
|
||||
| 18–64 | 511 |
|
||||
| 65+ | 527 |
|
||||
| Median household income | 51250 |
|
||||
| Poverty rate | 20.61 |
|
||||
| Homeownership rate | 83.85 |
|
||||
| Unemployment rate | 0.92 |
|
||||
| Median home value | 165700 |
|
||||
| Gini index | 0.5137 |
|
||||
| Vacancy rate | 20.67 |
|
||||
| White | 1108 |
|
||||
| Black | 0 |
|
||||
| Asian | 34 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 7 |
|
||||
| Bachelor's or higher | 385 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ravalli County, MT"
|
||||
classification: county
|
||||
fips: "30081"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 46727
|
||||
population_under_18: 8703
|
||||
population_18_64: 25402
|
||||
population_65_plus: 12622
|
||||
median_household_income: 71283
|
||||
poverty_rate: 8.77
|
||||
homeownership_rate: 79.37
|
||||
unemployment_rate: 3.2
|
||||
median_home_value: 476600
|
||||
gini_index: 0.4374
|
||||
vacancy_rate: 11.89
|
||||
race_white: 42013
|
||||
race_black: 181
|
||||
race_asian: 319
|
||||
race_native: 317
|
||||
hispanic: 1928
|
||||
bachelors_plus: 13979
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ravalli County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 46727 |
|
||||
| Under 18 | 8703 |
|
||||
| 18–64 | 25402 |
|
||||
| 65+ | 12622 |
|
||||
| Median household income | 71283 |
|
||||
| Poverty rate | 8.77 |
|
||||
| Homeownership rate | 79.37 |
|
||||
| Unemployment rate | 3.2 |
|
||||
| Median home value | 476600 |
|
||||
| Gini index | 0.4374 |
|
||||
| Vacancy rate | 11.89 |
|
||||
| White | 42013 |
|
||||
| Black | 181 |
|
||||
| Asian | 319 |
|
||||
| Native | 317 |
|
||||
| Hispanic/Latino | 1928 |
|
||||
| Bachelor's or higher | 13979 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Richland County, MT"
|
||||
classification: county
|
||||
fips: "30083"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 11235
|
||||
population_under_18: 2802
|
||||
population_18_64: 6470
|
||||
population_65_plus: 1963
|
||||
median_household_income: 73084
|
||||
poverty_rate: 6.6
|
||||
homeownership_rate: 67.12
|
||||
unemployment_rate: 3.27
|
||||
median_home_value: 263000
|
||||
gini_index: 0.4668
|
||||
vacancy_rate: 21.18
|
||||
race_white: 10086
|
||||
race_black: 30
|
||||
race_asian: 48
|
||||
race_native: 24
|
||||
hispanic: 620
|
||||
bachelors_plus: 1965
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Richland County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11235 |
|
||||
| Under 18 | 2802 |
|
||||
| 18–64 | 6470 |
|
||||
| 65+ | 1963 |
|
||||
| Median household income | 73084 |
|
||||
| Poverty rate | 6.6 |
|
||||
| Homeownership rate | 67.12 |
|
||||
| Unemployment rate | 3.27 |
|
||||
| Median home value | 263000 |
|
||||
| Gini index | 0.4668 |
|
||||
| Vacancy rate | 21.18 |
|
||||
| White | 10086 |
|
||||
| Black | 30 |
|
||||
| Asian | 48 |
|
||||
| Native | 24 |
|
||||
| Hispanic/Latino | 620 |
|
||||
| Bachelor's or higher | 1965 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Roosevelt County, MT"
|
||||
classification: county
|
||||
fips: "30085"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 10526
|
||||
population_under_18: 3465
|
||||
population_18_64: 5775
|
||||
population_65_plus: 1286
|
||||
median_household_income: 57063
|
||||
poverty_rate: 30.4
|
||||
homeownership_rate: 66.61
|
||||
unemployment_rate: 10.8
|
||||
median_home_value: 118800
|
||||
gini_index: 0.4581
|
||||
vacancy_rate: 23.98
|
||||
race_white: 3434
|
||||
race_black: 7
|
||||
race_asian: 100
|
||||
race_native: 6033
|
||||
hispanic: 301
|
||||
bachelors_plus: 1637
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Roosevelt County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10526 |
|
||||
| Under 18 | 3465 |
|
||||
| 18–64 | 5775 |
|
||||
| 65+ | 1286 |
|
||||
| Median household income | 57063 |
|
||||
| Poverty rate | 30.4 |
|
||||
| Homeownership rate | 66.61 |
|
||||
| Unemployment rate | 10.8 |
|
||||
| Median home value | 118800 |
|
||||
| Gini index | 0.4581 |
|
||||
| Vacancy rate | 23.98 |
|
||||
| White | 3434 |
|
||||
| Black | 7 |
|
||||
| Asian | 100 |
|
||||
| Native | 6033 |
|
||||
| Hispanic/Latino | 301 |
|
||||
| Bachelor's or higher | 1637 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Rosebud County, MT"
|
||||
classification: county
|
||||
fips: "30087"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 8165
|
||||
population_under_18: 2308
|
||||
population_18_64: 4424
|
||||
population_65_plus: 1433
|
||||
median_household_income: 49914
|
||||
poverty_rate: 24.45
|
||||
homeownership_rate: 63.65
|
||||
unemployment_rate: 10.59
|
||||
median_home_value: 182400
|
||||
gini_index: 0.4921
|
||||
vacancy_rate: 18.76
|
||||
race_white: 4365
|
||||
race_black: 5
|
||||
race_asian: 186
|
||||
race_native: 3016
|
||||
hispanic: 299
|
||||
bachelors_plus: 1413
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rosebud County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8165 |
|
||||
| Under 18 | 2308 |
|
||||
| 18–64 | 4424 |
|
||||
| 65+ | 1433 |
|
||||
| Median household income | 49914 |
|
||||
| Poverty rate | 24.45 |
|
||||
| Homeownership rate | 63.65 |
|
||||
| Unemployment rate | 10.59 |
|
||||
| Median home value | 182400 |
|
||||
| Gini index | 0.4921 |
|
||||
| Vacancy rate | 18.76 |
|
||||
| White | 4365 |
|
||||
| Black | 5 |
|
||||
| Asian | 186 |
|
||||
| Native | 3016 |
|
||||
| Hispanic/Latino | 299 |
|
||||
| Bachelor's or higher | 1413 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sanders County, MT"
|
||||
classification: county
|
||||
fips: "30089"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 13285
|
||||
population_under_18: 2265
|
||||
population_18_64: 6636
|
||||
population_65_plus: 4384
|
||||
median_household_income: 57476
|
||||
poverty_rate: 15.45
|
||||
homeownership_rate: 81.29
|
||||
unemployment_rate: 5.95
|
||||
median_home_value: 359000
|
||||
gini_index: 0.4448
|
||||
vacancy_rate: 19.93
|
||||
race_white: 11846
|
||||
race_black: 33
|
||||
race_asian: 60
|
||||
race_native: 384
|
||||
hispanic: 466
|
||||
bachelors_plus: 2806
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sanders County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13285 |
|
||||
| Under 18 | 2265 |
|
||||
| 18–64 | 6636 |
|
||||
| 65+ | 4384 |
|
||||
| Median household income | 57476 |
|
||||
| Poverty rate | 15.45 |
|
||||
| Homeownership rate | 81.29 |
|
||||
| Unemployment rate | 5.95 |
|
||||
| Median home value | 359000 |
|
||||
| Gini index | 0.4448 |
|
||||
| Vacancy rate | 19.93 |
|
||||
| White | 11846 |
|
||||
| Black | 33 |
|
||||
| Asian | 60 |
|
||||
| Native | 384 |
|
||||
| Hispanic/Latino | 466 |
|
||||
| Bachelor's or higher | 2806 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sheridan County, MT"
|
||||
classification: county
|
||||
fips: "30091"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 3669
|
||||
population_under_18: 802
|
||||
population_18_64: 2034
|
||||
population_65_plus: 833
|
||||
median_household_income: 70147
|
||||
poverty_rate: 10.42
|
||||
homeownership_rate: 71.82
|
||||
unemployment_rate: 2.06
|
||||
median_home_value: 124000
|
||||
gini_index: 0.4759
|
||||
vacancy_rate: 27.68
|
||||
race_white: 3321
|
||||
race_black: 0
|
||||
race_asian: 24
|
||||
race_native: 71
|
||||
hispanic: 145
|
||||
bachelors_plus: 861
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sheridan County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3669 |
|
||||
| Under 18 | 802 |
|
||||
| 18–64 | 2034 |
|
||||
| 65+ | 833 |
|
||||
| Median household income | 70147 |
|
||||
| Poverty rate | 10.42 |
|
||||
| Homeownership rate | 71.82 |
|
||||
| Unemployment rate | 2.06 |
|
||||
| Median home value | 124000 |
|
||||
| Gini index | 0.4759 |
|
||||
| Vacancy rate | 27.68 |
|
||||
| White | 3321 |
|
||||
| Black | 0 |
|
||||
| Asian | 24 |
|
||||
| Native | 71 |
|
||||
| Hispanic/Latino | 145 |
|
||||
| Bachelor's or higher | 861 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Silver Bow County, MT"
|
||||
classification: county
|
||||
fips: "30093"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 35785
|
||||
population_under_18: 7227
|
||||
population_18_64: 21586
|
||||
population_65_plus: 6972
|
||||
median_household_income: 61754
|
||||
poverty_rate: 14.85
|
||||
homeownership_rate: 70.82
|
||||
unemployment_rate: 4.07
|
||||
median_home_value: 255200
|
||||
gini_index: 0.4702
|
||||
vacancy_rate: 11.89
|
||||
race_white: 32554
|
||||
race_black: 19
|
||||
race_asian: 141
|
||||
race_native: 700
|
||||
hispanic: 1654
|
||||
bachelors_plus: 9137
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Silver Bow County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 35785 |
|
||||
| Under 18 | 7227 |
|
||||
| 18–64 | 21586 |
|
||||
| 65+ | 6972 |
|
||||
| Median household income | 61754 |
|
||||
| Poverty rate | 14.85 |
|
||||
| Homeownership rate | 70.82 |
|
||||
| Unemployment rate | 4.07 |
|
||||
| Median home value | 255200 |
|
||||
| Gini index | 0.4702 |
|
||||
| Vacancy rate | 11.89 |
|
||||
| White | 32554 |
|
||||
| Black | 19 |
|
||||
| Asian | 141 |
|
||||
| Native | 700 |
|
||||
| Hispanic/Latino | 1654 |
|
||||
| Bachelor's or higher | 9137 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Stillwater County, MT"
|
||||
classification: county
|
||||
fips: "30095"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 9182
|
||||
population_under_18: 1925
|
||||
population_18_64: 4943
|
||||
population_65_plus: 2314
|
||||
median_household_income: 84732
|
||||
poverty_rate: 8.27
|
||||
homeownership_rate: 82.91
|
||||
unemployment_rate: 3.09
|
||||
median_home_value: 405800
|
||||
gini_index: 0.4751
|
||||
vacancy_rate: 18.19
|
||||
race_white: 8543
|
||||
race_black: 4
|
||||
race_asian: 34
|
||||
race_native: 25
|
||||
hispanic: 319
|
||||
bachelors_plus: 2738
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stillwater County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9182 |
|
||||
| Under 18 | 1925 |
|
||||
| 18–64 | 4943 |
|
||||
| 65+ | 2314 |
|
||||
| Median household income | 84732 |
|
||||
| Poverty rate | 8.27 |
|
||||
| Homeownership rate | 82.91 |
|
||||
| Unemployment rate | 3.09 |
|
||||
| Median home value | 405800 |
|
||||
| Gini index | 0.4751 |
|
||||
| Vacancy rate | 18.19 |
|
||||
| White | 8543 |
|
||||
| Black | 4 |
|
||||
| Asian | 34 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 319 |
|
||||
| Bachelor's or higher | 2738 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sweet Grass County, MT"
|
||||
classification: county
|
||||
fips: "30097"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 3720
|
||||
population_under_18: 746
|
||||
population_18_64: 2015
|
||||
population_65_plus: 959
|
||||
median_household_income: 77000
|
||||
poverty_rate: 7.86
|
||||
homeownership_rate: 79.7
|
||||
unemployment_rate: 1.76
|
||||
median_home_value: 330100
|
||||
gini_index: 0.4565
|
||||
vacancy_rate: 18.32
|
||||
race_white: 3376
|
||||
race_black: 39
|
||||
race_asian: 7
|
||||
race_native: 63
|
||||
hispanic: 45
|
||||
bachelors_plus: 835
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sweet Grass County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3720 |
|
||||
| Under 18 | 746 |
|
||||
| 18–64 | 2015 |
|
||||
| 65+ | 959 |
|
||||
| Median household income | 77000 |
|
||||
| Poverty rate | 7.86 |
|
||||
| Homeownership rate | 79.7 |
|
||||
| Unemployment rate | 1.76 |
|
||||
| Median home value | 330100 |
|
||||
| Gini index | 0.4565 |
|
||||
| Vacancy rate | 18.32 |
|
||||
| White | 3376 |
|
||||
| Black | 39 |
|
||||
| Asian | 7 |
|
||||
| Native | 63 |
|
||||
| Hispanic/Latino | 45 |
|
||||
| Bachelor's or higher | 835 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Teton County, MT"
|
||||
classification: county
|
||||
fips: "30099"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 6353
|
||||
population_under_18: 1587
|
||||
population_18_64: 3300
|
||||
population_65_plus: 1466
|
||||
median_household_income: 70430
|
||||
poverty_rate: 13.44
|
||||
homeownership_rate: 75.54
|
||||
unemployment_rate: 1.05
|
||||
median_home_value: 264000
|
||||
gini_index: 0.4194
|
||||
vacancy_rate: 16.16
|
||||
race_white: 5819
|
||||
race_black: 17
|
||||
race_asian: 0
|
||||
race_native: 127
|
||||
hispanic: 128
|
||||
bachelors_plus: 1555
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Teton County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6353 |
|
||||
| Under 18 | 1587 |
|
||||
| 18–64 | 3300 |
|
||||
| 65+ | 1466 |
|
||||
| Median household income | 70430 |
|
||||
| Poverty rate | 13.44 |
|
||||
| Homeownership rate | 75.54 |
|
||||
| Unemployment rate | 1.05 |
|
||||
| Median home value | 264000 |
|
||||
| Gini index | 0.4194 |
|
||||
| Vacancy rate | 16.16 |
|
||||
| White | 5819 |
|
||||
| Black | 17 |
|
||||
| Asian | 0 |
|
||||
| Native | 127 |
|
||||
| Hispanic/Latino | 128 |
|
||||
| Bachelor's or higher | 1555 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Toole County, MT"
|
||||
classification: county
|
||||
fips: "30101"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 5061
|
||||
population_under_18: 1066
|
||||
population_18_64: 3083
|
||||
population_65_plus: 912
|
||||
median_household_income: 57731
|
||||
poverty_rate: 12.57
|
||||
homeownership_rate: 63.12
|
||||
unemployment_rate: 4.88
|
||||
median_home_value: 218400
|
||||
gini_index: 0.4445
|
||||
vacancy_rate: 20.24
|
||||
race_white: 4221
|
||||
race_black: 85
|
||||
race_asian: 67
|
||||
race_native: 301
|
||||
hispanic: 225
|
||||
bachelors_plus: 1113
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Toole County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5061 |
|
||||
| Under 18 | 1066 |
|
||||
| 18–64 | 3083 |
|
||||
| 65+ | 912 |
|
||||
| Median household income | 57731 |
|
||||
| Poverty rate | 12.57 |
|
||||
| Homeownership rate | 63.12 |
|
||||
| Unemployment rate | 4.88 |
|
||||
| Median home value | 218400 |
|
||||
| Gini index | 0.4445 |
|
||||
| Vacancy rate | 20.24 |
|
||||
| White | 4221 |
|
||||
| Black | 85 |
|
||||
| Asian | 67 |
|
||||
| Native | 301 |
|
||||
| Hispanic/Latino | 225 |
|
||||
| Bachelor's or higher | 1113 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Treasure County, MT"
|
||||
classification: county
|
||||
fips: "30103"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 732
|
||||
population_under_18: 128
|
||||
population_18_64: 437
|
||||
population_65_plus: 167
|
||||
median_household_income: 67917
|
||||
poverty_rate: 12.3
|
||||
homeownership_rate: 68.33
|
||||
unemployment_rate: 1.01
|
||||
median_home_value: 230300
|
||||
gini_index: 0.4988
|
||||
vacancy_rate: 21.74
|
||||
race_white: 686
|
||||
race_black: 0
|
||||
race_asian: 7
|
||||
race_native: 1
|
||||
hispanic: 38
|
||||
bachelors_plus: 248
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Treasure County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 732 |
|
||||
| Under 18 | 128 |
|
||||
| 18–64 | 437 |
|
||||
| 65+ | 167 |
|
||||
| Median household income | 67917 |
|
||||
| Poverty rate | 12.3 |
|
||||
| Homeownership rate | 68.33 |
|
||||
| Unemployment rate | 1.01 |
|
||||
| Median home value | 230300 |
|
||||
| Gini index | 0.4988 |
|
||||
| Vacancy rate | 21.74 |
|
||||
| White | 686 |
|
||||
| Black | 0 |
|
||||
| Asian | 7 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 38 |
|
||||
| Bachelor's or higher | 248 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Valley County, MT"
|
||||
classification: county
|
||||
fips: "30105"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 7519
|
||||
population_under_18: 1679
|
||||
population_18_64: 3997
|
||||
population_65_plus: 1843
|
||||
median_household_income: 71695
|
||||
poverty_rate: 10.12
|
||||
homeownership_rate: 78.48
|
||||
unemployment_rate: 2.98
|
||||
median_home_value: 198400
|
||||
gini_index: 0.376
|
||||
vacancy_rate: 30.63
|
||||
race_white: 6356
|
||||
race_black: 30
|
||||
race_asian: 2
|
||||
race_native: 626
|
||||
hispanic: 194
|
||||
bachelors_plus: 1663
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Valley County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7519 |
|
||||
| Under 18 | 1679 |
|
||||
| 18–64 | 3997 |
|
||||
| 65+ | 1843 |
|
||||
| Median household income | 71695 |
|
||||
| Poverty rate | 10.12 |
|
||||
| Homeownership rate | 78.48 |
|
||||
| Unemployment rate | 2.98 |
|
||||
| Median home value | 198400 |
|
||||
| Gini index | 0.376 |
|
||||
| Vacancy rate | 30.63 |
|
||||
| White | 6356 |
|
||||
| Black | 30 |
|
||||
| Asian | 2 |
|
||||
| Native | 626 |
|
||||
| Hispanic/Latino | 194 |
|
||||
| Bachelor's or higher | 1663 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wheatland County, MT"
|
||||
classification: county
|
||||
fips: "30107"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 2056
|
||||
population_under_18: 445
|
||||
population_18_64: 1015
|
||||
population_65_plus: 596
|
||||
median_household_income: 49489
|
||||
poverty_rate: 23.02
|
||||
homeownership_rate: 75.54
|
||||
unemployment_rate: 0.82
|
||||
median_home_value: 180800
|
||||
gini_index: 0.4833
|
||||
vacancy_rate: 23.94
|
||||
race_white: 1967
|
||||
race_black: 20
|
||||
race_asian: 7
|
||||
race_native: 32
|
||||
hispanic: 51
|
||||
bachelors_plus: 434
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wheatland County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2056 |
|
||||
| Under 18 | 445 |
|
||||
| 18–64 | 1015 |
|
||||
| 65+ | 596 |
|
||||
| Median household income | 49489 |
|
||||
| Poverty rate | 23.02 |
|
||||
| Homeownership rate | 75.54 |
|
||||
| Unemployment rate | 0.82 |
|
||||
| Median home value | 180800 |
|
||||
| Gini index | 0.4833 |
|
||||
| Vacancy rate | 23.94 |
|
||||
| White | 1967 |
|
||||
| Black | 20 |
|
||||
| Asian | 7 |
|
||||
| Native | 32 |
|
||||
| Hispanic/Latino | 51 |
|
||||
| Bachelor's or higher | 434 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wibaux County, MT"
|
||||
classification: county
|
||||
fips: "30109"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 1193
|
||||
population_under_18: 356
|
||||
population_18_64: 593
|
||||
population_65_plus: 244
|
||||
median_household_income: 67462
|
||||
poverty_rate: 15.81
|
||||
homeownership_rate: 72.45
|
||||
unemployment_rate: 1.71
|
||||
median_home_value: 98600
|
||||
gini_index: 0.4076
|
||||
vacancy_rate: 22.52
|
||||
race_white: 1100
|
||||
race_black: 7
|
||||
race_asian: 1
|
||||
race_native: 0
|
||||
hispanic: 92
|
||||
bachelors_plus: 218
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wibaux County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1193 |
|
||||
| Under 18 | 356 |
|
||||
| 18–64 | 593 |
|
||||
| 65+ | 244 |
|
||||
| Median household income | 67462 |
|
||||
| Poverty rate | 15.81 |
|
||||
| Homeownership rate | 72.45 |
|
||||
| Unemployment rate | 1.71 |
|
||||
| Median home value | 98600 |
|
||||
| Gini index | 0.4076 |
|
||||
| Vacancy rate | 22.52 |
|
||||
| White | 1100 |
|
||||
| Black | 7 |
|
||||
| Asian | 1 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 92 |
|
||||
| Bachelor's or higher | 218 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Yellowstone County, MT"
|
||||
classification: county
|
||||
fips: "30111"
|
||||
state: "MT"
|
||||
demographics:
|
||||
population: 168957
|
||||
population_under_18: 38803
|
||||
population_18_64: 99262
|
||||
population_65_plus: 30892
|
||||
median_household_income: 76570
|
||||
poverty_rate: 9.19
|
||||
homeownership_rate: 69.62
|
||||
unemployment_rate: 3.38
|
||||
median_home_value: 349500
|
||||
gini_index: 0.4568
|
||||
vacancy_rate: 5.85
|
||||
race_white: 144550
|
||||
race_black: 1146
|
||||
race_asian: 1298
|
||||
race_native: 6682
|
||||
hispanic: 11144
|
||||
bachelors_plus: 52017
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yellowstone County, MT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 168957 |
|
||||
| Under 18 | 38803 |
|
||||
| 18–64 | 99262 |
|
||||
| 65+ | 30892 |
|
||||
| Median household income | 76570 |
|
||||
| Poverty rate | 9.19 |
|
||||
| Homeownership rate | 69.62 |
|
||||
| Unemployment rate | 3.38 |
|
||||
| Median home value | 349500 |
|
||||
| Gini index | 0.4568 |
|
||||
| Vacancy rate | 5.85 |
|
||||
| White | 144550 |
|
||||
| Black | 1146 |
|
||||
| Asian | 1298 |
|
||||
| Native | 6682 |
|
||||
| Hispanic/Latino | 11144 |
|
||||
| Bachelor's or higher | 52017 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MT-01"
|
||||
classification: congressional-district
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
demographics:
|
||||
population: 579075
|
||||
population_under_18: 124007
|
||||
population_18_64: 196426
|
||||
population_65_plus: 258642
|
||||
median_household_income: 77017
|
||||
poverty_rate: 10.16
|
||||
homeownership_rate: 66.5
|
||||
unemployment_rate: 2.53
|
||||
median_home_value: 539300
|
||||
gini_index: 0.4675
|
||||
vacancy_rate: 13.88
|
||||
race_white: 500915
|
||||
race_black: 1009
|
||||
race_asian: 5852
|
||||
hispanic: 27593
|
||||
bachelors_plus: 168028
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MT-01
|
||||
|
||||
Congressional district MT-01.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 579075 |
|
||||
| Under 18 | 124007 |
|
||||
| 18–64 | 196426 |
|
||||
| 65+ | 258642 |
|
||||
| Median household income | 77017 |
|
||||
| Poverty rate | 10.16 |
|
||||
| Homeownership rate | 66.5 |
|
||||
| Unemployment rate | 2.53 |
|
||||
| Median home value | 539300 |
|
||||
| Gini index | 0.4675 |
|
||||
| Vacancy rate | 13.88 |
|
||||
| White | 500915 |
|
||||
| Black | 1009 |
|
||||
| Asian | 5852 |
|
||||
| Hispanic/Latino | 27593 |
|
||||
| Bachelor's or higher | 168028 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MT-02"
|
||||
classification: congressional-district
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
demographics:
|
||||
population: 558158
|
||||
population_under_18: 135661
|
||||
population_18_64: 171137
|
||||
population_65_plus: 251360
|
||||
median_household_income: 73599
|
||||
poverty_rate: 10.29
|
||||
homeownership_rate: 70.8
|
||||
unemployment_rate: 3.43
|
||||
median_home_value: 349600
|
||||
gini_index: 0.4471
|
||||
vacancy_rate: 12.25
|
||||
race_white: 461493
|
||||
race_black: 2506
|
||||
race_asian: 3553
|
||||
hispanic: 27913
|
||||
bachelors_plus: 124016
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MT-02
|
||||
|
||||
Congressional district MT-02.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 558158 |
|
||||
| Under 18 | 135661 |
|
||||
| 18–64 | 171137 |
|
||||
| 65+ | 251360 |
|
||||
| Median household income | 73599 |
|
||||
| Poverty rate | 10.29 |
|
||||
| Homeownership rate | 70.8 |
|
||||
| Unemployment rate | 3.43 |
|
||||
| Median home value | 349600 |
|
||||
| Gini index | 0.4471 |
|
||||
| Vacancy rate | 12.25 |
|
||||
| White | 461493 |
|
||||
| Black | 2506 |
|
||||
| Asian | 3553 |
|
||||
| Hispanic/Latino | 27913 |
|
||||
| Bachelor's or higher | 124016 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user