Skip to main content
Version: Latest

trendingCompanyTopics

Enterprise
description

List of topics of a watchlist/industry with default sorted by TREND_SCORE. Topic represents key phrase in the transcript documents of a company.

trendingCompanyTopics(
id: Int!
category: CompanyTopicsCategory!
offset: Int
limit: Int
sortField: TrendingCompanyTopicsSortBy
sortDirection: SortOrder
): [TrendingCompanyTopic!]

Arguments

trendingCompanyTopics.id ● Int! non-null scalar

Unique identifier of the category For Example, if the category is WATCHLIST then it's a watchlist id (if the category is INDUSTRY then its an industry id).

trendingCompanyTopics.category ● CompanyTopicsCategory! non-null enum

Category for trending topics.

trendingCompanyTopics.offset ● Int scalar

Pagination parameter to specify number of topics to skip (default value : 0)

trendingCompanyTopics.limit ● Int scalar

Pagination parameter to limit the number of topics to return (default value : 5)

trendingCompanyTopics.sortField ● TrendingCompanyTopicsSortBy enum

Parameter to sort the topics (default value : TREND_SCORE)

trendingCompanyTopics.sortDirection ● SortOrder enum

Parameter to order the topics (default value : DESC)

Type

TrendingCompanyTopic object

Topic details of all companies on a watchlist/industry. Topic represents key phrase in the transcript documents of a company.

Loading...