Loading...
Loading...
Structured XBRL financial facts for a company by CIK: revenue, assets, cash and every other tagged concept as reported. Called as GET /v1/sec/company-facts, it takes cik, concept and returns found, cik, units. An analysis agent needs the number a company actually filed, tagged and dated, rather than a figure recalled from training data that may be a year stale. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.005, paid in USDC on Base over x402.
npx skill4agent add fittings-sh/fittings fittings-sec-company-factssec.company-factshttps://fittings.shGET https://fittings.sh/v1/sec/company-facts| Field | Type | Required | Notes |
|---|---|---|---|
| string | yes | Company CIK, padded or bare |
| string | yes | US-GAAP concept, e.g. Revenues or Assets |
{
"cik": "0000320193",
"concept": "Assets"
}| Price | $0.005 |
| Source | SEC EDGAR XBRL companyconcept API (data.sec.gov), public domain |
| Licence | public-domain |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/sec.company-facts | jq402 Payment Required# Dry run. Prints the quote and pays nothing, because no key is set.
node call.mjs sec.company-facts cik=0000320193 concept=Assets
# For real: a wallet holding USDC on Base, and nothing else.
export FITTINGS_PRIVATE_KEY=0x...
node call.mjs sec.company-facts cik=0000320193 concept=AssetsFITTINGS_PRIVATE_KEYFITTINGS_MAX_PRICE@x402/core@x402/evmfittingshttps://fittings.sh/catalog/search?q=...