companies
Enterprise
description
Searches for one or more companies by various identifiers.
One of the main purposes of this query is to be able to convert an id from one "Company universe" to another. For example, converting an ISIN to an AlphaSense ID.
companies(
inputs: [CompanyIdInput!]!
): [Company]!
Arguments
companies.inputs
● [CompanyIdInput!]!
non-null input
Each supplied CompanyIdInput instance produces one element in the result list. Each element in the result list is either the best matching Company for the respective input, or null if there is no relevant match.
Type
Company
object
Base information about a Company.
This type includes identifiers of a company from various "company universes", as well as some additional fields that help in distinguishing the company.
Example use cases: in watchlists, or documents associated to certain companies.
Loading...