Live SEC EDGAR data

SEC filings for
AI agents

Give your AI agents direct access to 10-Ks, 10-Qs, 8-Ks, and all SEC filings. Structured data, real-time, in seconds.

bash api.edgarparse.io/v1/filings
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

Built for AI agent workflows

Structured SEC data structured for machines, not humans. Parsed into JSON that AI models can actually use.

📊

Parsed Financial Statements

Income statements, balance sheets, and cash flow statements extracted and normalized into clean JSON. No more scraping PDF tables.

Sub-Second Response

Most requests return in under 300ms. Designed for real-time AI agent decisions, not batch analysis pipelines.

🔄

All SEC Form Types

10-K, 10-Q, 8-K, S-1, 4, DEF 14A, and 50+ other SEC filing types. One API for the full regulatory landscape.

📅

Full Historical Record

Access filings going back to 1994. Run longitudinal analysis on 30 years of regulatory filings without data wrangling.

🏷️

Standardized Taxonomy

GAAP-compliant concept codes (e.g., NetIncomeLoss, RevenueFromContractWithCustomer). Consistent across all companies.

🔍

Semantic Search

Search across all filing text, risk factors, and management discussion. Find relevant disclosures without parsing PDFs yourself.

From sign-up to first insight in minutes

1

Create an account

Sign up and get your API key instantly. No approval process, no sales call.

2

Make your first request

Use your API key with any HTTP client. We support REST and have SDKs for Python, TypeScript, and Go.

3

Build your agent

Plug the API into your AI agent. Get financial context in your agent's context window in seconds.

Structured data your agent can reason about

Every response is normalized JSON. No HTML parsing, no PDF scraping, no regex tricks. Just data.

  • Income statements with revenue, COGS, operating expenses
  • Balance sheets with assets, liabilities, equity
  • Cash flow with operating, investing, financing activities
  • Per-share metrics computed and included
  • YoY and QoQ growth rates auto-calculated
GET /v1/filings/AAPL/income-statement
{
  "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
  }
}

Simple, predictable pricing

Start free, scale as you grow. No per-seat fees, no surprise bills.

Free

$0/mo

For prototypes and experiments

  • 1,000 requests/month
  • All form types
  • 7-year historical
  • Community support

Enterprise

Custom

For high-volume workloads

  • Unlimited requests
  • Dedicated infrastructure
  • Custom data feeds
  • 99.99% SLA
  • Dedicated support

Get your API key

Start building in minutes. No credit card required for free tier.

Check your email — your API key is on its way.