FARA_All_RegistrantDocs
Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history
5 rows where Registration_Number = 5896
This data as json, CSV (advanced)
Document_Type 4
Foreign_Principal_Name 2
Registrant_Name 1
| Link | rowid ▼ | Date_Stamped | Registrant_Name | Registration_Number | Document_Type | Short_Form_Name | Foreign_Principal_Name | Foreign_Principal_Country | URL |
|---|---|---|---|---|---|---|---|---|---|
| 8228 | 8228 | 2010-01-28 | Taylor, Simon | Taylor, Simon 5896 | Supplemental Statement | https://efile.fara.gov/docs/5896-Supplemental-Statement-20100128-2.pdf | |||
| 79902 | 79902 | 2009-07-29 | Taylor, Simon | Taylor, Simon 5896 | Supplemental Statement | https://efile.fara.gov/docs/5896-Supplemental-Statement-20090729-1.pdf | |||
| 128987 | 128987 | 2008-12-04 | Taylor, Simon | Taylor, Simon 5896 | Exhibit AB | Serbia Investment and Export Promotion Agency (SIEPA) through Rasky Baerlein Strategic Communications, Inc. | SERBIA | https://efile.fara.gov/docs/5896-Exhibit-AB-20081204-1.pdf | |
| 128988 | 128988 | 2008-12-04 | Taylor, Simon | Taylor, Simon 5896 | Registration Statement | https://efile.fara.gov/docs/5896-Registration-Statement-20081204-1.pdf | |||
| 131577 | 131577 | 2008-12-17 | Taylor, Simon | Taylor, Simon 5896 | Amendment | https://efile.fara.gov/docs/5896-Amendment-20081217-1.pdf |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [FARA_All_RegistrantDocs] ( [Date_Stamped] TEXT, [Registrant_Name] TEXT, [Registration_Number] INTEGER, [Document_Type] TEXT, [Short_Form_Name] TEXT, [Foreign_Principal_Name] TEXT, [Foreign_Principal_Country] TEXT, [URL] TEXT, FOREIGN KEY([Registration_Number]) REFERENCES [FARA_All_Registrants]([Registration_Number]) );