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.
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.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/filing-financials-brief | $0.0805 | Invoke Filing Financials Brief (Search) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/filing-financials-brief \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/filing-financials-brief \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs