home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

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

20 rows where bill_id = "111-s-4036" sorted by action_date descending

✎ View and edit SQL

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
1009214 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2011-01-04 Became Public Law No: 111-382. President   House floor actions
1009215 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2011-01-04 Became Public Law No: 111-382. BecameLaw   Library of Congress
1009216 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2011-01-04 Signed by President. President   House floor actions
1009217 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2011-01-04 Signed by President. BecameLaw   Library of Congress
1009218 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-28 Presented to President. Floor   House floor actions
1009219 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-28 Presented to President. President   Library of Congress
1009220 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 Cleared for White House.      
1009221 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
1009222 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 On passage Passed without objection. (text: CR H8975-8976) Floor   House floor actions
1009223 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 Passed/agreed to in House: On passage Passed without objection.(text: CR H8975-8976) Floor   Library of Congress
1009224 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 Considered by unanimous consent. (consideration: CR H8975-8976) Floor   House floor actions
1009225 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 Committee on Financial Services discharged. Discharge   House floor actions
1009226 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 Committee on Financial Services discharged. Committee   Library of Congress
1009227 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-22 Mr. Klein (FL) asked unanimous consent to discharge from committee and consider. Floor   House floor actions
1009228 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-17 Referred to the House Committee on Financial Services. IntroReferral   House floor actions
1009229 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-17 Message on Senate action sent to the House. Floor   Senate
1009230 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-17 Received in the House. Floor   House floor actions
1009231 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-16 Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Unanimous Consent. (consideration: CR S10364-10365; text as passed Senate: CR S10364-10365) Floor   Senate
1009232 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-16 Passed/agreed to in Senate: Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Unanimous Consent.(consideration: CR S10364-10365; text as passed Senate: CR S10364-10365) Floor   Library of Congress
1009233 A bill to clarify the National Credit Union Administration authority to make stabilization fund expenditures without borrowing from the Treasury. 111-s-4036 2010-12-16 Introduced in Senate IntroReferral   Library of Congress

Advanced export

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

CSV options:

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);
Powered by Datasette · Queries took 20.661ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API