MS10-Kjust now
WFCForm 41m ago
C8-K2m ago
BLK10-Q3m ago
SCHWForm 44m ago
AXPDEF 14A5m ago
MA10-K6m ago
PYPL8-K7m ago
SQForm 48m ago
ADBE10-Q9m ago
CRMS-110m ago
ORCLForm 411m ago
MS10-Kjust now
WFCForm 41m ago
C8-K2m ago
BLK10-Q3m ago
SCHWForm 44m ago
AXPDEF 14A5m ago
MA10-K6m ago
PYPL8-K7m ago
SQForm 48m ago
ADBE10-Q9m ago
CRMS-110m ago
ORCLForm 411m ago
LLY10-Kjust now
UNHForm 42m ago
JNJ8-K3m ago
ABBV10-Q4m ago
MRKForm 45m ago
TMODEF 14A6m ago
ABT10-K7m ago
DHR8-K8m ago
ISRGForm 49m ago
SYK10-Q10m ago
ZTSS-111m ago
BSXForm 412m ago
LLY10-Kjust now
UNHForm 42m ago
JNJ8-K3m ago
ABBV10-Q4m ago
MRKForm 45m ago
TMODEF 14A6m ago
ABT10-K7m ago
DHR8-K8m ago
ISRGForm 49m ago
SYK10-Q10m ago
ZTSS-111m ago
BSXForm 412m ago
AAPL10-Kjust now
TSLAForm 41m ago
MSFT8-K2m ago
GOOGL10-Q3m ago
METAForm 44m ago
NVDADEF 14A5m ago
AMZN10-K6m ago
JPM8-K7m ago
NFLXForm 48m ago
AMD10-Q9m ago
INTCS-110m ago
BACForm 411m ago
AAPL10-Kjust now
TSLAForm 41m ago
MSFT8-K2m ago
GOOGL10-Q3m ago
METAForm 44m ago
NVDADEF 14A5m ago
AMZN10-K6m ago
JPM8-K7m ago
NFLXForm 48m ago
AMD10-Q9m ago
INTCS-110m ago
BACForm 411m ago
UBER8-Kjust now
CRM10-K2m ago
DISForm 43m ago
GSDEF 14A4m ago
V10-Q5m ago
WMT8-K6m ago
GM10-K7m ago
PFEForm 48m ago
XOM10-Q9m ago
COST8-K10m ago
TS-111m ago
MCDForm 412m ago
UBER8-Kjust now
CRM10-K2m ago
DISForm 43m ago
GSDEF 14A4m ago
V10-Q5m ago
WMT8-K6m ago
GM10-K7m ago
PFEForm 48m ago
XOM10-Q9m ago
COST8-K10m ago
TS-111m ago
MCDForm 412m ago
PLTR10-Qjust now
SNOW8-K2m ago
DDOG10-K3m ago
NET10-Q4m ago
CRWD8-K5m ago
COINForm 46m ago
HOODS-17m ago
RIVNForm 48m ago
LCID10-K9m ago
ZMForm 410m ago
PTONDEF 14A11m ago
RBLX10-Q12m ago
PLTR10-Qjust now
SNOW8-K2m ago
DDOG10-K3m ago
NET10-Q4m ago
CRWD8-K5m ago
COINForm 46m ago
HOODS-17m ago
RIVNForm 48m ago
LCID10-K9m ago
ZMForm 410m ago
PTONDEF 14A11m ago
RBLX10-Q12m ago
10-K · 8-K · Form 4 · DEF 14A · Updated in real-time

Build financial products
with real-time SEC data.

Filings, insider trades, and news — structured JSON through one fast API.

Powering

7.9M+
Filings indexed
122K+
Companies, Funds & Insiders
150+
Form types
Live ingestion
During market hours
Free
To get started

Who uses it

Built for every financial workflow

From individual researchers to institutional teams — SEC Daily API serves anyone who works with public company data.

Traders & Investors

Monitor insider buying, 8-K material events, and ownership changes to inform investment decisions in real-time.

Quants & Data Scientists

Access structured historical filings to backtest strategies, build factor models, and run quantitative analysis at scale.

Researchers & Academics

Study corporate governance, executive compensation, and regulatory behavior across thousands of public companies.

Legal & Compliance

Track 13D/G ownership disclosures, proxy statements, and regulatory filings for due diligence and compliance monitoring.

Financial Analysts

Research companies with clean 10-K and 10-Q data — no scraping EDGAR, no parsing raw text.

Developers & Engineers

Build financial apps and websites that display live SEC data — filings tables, news feeds, insider dashboards — or power AI agents and data pipelines. Simple REST API with a JS SDK.

Simple, transparent pricing

Start free. No credit card required. Upgrade when you need more.

Free

Designed for exploration and integration testing.

$0/mo

1,000 calls/mo

  • 1,000 API calls per month
  • Filings & News APIs
  • 1 API key
  • No credit card required

Plus

Everything a developer needs to build and launch.

$29/mo
$39/moSave 26%

$348 billed annually

10,000 calls/mo

  • 10,000 API calls per month
  • Filings & News APIs
  • Up to 2 API keys

Pro

For growing teams and serious developers who need more scale.

$69/mo
$99/moSave 30%

$828 billed annually

100,000 calls/mo

  • 100,000 API calls per month
  • Filings, News & Insider Transactions APIs
  • Up to 5 API keys

Ultra

For high-volume apps, quant research, and professional traders.

$199/mo
$299/moSave 33%

$2388 billed annually

500,000 calls/mo

  • 500,000 API calls per month
  • Filings, News & Insider Transactions APIs
  • Up to 10 API keys

Quick start

Up and running in minutes

Install the SDK, call one method, get clean JSON.

1Install

$npm install sec-daily-api

2Fetch filings

index.ts
import { SecDailyAPI } from "sec-daily-api";

const client = new SecDailyAPI({ apiKey });

const { filings } = await client.getFilings({
  ticker: "AAPL",
  formTypes: ["8-K"],
  limit: 5,
});

Response

{
  "formType": "8-K",
  "filingDateInEst": "2026-04-26",
  "entity": {
    "name": "Apple Inc.",
    "cik": "0000320193"
  },
  "count": 142
}

Why SEC Daily API

Everything you need

For developers, analysts, and data scientists who need reliable SEC data.

Query by Ticker

Search by ticker symbol, company name, or CIK — however you think about a company, we support it.

Clean JSON, Always

Every response is normalized, typed JSON. Ready to use directly in your app with no extra processing.

Advanced Filtering

Filter by form type, date range, ticker, or CIK in a single request. Get exactly the data you need.

Real-time Data

New filings appear within minutes of publication. Always fresh, always accurate.

One API Key, That's It

Pass your key in a single header. Simple, secure, and ready to use in minutes.

FAQ

Frequently asked questions

What SEC forms do you cover?

150+ form types including 10-K, 10-Q, 8-K, Form 3/4/5, 13D/G, S-1, DEF 14A, and more — everything published on SEC EDGAR.

How quickly are filings available after SEC publishes them?

Filings are ingested within minutes of SEC EDGAR publication during market hours (Mon–Fri, 6 am–10 pm ET). Outside filing hours, new submissions are processed as they arrive.

Is commercial use allowed?

Yes. All plans — including Free — allow commercial use. Build products, sell access, or power internal tools without additional licensing.

Is there a free tier?

Yes. The Free plan includes 1,000 API calls per month with no credit card required. It also serves as your trial — test all standard endpoints before committing to a paid plan.

What are the rate limits per plan?

Free: 1,000 calls/month · Plus: 10,000/month · Pro: 100,000/month · Ultra: 500,000/month.

What happens if I exceed my request limit?

Requests will return a 429 error until your limit resets at the start of the next billing cycle, or you upgrade to a higher plan.

Can I change plans later?

Yes, upgrade or downgrade at any time from your dashboard. Changes take effect immediately and we prorate charges accordingly.

What payment methods do you accept?

We accept all major credit cards through Stripe.

Can I cancel anytime?

Yes, cancel anytime from your dashboard. No contracts, no cancellation fees. Your access continues until the end of the billing period.

Get your API key. Start building today.

Free tier. No credit card. Live in minutes.