Earnings Feed API: Market-wide feed of 8-K Item 2.02 earnings releases, newest indexed — SEC 8-K Item 2.02
Market-wide feed of 8-K Item 2.02 earnings releases, newest indexed first, each with revenue, net income and diluted EPS, prior-year comparatives, document links and a per-figure source and confidence.
$0.02 per call — pay with prepaid card credits (Authorization: Bearer ck_live_…, packs from $1) or with USDC over x402: call it, get 402 with the price, retry signed. Failed calls are never charged.
How do you call it?
GET /v1/sec/earnings/recent — product id
sec_earnings_recent. Over MCP, call answerpool_get with
product_id=sec_earnings_recent.
curl "https://answerpool.io/v1/sec/earnings/recent?limit=25"
# with a prepaid credit key
curl -H "Authorization: Bearer ck_live_..." "https://answerpool.io/v1/sec/earnings/recent?limit=25"
Live call: https://answerpool.io/v1/sec/earnings/recent?limit=25 · JSON sample: /v1/samples/sec_earnings_recent
What does the answer look like?
A representative response, the same static sample served at /v1/samples/sec_earnings_recent.
as_of | 2026-09-18T14:05:00Z |
|---|---|
since | 2026-09-16T14:05:00 |
count | 1 |
coverage_started_at | 2026-08-27T00:00:00 |
disclaimer | Figures are extracted mechanically from the issuer's own 8-K Item 2.02 press release or its inline XBRL; they are not audited financial statements, carry no co… |
refresh_after | 2026-09-22T12:15:00.000Z |
releases
| accession | cik | ticker | company | filed_at | accepted_at | period_of_report | items | is_item_202 | filing_url | primary_doc_url | exhibit_url |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0001193125-26-387905 | 0001341439 | ORCL | ORACLE CORP | 2026-09-10 | 2026-09-10T16:16:50 | 2026-09-10 | 2.02, 9.01 | true | https://www.sec.gov/Archives/edgar/data/1341439/000119312526387905/0001193125-26-387905-index.htm | https://www.sec.gov/Archives/edgar/data/1341439/000119312526387905/orcl-20260910.htm | https://www.sec.gov/Archives/edgar/data/1341439/000119312526387905/orcl-ex99_1.htm |
The same sample as raw JSON
{
"as_of": "2026-09-18T14:05:00Z",
"since": "2026-09-16T14:05:00",
"count": 1,
"releases": [
{
"accession": "0001193125-26-387905",
"cik": "0001341439",
"ticker": "ORCL",
"company": "ORACLE CORP",
"filed_at": "2026-09-10",
"accepted_at": "2026-09-10T16:16:50",
"period_of_report": "2026-09-10",
"items": [
"2.02",
"9.01"
],
"is_item_202": true,
"filing_url": "https://www.sec.gov/Archives/edgar/data/1341439/000119312526387905/0001193125-26-387905-index.htm",
"primary_doc_url": "https://www.sec.gov/Archives/edgar/data/1341439/000119312526387905/orcl-20260910.htm",
"exhibit_url": "https://www.sec.gov/Archives/edgar/data/1341439/000119312526387905/orcl-ex99_1.htm",
"figures": {
"revenue": {
"value": 19345000000.0,
"unit": "USD",
"period": "Three Months Ended August 31, 2026",
"prior_value": 14926000000.0,
"prior_period": "Three Months Ended August 31, 2025",
"yoy_change_pct": 29.61,
"source": "exhibit_text",
"confidence": 0.9,
"excerpt": "Total revenues | 19,345 | 100% | 14,926 | 100%",
"reason": null
},
"net_income": {
"value": 4760000000.0,
"unit": "USD",
"period": "Three Months Ended August 31, 2026",
"prior_value": 2927000000.0,
"prior_period": "Three Months Ended August 31, 2025",
"yoy_change_pct": 62.62,
"source": "exhibit_text",
"confidence": 0.9,
"excerpt": "NET INCOME | $ | 4,760 | 25% | $",
"reason": null
},
"eps_diluted": {
"value": 1.56,
"unit": "USD/share",
"period": "Three Months Ended August 31, 2026",
"prior_value": 1.01,
"prior_period": "Three Months Ended August 31, 2025",
"yoy_change_pct": 54.46,
"source": "exhibit_text",
"confidence": 0.9,
"excerpt": "Diluted | $ | 1.56 | $ | 1.01",
"reason": null
}
},
"figures_status": "parsed",
"available_after_minutes": 18.2,
"method_id": "sec_earnings_extract_v1",
"method_version": "0.1.0",
"evidence_hash": "9a1b2c3d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f9"
}
],
"coverage_started_at": "2026-08-27T00:00:00",
"disclaimer": "Figures are extracted mechanically from the issuer's own 8-K Item 2.02 press release or its inline XBRL; they are not audited financial statements, carry no comparison to analyst consensus (we hold no rights to estimates), and are not investment advice.",
"refresh_after": "2026-09-22T12: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-22T12: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 0 days ·
every response carries a result_id you can resolve at
/v1/provenance.
When should you use it?
You want everything that reported in a window, not one named issuer.
What you skip building
- polling EDGAR full-text search
- item-code filtering
- exhibit fetching per filing
- table parsing
When should you not use it?
You only care about one issuer (/v1/sec/earnings/latest), or you are polling to find out whether anything happened at all — that is /v1/sec/earnings/changes at a quarter of the price.
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