Agent-ready SEC data
SEC API for AI Agents
OpenAPI, LLM context, Postman, and example polling workflows for agents and automation tools that need public SEC filing data as normalized JSON.
Agent discovery files
{
"name": "SEC Filing Change Agent",
"openapi": "https://api.data-apis.com/openapi.json",
"llms": "https://api.data-apis.com/llms.txt",
"auth": "RapidAPI subscription key",
"exampleRequest": "/v1/sec/watchlist/changes?tickers=AAPL,MSFT,NVDA&since=2026-07-01"
}
Agent Workflows
This page tests whether agent builders and workflow automation users are a stronger acquisition path for the live SEC product.
/v1/sec/changesPoll newly observed filings by date, ticker, form, or event type/v1/sec/watchlist/changesFetch grouped changes for a ticker watchlist in one request/v1/sec/companies/searchResolve company names, tickers, and CIKs before calling tools/v1/sec/forms/{accessionNo}/summaryRetrieve one normalized filing summary by accession number
Discovery Assets
These public files let no-code tools, API catalogs, and AI-agent runtimes inspect the API without manual sales contact.
/openapi.jsonMachine-readable endpoint definitions/llms.txtConcise product and endpoint context for LLM readers/llms-full.txtExpanded endpoint, boundary, and pricing context/postman.jsonImportable collection for self-serve API testing/apis.jsonAPI catalog metadata for directories and discovery tools