New API extension to the U.S. Securities and Exchange Commission EDGAR
We are happy to inform you that we have expanded our connection to the United States of America (USA) with a new source via the U.S. Securities and Exchange Commission – EDGAR public database.
The Electronic Data Gathering, Analysis, and Retrieval (EDGAR) system is a filing platform established by the Securities and Exchange Commission (SEC). Designed to enhance efficiency and accessibility, EDGAR is the go-to resource for all corporate filings from mainly publicly traded companies. It accommodates 40,000 new filers per year on average and it contains millions of documents related to various entities and individuals, processing approximately 3,000 filings daily [1]. Now, with the integration in our API, this wealth of information is accessible to you with just a few clicks.
The refresh response from the new connection will cover all the information below:
Request
curl --location 'https://api.kompany.com/api/v2/company/dataset' --header 'Content-Type: application/json' --header 'user_key: {secret}'
Response
{
"datasetId": "7F02ABE2D8F9C8936ACF996F199AE9B1",
"kompanyId": "28AEC9927DCDB96D773160B262BDD798",
"datasetName": "refresh",
"datasetOptions": [],
"info": null,
"status": "COMPLETED",
"requestTime": "2023-09-20T13:36:12+00:00",
"responseTime": "2023-09-20T13:36:12+00:00",
"estimatedDeliverySeconds": 0,
"content": {
"kompanyId": "28AEC9927DCDB96D773160B262BDD798",
"countryCode": "US",
"countryName": "United States of America",
"registrationNumber": "0001318605",
"name": "Tesla, Inc.",
"status": "NOT REPORTED",
"providedStatus": null,
"address": "3500 DEER CREEK RD PALO ALTO 94304 CA",
"additionalData": {
"formattedAddress": {
"addressLine1": "3500 DEER CREEK RD",
"city": "PALO ALTO",
"zip": "94304",
"state": "CA",
"country": "US"
},
"otherIdentifiers": {
"localNumber": "0001318605",
"ein": "912197729",
"cikNumber": "0001318605",
"stockId": [
"TSLA"
]
},
"otherNames": {
"oldNames": [
"TESLA MOTORS INC"
]
},
"contactInformation": {
"contactAddress": "3500 DEER CREEK RD PALO ALTO 94304 CA",
"phone": [
"650-681-5000"
]
}
},
"associatedEntities": {
"shareholders": [],
"officers": [],
"ultimateBeneficialOwners": []
},
"industryActivityCode": {
"activityCodes": [
"3711 - Motor Vehicles & Passenger Car Bodies"
]
},
"providerSpecificData": {
"exchange": [
"Nasdaq"
],
"fiscalYearEnd": "1231",
"insiderTransactionForOwnerExists": "0",
"insiderTransactionForIssuerExists": "1",
"category": "Large accelerated filer",
"stateOfIncorporationDescription": "DE",
"entityType": "operating"
},
"sources": [
{
"name": "U.S. SECURITIES AND EXCHANGE COMMISSION - EDGAR",
"info": null,
"primary": true,
"fields": [
"*"
],
"lastCheckedTime": "2023-09-20T13:36:12+00:00"
}
]
}
}