legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where bill_id = "110-hr-7175" 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 |
|---|---|---|---|---|---|---|
| 877241 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-30 | Received in the Senate. | IntroReferral | Senate | |
| 877242 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-29 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 877243 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-29 | On motion to suspend the rules and pass the bill Agreed to by the Yeas and Nays: (2/3 required): 374 - 6 (Roll no. 675). (text: CR 9/27/2008 H10224-10226) | Floor | House floor actions | |
| 877244 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-29 | Passed/agreed to in House: On motion to suspend the rules and pass the bill Agreed to by the Yeas and Nays: (2/3 required): 374 - 6 (Roll no. 675).(text: CR 9/27/2008 H10224-10226) | Floor | Library of Congress | |
| 877245 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-29 | Considered as unfinished business. (consideration: CR H10411-10412) | Floor | House floor actions | |
| 877246 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-27 | At the conclusion of debate, the chair put the question on the motion to suspend the rules. Mr. Chabot objected to the vote on the grounds that a quorum was not present. Further proceedings on the motion were postponed. The point of no quorum was withdrawn. | Floor | House floor actions | |
| 877247 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-27 | DEBATE - The House proceeded with forty minutes of debate on H.R. 7175. | Floor | House floor actions | |
| 877248 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-27 | Considered under suspension of the rules. (consideration: CR H10224-10228) | Floor | House floor actions | |
| 877249 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-27 | Ms. Velazquez moved to suspend the rules and pass the bill. | Floor | House floor actions | |
| 877250 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-27 | Referred to the House Committee on Small Business. | IntroReferral | House floor actions | |
| 877251 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-27 | Introduced in House | IntroReferral | Library of Congress | |
| 877252 | Small Business Financing Improvements Act of 2008 110-hr-7175 | 2008-09-27 | Introduced in House | 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);