Official SEC metadata
The source is the U.S. Securities and Exchange Commission. Narwhal uses company associations, submissions metadata, and EDGAR filing indexes.
Read the methodology →Resolve company identities, listings, and former names.
Replace YOUR_COMPANY_ID with an ID returned by company search. Company Search API →
curl --request GET \
--url "https://api.narwhalapi.com/v1/companies/YOUR_COMPANY_ID" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"id": "cmp_a1b2c3d4e5f678901234567890abcdef",
"name": "Apple Inc.",
"cik": "0000320193",
"entity_type": "operating",
"sic": {
"code": "3571",
"description": "Electronic Computers"
},
"listings": [
{
"ticker": "AAPL",
"exchange": "Nasdaq"
}
],
"former_names": [
{
"name": "APPLE COMPUTER INC",
"from": "1994-01-26T05:00:00Z",
"to": "2007-01-04T05:00:00Z"
}
],
"as_of": "2026-08-29T12:00:00Z"
}/v1/companies/{company_id}company_idMCP · companies_get
The source is the U.S. Securities and Exchange Commission. Narwhal uses company associations, submissions metadata, and EDGAR filing indexes.
Read the methodology →One company ID stays stable when names or tickers change.
Forms, dates, amendments, and SEC links stay explicit.
Resolve one stable Narwhal company ID to its SEC identity, listings, industry code, and former names.
Nullable source fields stay null. Narwhal does not infer missing exchange, entity-type, or industry classifications.
No. This contract covers company identity and filing metadata only.