Skip to content
RAG Repo

EDGAR (SEC Filings)

EDGAR (Electronic Data Gathering, Analysis, and Retrieval) is where US public companies file their disclosures with the SEC. It covers decades of filings: yearly and quarterly financial reports, material event notices, insider trades, registration statements, and shareholder proxy materials.

You can reach the data through full-text search, daily and quarterly index files, or the SEC's submission and company facts APIs, which return structured JSON. Filings themselves come as HTML, plain text, and XBRL, a tagged XML format that carries the numbers in financial statements as machine-readable fields.

Everything on EDGAR is a US Government work and sits in the public domain, so you can reuse it freely. It is a common source for RAG systems that answer questions about company financials, filings history, and regulatory compliance.

usfinancial-filingssecregulatorypublic-domain

Related sources