FARA_All_ShortForms
Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history
8 rows where Address_1 = "1003 Rio Grande" and City = "Austin"
This data as json, CSV (advanced)
Suggested facets: Short_Form_Termination_Date, Short_Form_Date, Short_Form_Last_Name, Short_Form_First_Name, Registration_Date, Short_Form_Termination_Date (date), Short_Form_Date (date), 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
15504 | 15504 | 2016-05-01 | 2015-10-08 | Moorhead | Scott | Ben Barnes Group 6322 | 2015-10-08 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 | |
15505 | 15505 | 2016-05-01 | 2015-10-08 | Wiedeman | Wyeth | Ben Barnes Group 6322 | 2015-10-08 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 | |
18574 | 18574 | 2016-06-01 | 2015-10-08 | Barnes | Ben | Ben Barnes Group 6322 | 2015-10-08 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 | |
18575 | 18575 | 2016-06-01 | 2015-10-08 | Caperton | Kent | Ben Barnes Group 6322 | 2015-10-08 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 | |
19321 | 19321 | 2015-06-12 | 2014-12-03 | Barnes | Ben F. | Ben Barnes Group 6264 | 2014-12-03 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 | |
19322 | 19322 | 2015-06-12 | 2014-12-03 | Caperton | Kent | Ben Barnes Group 6264 | 2014-12-03 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 | |
19323 | 19323 | 2015-06-12 | 2014-12-03 | Thomasson | Patsy L. | Ben Barnes Group 6264 | 2014-12-03 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 | |
19324 | 19324 | 2015-06-12 | 2014-12-03 | Wiedeman | Wyeth M. | Ben Barnes Group 6264 | 2014-12-03 | Ben Barnes Group | 1003 Rio Grande | Austin | TX | 78701 |
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]) );