{"name":"filing-financials-brief","description":"Get an SEC filing brief in one call instead of stitching three EDGAR lookups together: the filing itself, its XBRL financials, and a plain-language filing summary. Buyers searching for a sec filing brief, xbrl financials, company financials extract, or 10-K summary get filing metadata and text, an XBRL revenue/net income/EPS/assets series, and an executive-style summary in one response. Composite: one call runs sec-filing + xbrl-financials in parallel, then summarize-text (optional, LLM-backed) once filing text resolves, merged into filing, financials, and summary sections. Public-data extraction from SEC EDGAR only: no investment advice, no ratings, no trade recommendations, just what the company disclosed. Accepts a ticker or CIK plus an optional form_type (10-K default, 10-Q, 8-K, etc). Use it as a filing summary API, an EDGAR research shortcut, or a due-diligence financials puller.","price":"$0.07","method":"POST","input_schema":{"properties":{"ticker":{"type":"string","description":"US-listed stock ticker to resolve to an SEC CIK, e.g. 'AAPL'. Provide this or 'cik'. Max 20 chars."},"cik":{"type":"string","description":"SEC EDGAR Central Index Key (with or without leading zeros), e.g. '0000320193'. Provide this or 'ticker'. Max 20 chars."},"form_type":{"type":"string","description":"SEC form type to fetch, e.g. '10-K' (default), '10-Q', '8-K', 'S-1', 'DEF 14A'. Optional."}},"required":[]},"input_example":{"ticker":"AAPL","form_type":"10-K"},"output_example":{"ticker":"AAPL","cik":null,"form_type":"10-K","filing":{"ticker":"AAPL","cik":"0000320193","company_name":"Apple Inc.","form_type":"10-K","filings":[{"form":"10-K","filed_date":"2025-11-01","primary_document_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019325000012/aapl-20250927.htm"}],"text_chars":184213,"text_excerpt":"Apple Inc. designs, manufactures and markets smartphones, personal computers..."},"financials":{"ticker":"AAPL","cik":"0000320193","company_name":"Apple Inc.","requested_metrics":["revenue","net_income","eps_diluted"],"series":[{"metric":"revenue","xbrl_concept":"Revenues","unit":"USD","latest":{"val":391035000000,"end":"2025-09-27"}}]},"tables":null,"tables_note":"extract-tables was dropped from this composite: SEC EDGAR primary filing documents are HTML/inline-XBRL, not PDFs, and extract-tables requires a real pdf_url parsed as a PDF.","summary":{"summary":"Headline: Apple posted continued revenue growth driven by Services.\nKey points:\n- Revenue grew year over year across all reportable segments.\n- Services revenue reached a new high.\nRecommendation: Review segment detail for concentration risk.","style":"executive"},"composed_of":["sec-filing","xbrl-financials","summarize-text"],"components":[{"name":"sec-filing","ok":true,"ms":1840},{"name":"xbrl-financials","ok":true,"ms":960},{"name":"summarize-text","ok":true,"ms":2100}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}