FARA_All_ShortForms
Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history
4 rows where City = "New York", Short_Form_First_Name = "Emilio" and State = "NY"
This data as json, CSV (advanced)
Suggested facets: Short_Form_Last_Name, Registration_Date, Address_2, Zip, Short_Form_Date (date)
Link | rowid ▼ | Short_Form_Termination_Date | Short_Form_Date | Short_Form_Last_Name | Short_Form_First_Name | Registration_Number | Registration_Date | Registrant_Name | Address_1 | Address_2 | City | State | Zip |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10374 | 10374 | 1978-03-20 | 1976-06-15 | Tommasi | Emilio | Alpine Tourist Office 2052 | 1967-09-27 | Alpine Tourist Office | C/O Austrian Tourist Office, Inc. | 608 Fifth Avenue | New York | NY | 10020 |
22875 | 22875 | 1943-07-10 | 1943-03-17 | Franklin | Emilio | Franklin, Emilio 35 | 1942-07-10 | Franklin, Emilio | 19 Rector Street | New York | NY | ||
24175 | 24175 | 1983-07-27 | 1971-01-31 | Tommasi | Emilio | Italian Government Tourist Board, New York 568 | 1949-04-21 | Italian Government Tourist Board, New York | 686 Park Avenue | 3rd Floor | New York | NY | 10065 |
39882 | 39882 | 1970-12-31 | 1970-02-09 | Tommasi | Emilio | Alpine Tourist Office 2052 | 1967-09-27 | Alpine Tourist Office | C/O Austrian Tourist Office, Inc. | 608 Fifth Avenue | New York | NY | 10020 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [FARA_All_ShortForms] ( [Short_Form_Termination_Date] TEXT, [Short_Form_Date] TEXT, [Short_Form_Last_Name] TEXT, [Short_Form_First_Name] TEXT, [Registration_Number] INTEGER, [Registration_Date] TEXT, [Registrant_Name] TEXT, [Address_1] TEXT, [Address_2] TEXT, [City] TEXT, [State] TEXT, [Zip] TEXT, FOREIGN KEY([Registration_Number]) REFERENCES [FARA_All_Registrants]([Registration_Number]) );