home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

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

9 rows where bill_id = "100-hconres-42" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 7
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
100-hconres-42,R000072 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 R000072 Rep. Ravenel, Arthur, Jr. [R-SC-1] R SC 1987-07-28 0
100-hconres-42,C000523 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 C000523 Rep. Clinger, William F., Jr. [R-PA-23] R PA 1987-03-18 0
100-hconres-42,B000153 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 B000153 Rep. Barnard, Doug, Jr. [D-GA-10] D GA 1987-02-05 1
100-hconres-42,B000392 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 B000392 Rep. Bentley, Helen Delich [R-MD-2] R MD 1987-02-05 1
100-hconres-42,N000016 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 N000016 Rep. Neal, Stephen L. [D-NC-5] D NC 1987-02-05 1
100-hconres-42,M000350 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 M000350 Rep. McCollum, Bill [R-FL-5] R FL 1987-02-05 1
100-hconres-42,C000873 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 C000873 Rep. Crane, Philip M. [R-IL-12] R IL 1987-02-05 1
100-hconres-42,F000046 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 F000046 Del. Fauntroy, Walter E. [D-DC-At Large] D DC 1987-02-05 1
100-hconres-42,A000217 A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission. 100-hconres-42 A000217 Rep. Armey, Richard K. [R-TX-26] R TX 1987-02-05 1

Advanced export

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

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 4.618ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API