cikstring · requiredSEC Central Index Key, with or without leading zeroes; output is always ten digits.
Loading tools…
U.S. SEC
Retrieve U.S. SEC XBRL revenue, net income, assets, liabilities, equity, cash, operating cash flow and diluted EPS by CIK.
Normalize up to eight common US-GAAP metrics for one exact CIK: revenue, net income, assets, liabilities, stockholders' equity, cash and equivalents, operating cash flow and diluted EPS. Callers may select metrics, base forms and one to eight periods. Priority-ordered concept aliases handle common filer variation; the latest-filed context wins for each fiscal period, values remain decimal strings, units and accession provenance remain explicit, and missing metrics are reported rather than invented.
Agents select this operation with tool ID sec.company-facts, then check its current inputs and price before a run.
cikstring · requiredSEC Central Index Key, with or without leading zeroes; output is always ten digits.
formsarray · optionalValue supplied for forms.
minItems: 1 · maxItems: 5
include_amendmentsboolean · optionalValue supplied for include amendments.
metricsarray · optionalValue supplied for metrics.
minItems: 1 · maxItems: 8
periodsinteger · optionalValue supplied for periods.
minimum: 1 · maximum: 8
captured_atstringReturned captured at value.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
cikReturned cik value.
entity_namestringReturned entity name value.
metricsarrayReturned metrics value.
missing_metricsarrayReturned missing metrics value.
source_urlstringReturned source url value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "sec.company-facts",
"input": {
"cik": "0000320193",
"periods": 4
}
}{
"cik": "0000320193",
"metrics": [
{
"unit": "USD",
"label": "Revenue from Contract with Customer, Excluding Assessed Tax",
"metric": "revenue",
"concept": "RevenueFromContractWithCustomerExcludingAssessedTax",
"periods": [
{
"end": "2024-09-28",
"form": "10-K",
"filed": "2024-11-01",
"start": "2023-10-01",
"value": "391035000000",
"source_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.html",
"fiscal_year": 2024,
"fiscal_period": "FY",
"accession_number": "0000320193-24-000123"
}
],
"taxonomy": "us-gaap"
}
],
"source_url": "https://www.sec.gov/edgar/browse/?CIK=0000320193&owner=exclude",
"captured_at": "2026-08-20T00:00:00.000Z",
"entity_name": "Apple Inc.",
"missing_metrics": []
}invalid_input: CIK, metric, form or period selection was outside the bounded SEC company-facts contract.example: {"cik":"0000320193","periods":4}