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.
Query parameters
SEC filing form type.
SEC form type to filter by. Ignored when event is provided.
Material event category extracted from an 8-K filing.
Filter 8-K filings by event type. Automatically implies type=8-K.
Page number (1-indexed)
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."
}
]
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.