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 = "103-sres-264" 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
334833 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-10-07 Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. (consideration: CR S14672) Floor   Senate
334834 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-10-07 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote.(consideration: CR S14672) Floor   Library of Congress
334835 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-10-07 Senate Committee on Indian Affairs discharged by Unanimous Consent. Discharge   Senate
334836 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-10-07 Senate Committee on Indian Affairs discharged by Unanimous Consent. Committee   Library of Congress
334837 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-10-05 Committee on Indian Affairs. Approved for reporting without amendment favorably. Committee   Senate
334838 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-09-21 Referred to the Committee on Indian Affairs. IntroReferral   Senate
334839 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-09-21 Sponsor introductory remarks on measure. (CR S13102) IntroReferral   Library of Congress
334840 A resolution expressing the sense of the Senate that the President should issue an Executive order to promote and expand Federal assistance for Indian institutions of higher education and foster the advancement of the National Education Goals for Indians. 103-sres-264 1994-09-21 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 6.89ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API