$ man xbrl-api
/xbrl-api
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgefinanceCATEGORY
uncategorized
STATUS
● live
NAME
xbrl-api — xbrl api / sec company facts api / public financial statement data
synonym alias of xbrl-financials — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/xbrl-api
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
XBRL API / SEC company facts API / public financial statement data. Same SEC Company Facts backend as xbrl-financials, indexed for agents pulling revenue, net income, EPS, assets, cash, operating cash flow, units, form type, and fiscal period metadata.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| ticker | string | US-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required. | optional |
| cik | string | SEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable. | optional |
| metrics | array | Aliases of financial metrics to return, e.g. ['revenue', 'net_income', 'eps_diluted', 'total_assets', 'cash']. See available_metric_aliases in response. Default: a curated set. | optional |
| unit | string | Filter values to one unit. Default 'any'. enum: USD · USD/shares · shares · any | optional |
| limit_per_metric | number | Max datapoints returned per metric. 1-50. Default 10 (most-recent-first). | optional |
| fy_only | boolean | If true, only fiscal-year (10-K) values are returned, skipping quarterly 10-Q data. Default false. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| ticker | string | — |
| requested_metrics | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/xbrl-api \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the xbrl-api tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- xbrlapixbrl-api
- methods
- POST
- cluster
- edgefinance
- price
- $0.05 USDC per call
ADJACENT — other endpoints in edgefinance
| endpoint | description | price |
|---|---|---|
| 13f-deltas | 13F-HR position deltas / institutional holdings change tracker / hedge-fund quarterly trade detector / Berkshire + Bridgewater + Citadel… | $0.05 |
| patent-search | USPTO patent search / US patent database / Google Patents alternative / prior-art finder / freedom-to-operate research / inventor + assig… | $0.05 |
| patent-search-api | Patent search API / USPTO patent lookup / prior-art search endpoint. | $0.05 |
| sec-13f-api | SEC 13F API / institutional holdings changes / hedge fund position delta feed. | $0.05 |
| sec-xbrl-api | SEC XBRL API / EDGAR company facts / fundamentals time-series endpoint. | $0.05 |
| xbrl-financials | SEC XBRL financials / company fundamentals / income-statement + balance-sheet feed / revenue + net-income + EPS history / 10-K + 10-Q lin… | $0.05 |
| fec-political-contributions | FEC political donations / campaign contributions search / who-donated-to-whom / OpenSecrets-style finance feed / individual contributions… | $0.04 |
| earnings-calendar | Earnings calendar / next earnings date / earnings release schedule / quarterly results dates / 10-Q + 10-K + 8-K Item 2.02 feed / late-fi… | $0.03 |
SEE ALSO