SEC EDGAR Filing Search (Full-Text)
Pricing
from $3.00 / 1,000 results
SEC EDGAR Filing Search (Full-Text)
Full-text search of SEC EDGAR filings as clean, unified JSON: company, ticker, form type, date, CIK, filing link. Keyless official open data.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Onur Hadzhaoglu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Full-text search across SEC EDGAR — the official U.S. securities filings database — and get back clean, unified JSON: company name, ticker, form type, filing date, CIK, location and a direct filing link. Filter by query, form type and date range.
No API key, no scraping. SEC's full-text search API is official and public (SEC only requires a descriptive User-Agent). This actor normalizes the response into one flat, predictable record per filing.
What you get — one record per filing
{"accession": "0001683168-20-000837","companyName": "RadNet, Inc. (RDNT) (CIK 0000790526)","cik": "790526","form": "8-K","fileDate": "2020-03-16","fileDescription": "TRANSCRIPT OF CONFERENCE CALL","location": "Los Angeles, CA","sic": "8071","items": ["8.01", "9.01"],"filingUrl": "https://www.sec.gov/Archives/edgar/data/790526/000168316820000837/0001683168-20-000837-index.htm","source": "SEC EDGAR"}
Input
| Field | Type | Example | Meaning |
|---|---|---|---|
query | string | "\"artificial intelligence\"" | Full-text query (quotes = exact phrase). |
forms | string | "8-K,10-K" | Comma-separated form types. |
dateFrom / dateTo | string | "2026-01-01" | Date range (YYYY-MM-DD). |
maxResults | int | 50 | Max filings (1–100). |
Who this is for
- Investors / analysts tracking disclosures by topic or company.
- Fintech / research products needing structured filing data.
- Compliance / legal monitoring form activity.
- Journalists searching filings full-text.
Pricing
Billed per returned filing (pay-per-event). Set your price in the Apify Console.
Legal
Uses only the official, public SEC EDGAR full-text search API, with a descriptive User-Agent per SEC fair-access policy. No login-gated data, no scraping circumvention.
Developer notes
The fetch + normalize core is in src/sec_source.py with no Apify SDK dependency:
$python -m src.sec_source