Filings
Get filing
Get SEC filing
GET /filings-v1/{filing_id}
Request
https://premium.aiera.com/api/filings-v1/7968743
Response
{
"filing_id": 7968743,
"title": "AMAZON COM INC - 10-Q",
"published_date": "2024-10-31T18:44:54",
"form_number": "10-Q",
"form_name": "Quarterly Report",
"filing_organization": "sec",
"filing_system": "edgar",
"is_amendment": 0,
"period_end_date": "2024-09-30T00:00:00",
"release_date": "2024-10-31T18:44:54",
"arrival_date": "2024-10-31T18:44:54",
"pulled_date": "2024-11-26T17:45:03",
"pdf_url": "https://premium.aiera.com/api/filings-v1/7968743/pdf",
"aiera_url": "https://dashboard.aiera.com/companies/1/activity/filings?tabs[0]=fl|24978786",,
"json_synced": true,
"summary": [
"Amazon.com, Inc.'s SEC filing reveals key financial metrics for the period ending September 30, 2024. The company's net sales increased by 11% year-over-year to $158.9 billion in Q3 2024. Operating income rose to $17.4 billion in the same quarter, compared to $11.2 billion in Q3 2023, driven by increased sales and operational efficiencies in their North America and AWS segments.",
"Operating expenses saw a rise, primarily due to cost of sales, fulfillment, and technology infrastructure spending, though these were partially offset by efficiencies in fulfillment networks and a reduction in depreciation costs for servers. Notably, AWS sales grew by 19% due to increased customer usage, while international operations continued to face challenges related to currency fluctuations.",
"Amazon faced legal proceedings concerning patent infringements and regulatory scrutiny related to antitrust issues. The company also completed a significant refinancing move by entering into a 364-day revolving credit agreement with Citibank, which replaces a previous agreement. Cash flow from operations reached $70.2 billion for the nine months, with a significant portion reinvested into technology and infrastructure, reflecting Amazon’s commitment to maintaining its growth trajectory."
],
"datafiles": [
{
"file_type": "EX-101.SCH",
"description": "XBRL TAXONOMY EXTENSION SCHEMA DOCUMENT",
"origin": "https://www.sec.gov/Archives/edgar/data/1018724/000101872424000161/amzn-20240930.xsd",
"url": "https://premium.aiera.com/api/filings-v1/7968743/datafile/7968743-datafile-amzn-20240930.xsd"
},
{
"file_type": "EX-101.CAL",
"description": "XBRL TAXONOMY EXTENSION CALCULATION LINKBASE DOCUMENT",
"origin": "https://www.sec.gov/Archives/edgar/data/1018724/000101872424000161/amzn-20240930_cal.xml",
"url": "https://premium.aiera.com/api/filings-v1/7968743/datafile/7968743-datafile-amzn-20240930_cal.xml"
},
{
"file_type": "EX-101.DEF",
"description": "XBRL TAXONOMY EXTENSION DEFINITION LINKBASE DOCUMENT",
"origin": "https://www.sec.gov/Archives/edgar/data/1018724/000101872424000161/amzn-20240930_def.xml",
"url": "https://premium.aiera.com/api/filings-v1/7968743/datafile/7968743-datafile-amzn-20240930_def.xml"
},
{
"file_type": "XML",
"description": "EXTRACTED XBRL INSTANCE DOCUMENT",
"origin": "https://www.sec.gov/Archives/edgar/data/1018724/000101872424000161/amzn-20240930_htm.xml",
"url": "https://premium.aiera.com/api/filings-v1/7968743/datafile/7968743-datafile-amzn-20240930_htm.xml"
},
{
"file_type": "EX-101.LAB",
"description": "XBRL TAXONOMY EXTENSION LABEL LINKBASE DOCUMENT",
"origin": "https://www.sec.gov/Archives/edgar/data/1018724/000101872424000161/amzn-20240930_lab.xml",
"url": "https://premium.aiera.com/api/filings-v1/7968743/datafile/7968743-datafile-amzn-20240930_lab.xml"
},
{
"file_type": "EX-101.PRE",
"description": "XBRL TAXONOMY EXTENSION PRESENTATION LINKBASE DOCUMENT",
"origin": "https://www.sec.gov/Archives/edgar/data/1018724/000101872424000161/amzn-20240930_pre.xml",
"url": "https://premium.aiera.com/api/filings-v1/7968743/datafile/7968743-datafile-amzn-20240930_pre.xml"
}
]
}
Code Samples
Bash
curl --request GET \
--url 'https://premium.aiera.com/api/filings-v1/{filing_id}' \
--header 'X-API-Key: xxx'
Python
import requests
requests.request("GET", "https://premium.aiera.com/api/filings-v1/{filing_id}", headers={"X-API-Key": "xxx"})