Earnings 8-Ks API: List 8-Ks announcing results of operations (Item 2.02) market-wide — SEC EDGAR
List 8-Ks announcing results of operations (Item 2.02) market-wide — the earnings release tape with company, time and links. Use to know who just reported without filtering the full feed.
Free — no key, no signup, rate-limited to 60 calls per minute per client.
How do you call it?
GET /v1/sec/8k/earnings — product id
sec_8k_earnings_release. Over MCP, call answerpool_get with
product_id=sec_8k_earnings_release.
curl "https://answerpool.io/v1/sec/8k/earnings?limit=25"
Live call: https://answerpool.io/v1/sec/8k/earnings?limit=25 · JSON sample: /v1/samples/sec_8k_earnings_release
What does the answer look like?
A representative response, the same static sample served at /v1/samples/sec_8k_earnings_release.
as_of | 2026-09-16T21:47:51.167Z |
|---|---|
index_started_at | 2026-08-30T19:10:24.500Z |
since | 2026-08-31T00:00:00 |
count | 3 |
next_cursor | 2026-09-16 |
refresh_after | 2026-09-17T11:15:00.000Z |
events
| event_id | accession | cik | ticker | company | form | event_type | occurred_at | flags | score | payload.items | payload.labels |
|---|---|---|---|---|---|---|---|---|---|---|---|
| ev_df360676832b40299447 | 0001628280-26-062287 | 0000920760 | LEN-B | LENNAR CORP /NEW/ | 8-K | form_8k | 2026-09-16 | results_of_operations | 0.1 | 2.02, 9.01 | results_of_operations, exhibits |
| ev_9b1666ea7064417ca7f9 | 0001213900-26-100546 | 0001828805 | ALMU | Aeluma, Inc. | 8-K | form_8k | 2026-09-16 | results_of_operations | 0.1 | 2.02, 9.01 | results_of_operations, exhibits |
| ev_6d9479c117c448d29711 | 0001493152-26-042948 | 0001576873 | ABAT | AMERICAN BATTERY TECHNOLOGY Co | 8-K | form_8k | 2026-09-16 | results_of_operations | 0.1 | 2.02, 9.01 | results_of_operations, exhibits |
The same sample as raw JSON
{
"as_of": "2026-09-16T21:47:51.167Z",
"index_started_at": "2026-08-30T19:10:24.500Z",
"since": "2026-08-31T00:00:00",
"count": 3,
"events": [
{
"event_id": "ev_df360676832b40299447",
"accession": "0001628280-26-062287",
"cik": "0000920760",
"ticker": "LEN-B",
"company": "LENNAR CORP /NEW/",
"form": "8-K",
"event_type": "form_8k",
"occurred_at": "2026-09-16",
"flags": [
"results_of_operations"
],
"score": 0.1,
"payload": {
"items": [
"2.02",
"9.01"
],
"labels": [
"results_of_operations",
"exhibits"
]
},
"filing_url": "https://www.sec.gov/Archives/edgar/data/920760/000162828026062287/0001628280-26-062287-index.htm"
},
{
"event_id": "ev_9b1666ea7064417ca7f9",
"accession": "0001213900-26-100546",
"cik": "0001828805",
"ticker": "ALMU",
"company": "Aeluma, Inc.",
"form": "8-K",
"event_type": "form_8k",
"occurred_at": "2026-09-16",
"flags": [
"results_of_operations"
],
"score": 0.1,
"payload": {
"items": [
"2.02",
"9.01"
],
"labels": [
"results_of_operations",
"exhibits"
]
},
"filing_url": "https://www.sec.gov/Archives/edgar/data/1828805/000121390026100546/0001213900-26-100546-index.htm"
},
{
"event_id": "ev_6d9479c117c448d29711",
"accession": "0001493152-26-042948",
"cik": "0001576873",
"ticker": "ABAT",
"company": "AMERICAN BATTERY TECHNOLOGY Co",
"form": "8-K",
"event_type": "form_8k",
"occurred_at": "2026-09-16",
"flags": [
"results_of_operations"
],
"score": 0.1,
"payload": {
"items": [
"2.02",
"9.01"
],
"labels": [
"results_of_operations",
"exhibits"
]
},
"filing_url": "https://www.sec.gov/Archives/edgar/data/1576873/000149315226042948/0001493152-26-042948-index.htm"
}
],
"next_cursor": "2026-09-16",
"refresh_after": "2026-09-17T11:15:00.000Z"
}How fresh is it, and where does the data come from?
The fastest source behind this answer can change every 15 minutes, so every response carries a refresh_after timestamp — right now it would be 2026-09-17T11:15:00.000Z. Schedule the next call on that value rather than on a guess.
- SEC EDGAR (US federal public domain) — upstream:
https://efts.sec.gov
Method version 0.1.0 ·
serving cache 1 day ·
every response carries a result_id you can resolve at
/v1/provenance.
When should you use it?
Earnings-cycle monitoring.
What you skip building
- item filtering
- polling
When should you not use it?
The numbers — use the XBRL views for reported facts.
Where else can you find this?
- Catalog entry (JSON, free)
- OpenAPI schema — input and output types, prices, the 402 flow
- llms.txt — every product in one plain-text document