Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man xbrl-financials

/xbrl-financials

agentutility / edge-finance / xbrl-financials
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
xbrl-financials pulls company fundamentals as structured time-series straight from sec xbrl filings
SYNOPSIS
POST https://x402.agentutility.ai/xbrl-financials
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Pulls company fundamentals as structured time-series straight from SEC XBRL filings. For a US-listed ticker (or CIK), returns revenue, net_income, EPS (basic/diluted), total_assets, cash, operating_cash_flow, and dozens more line items, each with value, unit (USD, USD/shares, shares), period start/end, fiscal year/quarter, form (10-K / 10-Q), and underlying XBRL concept. Wraps the EDGAR Company Facts API; public-domain SEC data, a Bloomberg/CapIQ-substitute for fundamentals. Use it as a SEC XBRL financials API, income-statement and balance-sheet feed, revenue + net-income + EPS history source, or 10-K + 10-Q line-item extractor.

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.agentutility.ai/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 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-financials tool from your MCP-aware agent.
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-deltasTracks what an institutional manager bought and sold each quarter by diffing their 13F filings, e.g.$0.05
patent-searchSearches issued US patents and published applications through the USPTO Open Data Portal.$0.05
patent-search-apiSearch USPTO patents by keyword, inventor, assignee, CPC class, or filing date range.$0.05
sec-13f-apiTracks institutional holdings changes from public 13F-HR filings: added, exited, increased, and reduced positions.$0.05
sec-xbrl-apiServes SEC XBRL fundamentals as a time series, replacing paid fundamentals feeds with public SEC line-item data.$0.05
xbrl-apiPulls public financial statement data from SEC Company Facts: revenue, net income, EPS, assets, cash, operating cash flow, units, form ty…$0.05
fec-political-contributionsSearches FEC records of political donations to federal candidates, PACs, and super PACs to see who donated to whom.$0.04
earnings-calendarFinds a company's next earnings date and its recent earnings-related SEC filings.$0.03
SEE ALSO
agentutility · edgefinance · x402 · mcp · llms.txt · registry.json · bazaar.x402.org