home / openregs

fec_candidates

FEC candidate records — 64,000+ candidates for federal office with party, state, office, and election cycles.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where cand_office_st = "ND" and cand_pty_affiliation = "IND" sorted by cand_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: cand_id, cand_name, cand_election_yr, cand_status

cand_office 2

  • S 3
  • H 2

cand_pty_affiliation 1

  • IND · 5 ✖

cand_office_st 1

  • ND · 5 ✖
Link cand_id cand_name ▼ cand_pty_affiliation cand_election_yr cand_office_st cand_office cand_office_district cand_ici cand_status cand_pcc cycle
S2ND00115,2024 S2ND00115 BECKER, RICK IND 2022 ND S 00 C P C00822734 2024
S2ND00115,2022 S2ND00115 BECKER, RICK CLARK IND 2022 ND S 00 C C C00804062 2022
S6ND00082,2016 S6ND00082 GERMALIC, JAMES IND 2016 ND S 00 C N   2016
H8ND00138,2020 H8ND00138 TUTTLE, CHARLES IND 2018 ND H 00 C N   2020
H8ND00138,2018 H8ND00138 TUTTLE, CHARLES IND 2018 ND H 00   N   2018

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE fec_candidates (
    cand_id TEXT NOT NULL,
    cand_name TEXT,
    cand_pty_affiliation TEXT,
    cand_election_yr INTEGER,
    cand_office_st TEXT,
    cand_office TEXT,
    cand_office_district TEXT,
    cand_ici TEXT,
    cand_status TEXT,
    cand_pcc TEXT,
    cycle INTEGER NOT NULL,
    PRIMARY KEY (cand_id, cycle)
);
CREATE INDEX idx_fec_cand_name ON fec_candidates(cand_name);
CREATE INDEX idx_fec_cand_office ON fec_candidates(cand_office);
CREATE INDEX idx_fec_cand_state ON fec_candidates(cand_office_st);
Powered by Datasette · Queries took 6.8ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API