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

2 rows where bill_id = "96-s-3187" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_date (date)

id bill_id action_date ▲ action_text action_type chamber action_code
2067811 A bill to prevent the estate tax law from operating to encourage or to require the destruction of open lands by amending the Internal Revenue Code of 1954 to provide that real property which is farmland, woodland, or open land and forms part of an estate may be valued, for estate tax purposes, at its value as farmland, woodland, or open land (rather than at its fair market value), and to provide for the revocation of such lower valuation and recapture of unpaid tax with interest in appropriate circumstances. 96-s-3187 1980-10-01 Referred to Senate Committee on Finance. IntroReferral   Senate
2067812 A bill to prevent the estate tax law from operating to encourage or to require the destruction of open lands by amending the Internal Revenue Code of 1954 to provide that real property which is farmland, woodland, or open land and forms part of an estate may be valued, for estate tax purposes, at its value as farmland, woodland, or open land (rather than at its fair market value), and to provide for the revocation of such lower valuation and recapture of unpaid tax with interest in appropriate circumstances. 96-s-3187 1980-10-01 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 8.951ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API