FARA_All_ShortForms
Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history
6 rows where Registrant_Name = "David M. Grant, Inc." and Registration_Number = 3900
This data as json, CSV (advanced)
Suggested facets: Short_Form_Date (date), Registration_Date (date)
State 1
- NY 6
Registration_Number 1
- David M. Grant, Inc. · 6 ✖
Registrant_Name 1
- David M. Grant, Inc. · 6 ✖
City 1
- New York 6
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29830 | 29830 | 1987-09-15 | 1987-03-19 | Bond | Elizabeth B. | David M. Grant, Inc. 3900 | 1986-10-22 | David M. Grant, Inc. | 750 Third Avenue | New York | NY | 10017-2703 | |
29834 | 29834 | 1987-09-15 | 1986-10-22 | Grant | David M. | David M. Grant, Inc. 3900 | 1986-10-22 | David M. Grant, Inc. | 750 Third Avenue | New York | NY | 10017-2703 | |
29835 | 29835 | 1987-09-15 | 1986-10-22 | Herzberg | Carol | David M. Grant, Inc. 3900 | 1986-10-22 | David M. Grant, Inc. | 750 Third Avenue | New York | NY | 10017-2703 | |
29836 | 29836 | 1987-09-15 | 1986-10-22 | Rand | Edward J. | David M. Grant, Inc. 3900 | 1986-10-22 | David M. Grant, Inc. | 750 Third Avenue | New York | NY | 10017-2703 | |
29837 | 29837 | 1987-09-15 | 1986-10-22 | Rumerman | Robert L. | David M. Grant, Inc. 3900 | 1986-10-22 | David M. Grant, Inc. | 750 Third Avenue | New York | NY | 10017-2703 | |
29838 | 29838 | 1987-09-15 | 1986-11-26 | Booker | Elizabeth C. | David M. Grant, Inc. 3900 | 1986-10-22 | David M. Grant, Inc. | 750 Third Avenue | New York | NY | 10017-2703 |
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]) );