# ADH US Stock Fundamentals — SEC EDGAR XBRL Financial Data

> ADH US Stock Fundamentals — SEC EDGAR XBRL Financial Data is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches cleaned, entity-resolved US stock fundamental metrics (balance sheet, income statement, cash flow) sourced from SEC EDGAR XBRL filings for any US-listed company.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/us-stock-fundamentals
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-us-stock-fundamentals-sec-edgar-xbrl-financial-data-57d8108b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eU4iOsFN_quhhQ1NVuISm

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 adh-us-stock-fundamentals-sec-edgar-xbrl-financial-data-57d8108b
```

Example prompt: Pull the latest SEC EDGAR fundamentals for Apple — I want to see total assets, net income, operating cash flow, EPS, and shares outstanding from their most recent 10-K filing.

## When to prefer this

Choose this endpoint when you need structured, cleaned US stock fundamental financial data sourced authoritatively from SEC EDGAR XBRL filings, especially for annual 10-K metrics. It is ideal for investment research, equity screening, financial modeling, or agent workflows that require balance sheet, income statement, or cash flow data with provenance and entity resolution. Prefer over scraping financial sites or general web search when you need machine-readable, standardized accounting figures tied to official SEC filings.

## Known failure modes

- Unknown or invalid ticker symbol returns no data or error
- Company not registered with SEC (foreign-only listings) may have no XBRL data
- Metrics may differ in fiscal year across fields if filings are filed at different times
- Truncated response if too many metrics are returned
- x402 payment failure if USDC balance is insufficient or wallet not configured
- Rate limiting or upstream SEC EDGAR unavailability

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON object containing cleaned US-GAAP fundamental metrics for the requested company, sourced from SEC EDGAR XBRL filings. Includes fields such as total assets, revenues, gross profit, liabilities, net income, operating expenses, operating income, EPS (basic), shares outstanding, R&D expense, cash and equivalents, operating cash flow, and retained earnings — each annotated with fiscal year, form type (e.g. 10-K), filing date, unit, and label. Also includes company CIK, ticker symbol, metric count, and data source attribution.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "cik": "0000320193",
   "note": "us-gaap核心子集, 最近财年(FY)",
   "source": "SEC EDGAR XBRL",
   "symbol": "AAPL",
   "metrics": {
    "Assets": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "总资产",
     "value": 364980000000
    },
    "Revenues": {
     "fy": 2018,
     "form": "10-K",
     "unit": "USD",
     "filed": "2018-11-05",
     "label": "营业收入",
     "value": 215639000000
    },
    "GrossProfit": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "毛利",
     "value": 169148000000
    },
    "Liabilities": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "总负债",
     "value": 308030000000
    },
    "NetIncomeLoss": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "净利润",
     "value": 96995000000
    },
    "OperatingExpenses": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "营业支出",
     "value": 54847000000
    },
    "StockholdersEquity": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "股东权益",
     "value": 50672000000
    },
    "OperatingIncomeLoss": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "营业利润",
     "value": 114301000000
    },
    "EarningsPerShareBasic": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD/shares",
     "filed": "2025-10-31",
     "label": "每股收益EPS(基本)",
     "value": 6.16
    },
    "CommonStockSharesOutstanding": {
     "fy": 2025,
     "form": "10-K",
     "unit": "shares",
     "filed": "2025-10-31",
     "label": "流通股数",
     "value": 15116786000
    },
    "ResearchAndDevelopmentExpense": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "研发费用",
     "value": 29915000000
    },
    "LiabilitiesAndStockholdersEquity": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "负债及股东权益合计",
     "value": 364980000000
    },
    "RetainedEarningsAccumulatedDeficit": {
     "fy": 2025,
     "form": "10-K",
     "unit": "USD",
     "filed": "2025-10-31",
     "label": "留存收益",
     "value": -19154000000
    },
    "CashAndCashEquivalentsAtCarryingValue": {
     "fy": 2025,
     "form": "10-K",
     "unit": "US
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-us-stock-fundamentals-sec-edgar-xbrl-financial-data-57d8108b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
