# market.memoryapi.org Company Fundamentals

> market.memoryapi.org Company Fundamentals 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, last successful call 2026-06-15).

Retrieves company fundamental financial data (revenue, net income, EPS, assets, liabilities, equity) from SEC EDGAR XBRL filings for any publicly-traded company.

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/fundamentals
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-06-15
- Success rate: 100% of calls made through Zero
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-3d529e81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xQIDr3ten3ZWiYtRJG8Yj

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-3d529e81
```

Example prompt: Pull the company fundamentals for Apple — revenue, net income, EPS, total assets, liabilities, and equity — from SEC EDGAR XBRL filings.

## When to prefer this

Use this endpoint when you need standardized financial fundamentals (income statement, balance sheet metrics) sourced directly from SEC EDGAR XBRL data for any US-listed public company. Prefer this over news or analyst endpoints when you need raw reported figures rather than estimates or commentary. Best for fundamental analysis, valuation modeling, and financial research workflows.

## Known failure modes

- Company not found or not publicly traded — returns empty or error response
- Invalid ticker or CIK — no matching EDGAR filing
- EDGAR XBRL data unavailable for older filings or foreign private issuers
- Rate limiting or payment failure due to x402 protocol issues
- Stale data if SEC EDGAR has not yet processed the latest filing

## How this service works

Company fundamentals from SEC EDGAR XBRL filings. Revenue, net income, EPS, assets, liabilities, and equity for any publicly-traded company.

## Output

Returns key financial statement data for the requested publicly-traded company sourced from SEC EDGAR XBRL filings, including revenue, net income, earnings per share (EPS), total assets, total liabilities, and shareholders equity.

## Example request

```json
{
 "cik": "0000789019",
 "institution": "Apple Inc"
}
```

## 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-3d529e81/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)
