{"name":"xbrl-financials","description":"SEC XBRL financials / company fundamentals / income-statement + balance-sheet feed / revenue + net-income + EPS history / 10-K + 10-Q line-item extractor / EDGAR Company Facts wrapper. For a US-listed ticker (or CIK), returns time-series of structured financial line items — revenue, net_income, EPS (basic/diluted), total_assets, cash, operating_cash_flow, and dozens more — sourced directly from SEC XBRL filings. Each datapoint has the value, unit (USD, USD/shares, shares), period start/end, fiscal year/quarter, form (10-K / 10-Q), and underlying XBRL concept. Public-domain SEC data — Bloomberg/CapIQ-substitute for fundamentals.","price":"$0.05","method":"POST","input_schema":{"properties":{"ticker":{"type":"string","description":"US-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required."},"cik":{"type":"string","description":"SEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable."},"metrics":{"type":"array","items":{"type":"string"},"description":"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."},"unit":{"type":"string","enum":["USD","USD/shares","shares","any"],"description":"Filter values to one unit. Default 'any'."},"limit_per_metric":{"type":"number","description":"Max datapoints returned per metric. 1-50. Default 10 (most-recent-first)."},"fy_only":{"type":"boolean","description":"If true, only fiscal-year (10-K) values are returned, skipping quarterly 10-Q data. Default false."}}},"input_example":{"ticker":"AAPL","metrics":["revenue","net_income"],"fy_only":true},"output_example":{"ticker":"AAPL","cik":"0000320193","company_name":"Apple Inc.","requested_metrics":["revenue","net_income"],"series":[{"metric":"revenue","xbrl_concept":"Revenues","unit":"USD","label":"Revenues","description":"Amount of revenue recognized from goods sold, services rendered, insurance premiums, or other activities that constitute an earning process."}],"available_metric_aliases":["revenue","net_income","eps_basic","eps_diluted","total_assets","cash"],"source":"SEC EDGAR Company Facts (XBRL)"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}