SEC EDGAR API - Company Filings & Financial Data avatar

SEC EDGAR API - Company Filings & Financial Data

Pricing

from $0.01 / 1,000 results

Go to Apify Store
SEC EDGAR API - Company Filings & Financial Data

SEC EDGAR API - Company Filings & Financial Data

Access SEC EDGAR for company filings, financial statements, and regulatory disclosures. Get 10-K annual reports, 10-Q quarterly reports, 8-K current reports, insider trading (Form 4), and institutional holdings (13F).

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

7 days ago

Last modified

Share

Access SEC EDGAR for company filings, 10-K, 10-Q, 8-K, insider trading, and financial statements. Track public company disclosures, beneficial ownership, and regulatory filings.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "get_company_filings",
"limit": 100
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"get_company_filings"Yes*The operation to perform
cikstring-NoSEC Central Index Key (10 digits, zero-padded)
tickerstring-NoCompany stock ticker (e.g., AAPL, MSFT)
searchQuerystring-NoKeywords to search in filings
formTypestring-NoSEC form type to filter
dateFromstring-NoStart date filter (YYYY-MM-DD)
dateTostring-NoEnd date filter (YYYY-MM-DD)
limitinteger100NoMaximum number of results to return
webhookUrlstring-NoURL to receive results via webhook
demoModebooleantrueNoRun with sample data (no API required)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Filing RetrievedEach SEC EDGAR filing retrieved$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal