legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
21 rows where bill_id = "115-s-3321" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1345016 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-20 | Referred to the Committee on Financial Services, and in addition to the Committee on House Administration, for a period to be subsequently determined by the Speaker, in each case for consideration of such provisions as fall within the jurisdiction of the committee concerned. | IntroReferral | House floor actions | |
| 1345017 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-20 | Referred to the Committee on Financial Services, and in addition to the Committee on House Administration, for a period to be subsequently determined by the Speaker, in each case for consideration of such provisions as fall within the jurisdiction of the committee concerned. | IntroReferral | House floor actions | |
| 1345018 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-20 | Received in the House. | Floor | House floor actions | |
| 1345019 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-16 | Message on Senate action sent to the House. | Floor | Senate | |
| 1345020 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Passed Senate with an amendment and an amendment to the Title by Unanimous Consent. | Floor | Senate | |
| 1345021 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Passed/agreed to in Senate: Passed Senate with an amendment and an amendment to the Title by Unanimous Consent. | Floor | Library of Congress | |
| 1345022 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Measure laid before Senate by unanimous consent. (consideration: CR S7064-7065) | Floor | Senate | |
| 1345023 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate Committee on Banking, Housing, and Urban Affairs discharged by Unanimous Consent. | Discharge | Senate | |
| 1345024 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate Committee on Banking, Housing, and Urban Affairs discharged by Unanimous Consent. | Committee | Library of Congress | |
| 1345027 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Amendment SA 4062 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 1345028 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Amendment SA 4062 proposed by Senator McConnell for Senator Coons. (consideration: CR S7065; text: CR S7065) To amend the title. | Floor | Senate | |
| 1345029 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate amendment submitted | Floor | Library of Congress | |
| 1345030 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate amendment proposed (on the floor): Amendment SA 4062 proposed by Senator McConnell for Senator Coons.(consideration: CR S7065; text: CR S7065) | Floor | Library of Congress | |
| 1345031 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate amendment agreed to: Amendment SA 4062 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 1345032 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Amendment SA 4061 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 1345033 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Amendment SA 4061 proposed by Senator McConnell for Senator Coons. (consideration: CR S7064-7065; text: CR S7064-7065) In the nature of a substitute. | Floor | Senate | |
| 1345034 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate amendment proposed (on the floor): Amendment SA 4061 proposed by Senator McConnell for Senator Coons.(consideration: CR S7064-7065; text: CR S7064-7065) | Floor | Library of Congress | |
| 1345035 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate amendment agreed to: Amendment SA 4061 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 1345036 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-11-15 | Senate amendment submitted | Floor | Library of Congress | |
| 1345025 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-08-01 | Read twice and referred to the Committee on Banking, Housing, and Urban Affairs. | IntroReferral | Senate | |
| 1345026 | Hidden Figures Congressional Gold Medal Act 115-s-3321 | 2018-08-01 | Introduced in Senate | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
bill_id TEXT REFERENCES legislation(bill_id),
action_date TEXT,
action_text TEXT,
action_type TEXT,
chamber TEXT,
action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);