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

8 rows where cmte_pty_affiliation = "DFL" and cmte_tp = "P" sorted by cmte_nm

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: cmte_id, cand_id, cycle

cmte_tp 1

  • P · 8 ✖

cmte_pty_affiliation 1

  • DFL · 8 ✖
Link cmte_id cmte_nm ▼ cmte_tp cmte_dsgn cmte_pty_affiliation org_tp connected_org_nm cand_id cycle
C00727214,2024 C00727214 BEST EVER P P DFL     P00014415 2024
C00727214,2020 C00727214 BEST EVER P P DFL   NONE P00014415 2020
C00727214,2022 C00727214 BEST EVER P P DFL   NONE P00014415 2022
C00725960,2024 C00725960 JOSHUA KRONBERG AND CHERUBS & CUPIDS FOR PRESIDENT P P DFL     P60023660 2024
C00725960,2020 C00725960 JOSHUA KRONBERG AND CHERUBS & CUPIDS FOR PRESIDENT P P DFL   NONE P60023660 2020
C00725960,2022 C00725960 JOSHUA KRONBERG AND CHERUBS & CUPIDS FOR PRESIDENT P P DFL   NONE P60023660 2022
C00882217,2024 C00882217 MARK SCHROEPFER FOR PRESIDENT P P DFL   NONE P40020364 2024
C00882217,2026 C00882217 MARK SCHROEPFER FOR PRESIDENT P P DFL   NONE P40020364 2026

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 502.415ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API