Give your AI agents direct access to 10-Ks, 10-Qs, 8-Ks, and all SEC filings. Structured data, real-time, in seconds.
curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.edgarparse.io/v1/filings \ -d '{ "ticker": "AAPL", "form": "10-K", "year": 2024 }' # Response: structured income statement, balance sheet, cashflow
Features
Structured SEC data structured for machines, not humans. Parsed into JSON that AI models can actually use.
Income statements, balance sheets, and cash flow statements extracted and normalized into clean JSON. No more scraping PDF tables.
Most requests return in under 300ms. Designed for real-time AI agent decisions, not batch analysis pipelines.
10-K, 10-Q, 8-K, S-1, 4, DEF 14A, and 50+ other SEC filing types. One API for the full regulatory landscape.
Access filings going back to 1994. Run longitudinal analysis on 30 years of regulatory filings without data wrangling.
GAAP-compliant concept codes (e.g., NetIncomeLoss, RevenueFromContractWithCustomer). Consistent across all companies.
Search across all filing text, risk factors, and management discussion. Find relevant disclosures without parsing PDFs yourself.
How it works
Sign up and get your API key instantly. No approval process, no sales call.
Use your API key with any HTTP client. We support REST and have SDKs for Python, TypeScript, and Go.
Plug the API into your AI agent. Get financial context in your agent's context window in seconds.
API Example
Every response is normalized JSON. No HTML parsing, no PDF scraping, no regex tricks. Just data.
{
"ticker": "AAPL",
"form": "10-K",
"fiscal_year": 2024,
"revenue": 391035000000,
"net_income": 97369000000,
"earnings_per_share": {
"basic": 6.23,
"diluted": 6.18
},
"profit_margin": 24.9,
"yoy_growth": {
"revenue": 3.9,
"net_income": 12.1
}
}
Pricing
Start free, scale as you grow. No per-seat fees, no surprise bills.
For prototypes and experiments
For production AI agents
For high-volume workloads
Start building in minutes. No credit card required for free tier.