AnswerPool

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_of2026-09-16T21:47:51.167Z
index_started_at2026-08-30T19:10:24.500Z
since2026-08-31T00:00:00
count3
next_cursor2026-09-16
refresh_after2026-09-17T11:15:00.000Z

events

event_idaccessionciktickercompanyformevent_typeoccurred_atflagsscorepayload.itemspayload.labels
ev_df360676832b402994470001628280-26-0622870000920760LEN-BLENNAR CORP /NEW/8-Kform_8k2026-09-16results_of_operations0.12.02, 9.01results_of_operations, exhibits
ev_9b1666ea7064417ca7f90001213900-26-1005460001828805ALMUAeluma, Inc.8-Kform_8k2026-09-16results_of_operations0.12.02, 9.01results_of_operations, exhibits
ev_6d9479c117c448d297110001493152-26-0429480001576873ABATAMERICAN BATTERY TECHNOLOGY Co8-Kform_8k2026-09-16results_of_operations0.12.02, 9.01results_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.

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

When should you not use it?

The numbers — use the XBRL views for reported facts.

Where else can you find this?