home / openregs

treaty_actions

Action history for treaties.

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

8 rows where treaty_id = "101-16" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_date, action_type, action_date (date)

id treaty_id action_date ▲ action_text action_type
200 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-09-18 Treaty considered; yeas and nays obtained. Calendars
202 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-09-18 Resolution of advice and consent to ratification agreed to in Senate by Yea-Nay Vote. 99 - 0. Record Vote Number: 242. Floor
199 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-09-14 By unanimous consent, treaty considered as having passed through its various parliamentary stages, up to and including the presentation of the resolution of advice and consent to ratification; time for debate and vote set. Calendars
206 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-07-27 Reported by Mr. Pell, Committee on Foreign Relations, with printed report - Ex.Rept. 101-29. With a resolution of advice and consent to ratification. Committee
205 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-06-28 Committee on Foreign Relations. Ordered to be reported without amendment favorably. Committee
203 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-06-14 Committee on Foreign Relations. Hearings held. Hearings printed: S.Hrg. 101-1062. Committee
204 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-04-19 Referred to the Committee on Foreign Relations by unanimous consent. IntroReferral
201 INCOME TAX CONVENTION WITH SPAIN, WITH PROTOCOL 101-16 1990-04-18 Received by the Secretary of the Senate. Calendars

Advanced export

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

CSV options:

CREATE TABLE treaty_actions (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    treaty_id TEXT NOT NULL REFERENCES treaties(id),
    action_date TEXT,
    action_text TEXT,
    action_type TEXT
);
CREATE INDEX idx_tact_treaty ON treaty_actions(treaty_id);
Powered by Datasette · Queries took 75.789ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API