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 →Find SEC companies by name, ticker, or CIK.
curl --request GET \
--url "https://api.narwhalapi.com/v1/companies?query=AAPL&limit=20" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"query": "AAPL",
"companies": [
{
"id": "cmp_a1b2c3d4e5f678901234567890abcdef",
"name": "Apple Inc.",
"cik": "0000320193",
"listings": [
{
"ticker": "AAPL",
"exchange": "Nasdaq"
}
]
}
],
"next_cursor": null,
"as_of": "2026-08-29T12:00:00Z"
}/v1/companiesquerylimitcursorMCP · companies_search
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.
Find a covered SEC issuer by company name, ticker, or ten-digit CIK.
The launch cohort is derived from the accepted SEC ticker-and-CIK association snapshot. A returned ticker is an alias, not proof of an active listing.
No. This contract covers company identity and filing metadata only.