AnswerPool

Latest Earnings API: The issuer's most recent 8-K Item 2.02 earnings release: revenue, net — SEC 8-K Item 2.02

The issuer's most recent 8-K Item 2.02 earnings release: revenue, net income and diluted EPS with prior-year comparatives and YoY change, each with source, confidence and the exact row it was read from, plus links to the 8-K and the press release.

$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/latest — product id sec_earnings_latest. Over MCP, call answerpool_get with product_id=sec_earnings_latest.

curl "https://answerpool.io/v1/sec/earnings/latest?ticker=ADBE"

# with a prepaid credit key
curl -H "Authorization: Bearer ck_live_..." "https://answerpool.io/v1/sec/earnings/latest?ticker=ADBE"

Live call: https://answerpool.io/v1/sec/earnings/latest?ticker=ADBE · JSON sample: /v1/samples/sec_earnings_latest

What does the answer look like?

A representative response, the same static sample served at /v1/samples/sec_earnings_latest.

as_of2026-09-18T14:05:00Z
foundtrue
tickerADBE
cik0000796343
release.accession0000796343-26-000147
release.cik0000796343
release.tickerADBE
release.companyADOBE INC.
release.filed_at2026-09-10
release.accepted_at2026-09-10T16:06:14
release.period_of_report2026-09-10
release.items2.02, 9.01
release.is_item_202true
release.filing_urlhttps://www.sec.gov/Archives/edgar/data/796343/000079634326000147/0000796343-26-000147-index.htm
release.primary_doc_urlhttps://www.sec.gov/Archives/edgar/data/796343/000079634326000147/adbe-20260910.htm
release.exhibit_urlhttps://www.sec.gov/Archives/edgar/data/796343/000079634326000147/adbeex991q326.htm
release.figures{"revenue":{"value":6760000000.0,"unit":"USD","period":"Three Months Ended August 28, 2026","prior_value":5988000000.0,"prior_period":"Three Months Ended Augus…
release.figures_statusparsed
release.available_after_minutes21.4
release.method_idsec_earnings_extract_v1
release.method_version0.1.0
release.evidence_hash5f2b1c0a9d4e7f3b6c8a1d2e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a
coverage_started_at2026-08-27T00:00:00
disclaimerFigures 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_after2026-09-22T12:15:00.000Z
The same sample as raw JSON
{
 "as_of": "2026-09-18T14:05:00Z",
 "found": true,
 "ticker": "ADBE",
 "cik": "0000796343",
 "release": {
  "accession": "0000796343-26-000147",
  "cik": "0000796343",
  "ticker": "ADBE",
  "company": "ADOBE INC.",
  "filed_at": "2026-09-10",
  "accepted_at": "2026-09-10T16:06:14",
  "period_of_report": "2026-09-10",
  "items": [
   "2.02",
   "9.01"
  ],
  "is_item_202": true,
  "filing_url": "https://www.sec.gov/Archives/edgar/data/796343/000079634326000147/0000796343-26-000147-index.htm",
  "primary_doc_url": "https://www.sec.gov/Archives/edgar/data/796343/000079634326000147/adbe-20260910.htm",
  "exhibit_url": "https://www.sec.gov/Archives/edgar/data/796343/000079634326000147/adbeex991q326.htm",
  "figures": {
   "revenue": {
    "value": 6760000000.0,
    "unit": "USD",
    "period": "Three Months Ended August 28, 2026",
    "prior_value": 5988000000.0,
    "prior_period": "Three Months Ended August 29, 2025",
    "yoy_change_pct": 12.89,
    "source": "exhibit_text",
    "confidence": 0.8,
    "excerpt": "Total revenue | 6,760 | 5,988 | 19,776 | 17,575",
    "reason": null
   },
   "net_income": {
    "value": 1827000000.0,
    "unit": "USD",
    "period": "Three Months Ended August 28, 2026",
    "prior_value": 1772000000.0,
    "prior_period": "Three Months Ended August 29, 2025",
    "yoy_change_pct": 3.1,
    "source": "exhibit_text",
    "confidence": 0.8,
    "excerpt": "Net income | $ | 1,827 | $ | 1,772",
    "reason": null
   },
   "eps_diluted": {
    "value": 4.62,
    "unit": "USD/share",
    "period": "Three Months Ended August 28, 2026",
    "prior_value": 4.18,
    "prior_period": "Three Months Ended August 29, 2025",
    "yoy_change_pct": 10.53,
    "source": "exhibit_text",
    "confidence": 0.8,
    "excerpt": "Diluted net income per share | $ | 4.62 | $ | 4.18",
    "reason": null
   }
  },
  "figures_status": "parsed",
  "available_after_minutes": 21.4,
  "method_id": "sec_earnings_extract_v1",
  "method_version": "0.1.0",
  "evidence_hash": "5f2b1c0a9d4e7f3b6c8a1d2e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a"
 },
 "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.

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 have a ticker or CIK and need the most recent reported quarter's headline figures with links to the filing that stated them.

What you skip building

When should you not use it?

You need audited XBRL fundamentals across years (/v1/sec/xbrl/financials), a market-wide feed of who just reported (/v1/sec/earnings/recent), or a comparison against analyst estimates, which this product will never carry.

Where else can you find this?