FARA_All_ShortForms
Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history
3 rows where City = "Columbia", Short_Form_First_Name = "Milton Ferebee" and State = "SC"
This data as json, CSV (advanced)
Suggested facets: Registration_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3899 | 3899 | 1991-01-16 | 1981-03-23 | Capps | Milton Ferebee | Cook, J. Crawford 3191 | 1981-01-22 | Cook, J. Crawford | Post Office Box 50485 | Columbia | SC | 29250 | |
5012 | 5012 | 1986-01-31 | 1981-08-13 | Capps | Milton Ferebee | Cook Ruef, Inc. 3260 | 1981-07-16 | Cook Ruef, Inc. | Post Office Box 50485 | Columbia | SC | 29250 | |
12628 | 12628 | 1981-04-02 | 1978-04-05 | Capps | Milton Ferebee | J. Crawford Cook, Inc. 2869 | 1978-03-20 | J. Crawford Cook, Inc. | Post Office Box 50485 | Columbia | SC | 29250 |
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]) );