suggestedTickers
Enterprise
description
Returns companies tickers suggestions based on the input query and filings setting.
suggestedTickers(
  query: String!
  limit: Int = 15
  onlyWithFilings: Boolean = false
): [Company!]!
Arguments
suggestedTickers.query ● String! non-null scalar
A string representing company search, could be for example company name or ticker
suggestedTickers.limit ● Int scalar
Number of results to return, default is 15
suggestedTickers.onlyWithFilings ● Boolean scalar
Controls if the service returns only companies with filings
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...