Skip to main content
SEC’s EDGAR system providing corporate filings (10-K, 10-Q, 8-K), XBRL structured financial data, and full-text search across all SEC submissions. Best for fundamental analysis, regulatory compliance monitoring, and extracting structured financial statements from public companies. The authoritative source for U.S. securities filings — no commercial alternative has more complete coverage. 6 endpoints available through Lava’s AI Gateway. See the SEC EDGAR API docs for full documentation.
This provider is managed — no additional setup required.

Endpoints

Lookup company tickers and CIK numbers

GET https://www.sec.gov/files/company_tickers.json — Free
const data = await lava.gateway('https://www.sec.gov/files/company_tickers.json', { method: 'GET' });

Get company profile and filing submissions

GET https://data.sec.gov/submissions/CIK0000320193.json — Free
const data = await lava.gateway('https://data.sec.gov/submissions/CIK0000320193.json', { method: 'GET' });

Get all XBRL facts for a company

GET https://data.sec.gov/api/xbrl/companyfacts/CIK{id}.json — Free

Get single XBRL concept time series for a company

GET https://data.sec.gov/api/xbrl/companyconcept/CIK0000320193/us-gaap/NetIncomeLoss.json — Free
const data = await lava.gateway('https://data.sec.gov/api/xbrl/companyconcept/CIK0000320193/us-gaap/NetIncomeLoss.json', { method: 'GET' });

Get cross-company XBRL snapshot for a period

GET https://data.sec.gov/api/xbrl/frames/{id}.json — Free GET https://efts.sec.gov/LATEST/search-index?q=artificial+intelligence&forms=10-K — Free
const data = await lava.gateway('https://efts.sec.gov/LATEST/search-index?q=artificial+intelligence&forms=10-K', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests