FEATURE

Filings

Search, filter, and analyze millions of SEC filings with AI-powered insights.

8 min read

Overview

25M+
Filings

Full SEC EDGAR archive indexed and searchable

50+
Form Types

10-K, 10-Q, 8-K, Form 4, 13F, S-1, DEF 14A, and more

Semantic
AI Search

Natural language queries powered by AI embeddings

Real-time
Detection

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).

Irora SEC Filings Search
Click to zoom
The Filings page combines a powerful search bar with faceted filtering, multiple view modes, and AI-powered summaries.

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

Click the "Advanced" button in the filter panel to access additional filters including CIK number, state of incorporation, and SIC code. These are especially useful for institutional research workflows.

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.

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"
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.

MT
Michael 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.