Docs / API reference

GET /v1/company/{ticker}

Company profile resolved from SEC EDGAR submissions.

Request

Path · ticker is the US stock ticker, e.g. AAPL.

curl https://api.edgrapi.com/v1/company/AAPL -H "X-API-Key: edgr_..."

Response

{
  "ticker": "AAPL", "cik": "0000320193", "company": "Apple Inc.",
  "sic": "Electronic Computers", "fiscal_year_end": "0926",
  "exchanges": ["Nasdaq"], "website": null, "source": "SEC EDGAR"
}