Filings
Search, filter, and analyze millions of SEC filings with AI-powered insights.
Overview
Full SEC EDGAR archive indexed and searchable
10-K, 10-Q, 8-K, Form 4, 13F, S-1, DEF 14A, and more
Natural language queries powered by AI embeddings
New filings ingested within minutes of SEC publication
The Filings page is the core of Irora SEC's research experience. It provides access to the full universe of SEC filings — from annual reports (10-K) and quarterly filings (10-Q) to current event disclosures (8-K), insider transactions (Form 4), institutional holdings (13F), and proxy statements (DEF 14A).

Whether you are looking for specific risk disclosures, tracking earnings releases, or monitoring a particular company's filing activity, the Filings page gives you the tools to find exactly what you need.
Search & Filter
The search bar at the top of the page accepts both keyword queries and natural language questions. Results update in real-time as you type. Below the search bar, a comprehensive filter panel lets you narrow results by multiple dimensions:
- Ticker — Filter by company stock ticker (e.g., AAPL, NVDA, TSLA)
- Form Type — Select from 10-K, 10-Q, 8-K, Form 4, 13F, S-1, DEF 14A, or view all
- Date Range — Choose from 30 days, 90 days, 1 year, or all time
- Sort Order — Sort by relevance, newest first, or oldest first
Advanced Filters
Faceted Browsing
Toggle the Facets panel on the left sidebar to see a breakdown of results by filing type (with filing counts and distribution bars), top companies, and a date distribution histogram. Clicking any facet value applies it as a filter.
Full-Text Search

The search bar with real-time results and faceted filtering
Irora SEC indexes the full text of every SEC filing, enabling deep content search that goes far beyond metadata. When you run a search, results display relevant snippets with highlighted match terms so you can quickly assess relevance without opening each document.
The search engine uses AI-powered semantic understanding, meaning your query does not need to exactly match the filing text. Searching for "AI governance risks" will also surface filings that discuss "artificial intelligence regulation," "machine learning oversight," and related topics.
Supported Filing Types
AI Summaries
Every filing in Irora SEC can be summarized by AI. When viewing a filing detail page, the AI summary section provides a concise overview of the key points, including:
- Financial highlights and key metrics
- Material risk factors and changes from prior filings
- Notable entities mentioned (executives, subsidiaries, partners)
- Significant events or disclosures
In the search results list, you can also click the "AI Summary" button on any result to generate a quick summary without navigating to the full filing page.
Change Detection
Irora SEC automatically compares sequential filings from the same company and form type (e.g., this year's 10-K vs. last year's 10-K) to highlight material changes. This is particularly valuable for tracking:
- New or removed risk factors between annual reports
- Changes in revenue recognition policies
- Updated executive compensation disclosures
- Amended or restated financial figures
When a filing has detectable changes from its predecessor, a "Changes Detected" badge appears on the filing card. Clicking through reveals a side-by-side diff view.
Filing Calendar
The date distribution histogram in the facets panel provides a visual calendar of filing activity over the past 12 months. Hover over any bar to see the exact filing count for that period. This helps identify seasonal filing patterns and high-activity periods around earnings seasons.
Export & Analysis
All search results can be exported for offline analysis. Click the export button in the results header to download as CSV or JSON format. Exports include the filing date, company name, ticker, form type, and description fields.
API Access
For programmatic access to filing data, use the Irora SEC API. The filings endpoint supports the same filters available in the UI.
curl -X GET "https://api.irora.com/v1/filings?ticker=AAPL&formType=10-K&limit=10" \
-H "Authorization: Bearer sk_live_your_api_key" \
-H "Content-Type: application/json"{
"data": [
{
"accession": "0000320193-25-000106",
"formType": "10-K",
"company": "Apple Inc",
"ticker": "AAPL",
"filedAt": "2025-10-31T16:30:00Z",
"periodOfReport": "2025-09-27",
"url": "https://sec.gov/Archives/..."
}
],
"pagination": {
"total": 847,
"limit": 10,
"offset": 0,
"hasMore": true
}
}The full-text search across 25 million filings is a game-changer. I can find specific risk disclosures in seconds that used to take me hours of digging through EDGAR. The AI summaries are surprisingly accurate too.
MTMichael TorresSenior Research Analyst, Beacon Investment Research
Frequently Asked Questions
Irora SEC indexes all filings published on SEC EDGAR, including 10-K, 10-Q, 8-K, Form 4, 13F, S-1, DEF 14A, SC 13D/G, and over 50 additional form types. Full-text search and AI summaries are available for all filing types.