Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man xbrl-financials

/xbrl-financials(1)

agentutility / edge-finance / xbrl-financials
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
xbrl-financials sec xbrl financials
SYNOPSIS
POST https://x402.org/v1/xbrl-financials
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

SEC XBRL financials. Returns structured financial line items (revenue, net income, EPS, total assets, cash, etc.) for a US-listed ticker. Federal public XBRL data — Bloomberg-killer for fundamentals.

INPUTrequest schema
propertytypedescriptionreq?
tickerstringUS-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required.optional
cikstringSEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable.optional
metricsarrayAliases 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
unitstringFilter values to one unit. Default 'any'.
enum: USD · USD/shares · shares · any
optional
limit_per_metricnumberMax datapoints returned per metric. 1-50. Default 10 (most-recent-first).optional
fy_onlybooleanIf true, only fiscal-year (10-K) values are returned, skipping quarterly 10-Q data. Default false.optional
OUTPUTresponse shape
fieldtypedescription
tickerstringStock ticker symbol of the US-listed company the financials belong to (e.g. AAPL, MSFT).
company_namestringRegistered company name from the SEC filing matching the requested ticker.
seriesstringReporting period series (e.g. annual 10-K or quarterly 10-Q) for the returned line items.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/xbrl-financials \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the xbrl-financials tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-financesec-filingsxbrlfundamentalsfinancial-statementsticker-lookupearnings-dataxbrl-financials
methods
POST
cluster
edgefinance
price
$0.05 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
13f-deltas13F-HR position-delta computation — diff the two most recent 13F-HR filings for an institutional CIK.$0.05
patent-searchUSPTO patent search.$0.05
fec-political-contributionsFEC political contributions search via api.open.fec.gov.$0.04
earnings-calendarEarnings calendar derived from SEC 8-K Item 2.02, 10-Q, 10-K, NT 10-Q, NT 10-K filings.$0.03
earnings-call-transcribeEarnings call transcriber.$0.03
earnings-transcriptEarnings call transcript generator.$0.03
fda-calendarFDA Advisory Committee meeting calendar.$0.03
trademark-searchTrademark search / USPTO trademark lookup / TSDR / federal trademark database.$0.03
SEE ALSO
agentutility(7) · edgefinance(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org