Official SEC metadata
Narwhal keeps company aliases, filing timestamps, amendment state, and canonical SEC links. It does not turn filing metadata into analysis.
Read the methodology →Search companies and find SEC filing metadata by name, ticker, or CIK
Find a covered SEC issuer by company name, ticker, or ten-digit 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/companiesFind a covered SEC issuer by company name, ticker, or ten-digit CIK.
querylimitcursorMCP · companies_search
/v1/companies/{company_id}Resolve one stable Narwhal company ID to its SEC identity, listings, industry code, and former names.
company_idMCP · companies_get
/v1/companies/{company_id}/filingsList SEC filing metadata by company, including 10-K, 10-Q, 8-K, Form 4, and 13F-HR.
company_idformsfiled_fromfiled_toinclude_amendmentslimitcursorMCP · companies_list_filings
Narwhal keeps company aliases, filing timestamps, amendment state, and canonical SEC links. It does not turn filing metadata into analysis.
Read the methodology →One company ID stays stable when names or tickers change.
Forms, dates, amendments, and SEC links stay explicit.
Yes. Search accepts a company name, ticker, or ten-digit CIK.
Form, filing date, acceptance time, amendment state, report period, and canonical SEC links.
Any exact form in the covered filing history, including 10-K, 10-Q, 8-K, 20-F, Form 4, 13F-HR, and amendments.
No. This contract covers company identity and filing metadata only.