legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "101-s-2927" 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 |
|---|---|---|---|---|---|---|
| 157067 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-09-13 | Indefinitely postponed by Senate by Unanimous Consent. | Floor | Senate | |
| 157068 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-09-13 | Senate passed companion measure H.R. 4653 in lieu of this measure by Voice Vote. | Floor | Senate | |
| 157069 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-09-13 | Senate incorporated this measure in H.R. 4653 as an amendment. | Floor | Senate | |
| 157070 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-09-13 | Measure laid before Senate by unanimous consent. | Floor | Senate | |
| 157071 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-07-27 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 742. | Calendars | Senate | |
| 157072 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-07-27 | Committee on Banking. Original measure reported to Senate by Senator Riegle. With written report No. 101-399. Additional views filed. | Committee | Senate | |
| 157073 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-07-27 | Committee on Banking. Original measure reported to Senate by Senator Riegle. With written report No. 101-399. Additional views filed. | Committee | Library of Congress | |
| 157074 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-07-27 | Introduced in Senate | IntroReferral | Library of Congress | |
| 157075 | Export Administration Act Amendments of 1990 101-s-2927 | 1990-07-17 | Committee on Banking ordered to be reported an original measure. | Committee | Senate |
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);