FARA_All_ShortForms
Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history
8 rows where City = "Washington", Registrant_Name = "A.S. Nemir Associates" and Registration_Number = 1524
This data as json, CSV (advanced)
Suggested facets: Short_Form_Termination_Date, Short_Form_Date, Short_Form_Termination_Date (date), Short_Form_Date (date), Registration_Date (date)
State 1
- DC 8
Registration_Number 1
- A.S. Nemir Associates · 8 ✖
Registrant_Name 1
- A.S. Nemir Associates · 8 ✖
City 1
- Washington · 8 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3267 | 3267 | 1975-01-06 | 1965-12-22 | Fornes | Frederic Charles , Jr. | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 | |
5684 | 5684 | 1972-02-01 | 1962-03-14 | Taylor | Alice M. | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 | |
8720 | 8720 | 1976-03-01 | 1975-04-04 | Nogay | Elaine S. | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 | |
13853 | 13853 | 1986-04-21 | 1962-03-09 | Nemir | Albert S. | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 | |
22057 | 22057 | 1965-07-01 | 1962-03-09 | King | John L. | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 | |
31861 | 31861 | 1981-10-01 | 1962-03-09 | Hathorn | Herbert C. | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 | |
39958 | 39958 | 1974-12-31 | 1962-03-09 | Hauman | Kathryn | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 | |
39961 | 39961 | 1974-12-31 | 1973-04-05 | Heimburger | John J. | A.S. Nemir Associates 1524 | 1962-03-09 | A.S. Nemir Associates | 2501 M Street, N.W. | Washington | DC | 20037 |
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]) );