latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
SEC Filings
Latest filings
Returns the most recent SEC filings across all companies, sorted by filing date descending. Limited to the last 30 days. Includes the company's ticker symbol and name.
Use the event parameter to find specific 8-K events across the entire market — for example, event=earnings returns all recent earnings announcements, event=officer_change returns all recent executive departures/appointments.
get/api/filings/latest
Query parameters
type'10-K' | '10-Q' | '20-F' | '8-K' | 'DEF 14A' | 'DEFA14A' | '13D' | '13G' | '3' | '4' | '5' | '13F-HR' | 'NPORT-P' | 'N-CEN' | 'EFFECT' | '25-NSE' | 'ARS'
SEC filing form type.
SEC form type to filter by. Ignored when event is provided.
event'material_agreement' | 'agreement_termination' | 'bankruptcy' | 'mine_safety' | 'acquisition_disposition' | 'earnings' | 'debt_obligation' | 'debt_acceleration' | 'restructuring' | 'impairment' | 'delisting' | 'unregistered_sale' | 'rights_modification' | 'auditor_change' | 'restatement' | 'control_change' | 'officer_change' | 'bylaws_amendment' | 'trading_suspension' | 'ethics_amendment' | 'shell_status_change' | 'shareholder_vote' | 'shareholder_nomination' | 'abs_material' | 'servicer_change' | 'credit_enhancement' | 'distribution_failure' | 'securities_act_update' | 'reg_fd' | 'other' | 'financial_exhibits'
Material event category extracted from an 8-K filing.
Filter 8-K filings by event type. Automatically implies type=8-K.
pageinteger
Page number (1-indexed)
pageSizeinteger
Number of filings per page
Response
Paginated list of recent SEC filings with company info
Example response
{
"page": 1,
"pageSize": 25,
"totalPages": 12,
"totalResults": 284,
"data": [
{
"type": "8-K",
"accessionNumber": "0000320193-23-000106",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/aapl-20230930.htm",
"dateFiled": "2023-11-02",
"xbrl": true,
"periodEndDate": "2023-09-30",
"documents": [
"g230399ex99_2p1g1.jpg",
"g230399ex99_2p2g1.jpg"
],
"title": "APPLE INC ANNUAL REPORT 2023",
"items": [
"1",
"1A",
"7",
"7A",
"8"
],
"events": [
"earnings",
"financial_exhibits"
],
"symbol": "AAPL",
"companyName": "Apple Inc."
}
]
}