home / openregs

fec_committees

FEC political committees — PACs, party committees, campaign committees. 155,000+ records.

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

1 row where cmte_pty_affiliation = "REF" and cmte_tp = "S" sorted by cmte_nm

✎ View and edit SQL

This data as json, CSV (advanced)

cmte_tp 1

  • S · 1 ✖

cmte_pty_affiliation 1

  • REF · 1 ✖
Link cmte_id cmte_nm ▼ cmte_tp cmte_dsgn cmte_pty_affiliation org_tp connected_org_nm cand_id cycle
C00730473,2020 C00730473 DEREK PETTEYS FOR U.S. SENATE S P REF   NONE S0KY00412 2020

Advanced export

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

CSV options:

CREATE TABLE fec_committees (
    cmte_id TEXT NOT NULL,
    cmte_nm TEXT,
    cmte_tp TEXT,
    cmte_dsgn TEXT,
    cmte_pty_affiliation TEXT,
    org_tp TEXT,
    connected_org_nm TEXT,
    cand_id TEXT,
    cycle INTEGER NOT NULL,
    PRIMARY KEY (cmte_id, cycle)
);
CREATE INDEX idx_fec_cmte_name ON fec_committees(cmte_nm);
CREATE INDEX idx_fec_cmte_org ON fec_committees(connected_org_nm) WHERE connected_org_nm IS NOT NULL;
CREATE INDEX idx_fec_cmte_cand ON fec_committees(cand_id) WHERE cand_id IS NOT NULL;
Powered by Datasette · Queries took 1162.385ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API