SEC EDGAR Filings
Retrieve official recent SEC filing metadata and primary-document links for a public-company ticker.
Preview request
The preview path is rate-limited and does not charge. Production requests use the same parameters and return a standard x402 challenge when no payment signature is present.
curl --request GET \ "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/sec_edgar_filings?preview=true&ticker=NVDA&form_type=10-Q&limit=1"
Input contract
| Parameter | Type | Required | Description |
|---|---|---|---|
ticker | string | Yes | Company ticker symbol. |
form_type | string | No | Filing form type, e.g., 10-K, 10-Q, 8-K. |
limit | integer | No | Max results to return. |
Guaranteed response metadata
Every successful product response identifies how the result was produced. Product-specific output fields are documented in the paid OpenAPI contract and can be inspected through the preview request where available.
{
"marketplace_metadata": {
"data_mode": "live_source",
"billable": true,
"availability": "operational",
"source": "SEC EDGAR submissions API"
}
}Agent payment flow
Request the product, read the base64 PAYMENT-REQUIRED challenge, sign the exact Base-USDC authorization with an x402 buyer client, and retry using PAYMENT-SIGNATURE. A successful response includes PAYMENT-RESPONSE.