Look up a company profile by ticker, domain, qid, CIK, or name.
Identity lookup for a company (who is NVDA / nvidia.com?), not article search. Use /api/v1/entities/search after you have a ticker to find articles that mention it. At least one of ticker, domain, qid, cik, or name is required. When more than one is given, lookup uses qid, then ticker, then domain, then cik, then name to find candidates; the remaining identifiers must also match (AND). Empty matches return 200 with items: []. Unexpected lookup failures return 500.
Query Parameters
Stock ticker, 1-8 characters (letters, numbers, . or -).
1 - 8^[A-Za-z0-9.-]+$Official website host, e.g. nvidia.com.
Company id, e.g. Q182477.
^Q[0-9]+$SEC CIK, 1-10 digits.
Company name label search when no other identifier is known.
2Maximum number of profiles returned (1-10).
1 <= x <= 10
