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

4 rows where cmte_pty_affiliation = "GRE" and cmte_tp = "N" sorted by cmte_nm

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: cmte_id

cmte_tp 1

  • N · 4 ✖

cmte_pty_affiliation 1

  • GRE · 4 ✖
Link cmte_id cmte_nm ▼ cmte_tp cmte_dsgn cmte_pty_affiliation org_tp connected_org_nm cand_id cycle
C00359661,2022 C00359661 GREEN-RAINBOW PARTY FEDERAL FUND N U GRE   GREENPARTY OF THE UNITED STATES   2022
C00359661,2024 C00359661 GREEN-RAINBOW PARTY FEDERAL FUND N U GRE   GREENPARTY OF THE UNITED STATES   2024
C00359661,2026 C00359661 GREEN-RAINBOW PARTY FEDERAL FUND N U GRE       2026
C00622928,2016 C00622928 OHIO GREEN PARTY PAC N U GRE       2016

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