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

8 rows where bill_id = "96-hres-792" 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
2057400 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-11-19 Measure passed House. Floor   House floor actions
2057401 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-11-19 Passed/agreed to in House: Measure passed House. Floor   Library of Congress
2057402 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-11-19 Measure considered in House. Floor   House floor actions
2057403 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-11-19 Measure called up by unanimous consent in House. Floor   House floor actions
2057404 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-09-24 Reported to House from the Committee on Rules, H. Rept. 96-1373. Committee   House floor actions
2057405 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-09-24 Reported to House from the Committee on Rules, H. Rept. 96-1373. Committee   Library of Congress
2057406 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-09-24 Introduced in House IntroReferral   Library of Congress
2057407 A resolution providing for the consideration of the bill H.R. 7548 to amend the Farm Credit Act of 1971 to permit Farm Credit System institutions to improve their services to borrowers, and for other purposes. 96-hres-792 1980-09-24 Introduced in House 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 7.089ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API