SEC Filing Data API
for developers

Parsed financial statements, insider trades, and institutional holdings from SEC EDGAR. One API, clean JSON, no XBRL headaches.

1,000 free API calls/month • No credit card required

Financial data visualization

Get started in minutes

Clean, parsed SEC data with just a few lines of code

import requests

# Get Apple's latest financials
response = requests.get(
    "https://api.stockdata.dev/v1/company/AAPL/financials",
    headers={"X-API-Key": "your_api_key"}
)

data = response.json()
latest = data["financials"][0]
income = latest["income_statement"]
print(f"Revenue: ${income['revenue']:,}")  # Revenue: $383,285,000,000

Everything you need

SEC EDGAR data, parsed and normalized into a clean REST API

Financial Statements

Parsed XBRL data from 10-K and 10-Q filings. Income statement, balance sheet, and cash flow in clean JSON.

Insider Trades

Parsed Form 4 filings with transaction details. Track CEO purchases, director sales, and officer exercises.

Institutional Holdings

13F institutional holder data. See what Berkshire, BlackRock, and Vanguard hold each quarter.

Company Search

Search 10,000+ companies by name, ticker, or CIK. Get profiles with SIC codes, exchange, and more.

Simple REST API

Look up by ticker, not CIK. No XBRL parsing required. Clean JSON responses with comprehensive docs.

Free to Start

1,000 API calls per month, completely free. No credit card, no trial period, no strings attached.

10,000+
Companies
Public Domain
SEC EDGAR Data
<100ms
Avg Response
99.9%
Uptime SLA

Ready to get started?

Get your free API key and start querying SEC filing data in minutes. No credit card required.

Create Free Account