# market.memoryapi.org Earnings Announcements

> market.memoryapi.org Earnings Announcements is a paid API for AI agents from market.memoryapi.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Retrieves recent earnings announcements from SEC EDGAR Form 8-K filings, searchable by company or by a rolling N-day window.

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/earnings
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-430062a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xbeAWSLmXkAlQhzvkybXo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability market-memoryapi-org-430062a8
```

Example prompt: Pull all earnings announcements from SEC EDGAR 8-K filings for the past 14 days, and also check if Tesla has filed any recent earnings.

## When to prefer this

Use this endpoint when you need earnings announcement data sourced directly from official SEC EDGAR Form 8-K filings, particularly when you want to search by company name or retrieve all earnings within a recent time window. Prefer this over news-based earnings sources when regulatory filing accuracy and official disclosure dates matter.

## Known failure modes

- No earnings found for the specified company name or ticker — returns empty result set
- N-days parameter too large — may return a very large dataset or timeout
- Company name ambiguous — may return filings for similarly named entities
- SEC EDGAR data lag — very recent filings may not yet be indexed
- Invalid parameter format — returns 400 error

## How this service works

Recent earnings announcements from SEC EDGAR Form 8-K filings. Search by company or get all earnings in past N days.

## Output

A list of recent earnings announcements sourced from SEC EDGAR Form 8-K filings, each containing company name, filing date, and reported earnings details, filtered by company search term or a rolling N-day lookback window.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-memoryapi-org-430062a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.memoryapi.org](https://www.zero.xyz/host/market.memoryapi.org/llms.txt)
