# Synergy SEC EDGAR Company Financials

> Synergy SEC EDGAR Company Financials is a paid API for AI agents from api.exo-trust.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves the latest annual and quarterly revenue, net income, and total assets for a US-listed company from the official SEC EDGAR XBRL data via ticker or CIK lookup.

## Facts

- Endpoint: POST https://api.exo-trust.com/execute/edgar_financials
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synergy-sec-edgar-company-financials-40b80c68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XIxFagn0dyy__q0e1aQRN

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 synergy-sec-edgar-company-financials-40b80c68 -d '<json body>'
```

Example prompt: Pull the latest annual and quarterly revenue, net income, and total assets for Apple from SEC EDGAR — the ticker is AAPL.

## When to prefer this

Use this endpoint when you need authoritative, official SEC-sourced financial fundamentals (revenue, net income, total assets) for a US-listed public company without requiring an API key or third-party financial data subscription. It is ideal when data provenance and official regulatory sourcing matter, such as compliance workflows, equity research, or cross-checking third-party financial data. Prefer this over scraped or estimated financial data sources when accuracy and citation to official filings are required.

## Known failure modes

- Ticker not found or not listed on a US exchange — returns error indicating unresolvable ticker
- CIK provided does not match any EDGAR entity — lookup failure
- Company has not filed XBRL-tagged financials (e.g. very small filers) — missing data fields
- SEC EDGAR upstream API temporarily unavailable — propagated error
- Ambiguous ticker (e.g. BRK.B) may require exact formatting to resolve correctly

## How this service works

SEC EDGAR company fundamentals: latest annual and quarterly revenue, net income and total assets from the official data.sec.gov XBRL companyconcept API (keyless deterministic lookup by ticker or CIK, with provenance).

## Output

Returns the company's latest annual and quarterly figures for revenue, net income, and total assets sourced from the official SEC EDGAR XBRL companyconcept API, along with provenance metadata (filing references, fiscal period labels, and CIK).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cik": {
   "type": "string",
   "description": "SEC Central Index Key, 1..10 digits, e.g. 320193 (alternative to ticker)."
  },
  "ticker": {
   "type": "string",
   "description": "US-exchange-listed equity ticker, e.g. AAPL or BRK.B (preferred)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synergy-sec-edgar-company-financials-40b80c68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.exo-trust.com](https://www.zero.xyz/host/api.exo-trust.com/llms.txt)
