Skip to main content
Version: Latest

SearchSortingField

description

Values search results can be sorted by

enum SearchSortingField {
RELEVANCE
DATE
UPDATED_DATE
PAGES
SENTIMENT
SENTIMENT_CHANGE
SOURCES_LABEL_SHORT
SOURCES_LABEL_LONG
}

Values

SearchSortingField.RELEVANCE

Documents' relevance to the search parameters

SearchSortingField.DATE

The document's release date

SearchSortingField.UPDATED_DATE

The last updated date of the document. This sorting option will correctly work for user documents only at this moment, so please avoid using it for other types of documents.

SearchSortingField.PAGES

Number of pages in the document

SearchSortingField.SENTIMENT

Value of the sentiment in the document. Only available for some document types, e.g. Transcripts. Documents with missing sentiment value come last regardless of sorting direction.

SearchSortingField.SENTIMENT_CHANGE

Comparison between the document's current sentiment and the sentiment of the previous document of the same company. Only available for some document types, e.g. Earnings Calls Transcripts. Documents with missing sentiment value come last regardless of sorting direction.

SearchSortingField.SOURCES_LABEL_SHORT

The short representation of the documents' source label Short source label examples: R/STIFL, R/SANF, R/MS

SearchSortingField.SOURCES_LABEL_LONG

The long representation of the documents' source label Long source label examples: Stifel Nicolaus Drew Crum, Sanford C. Bernstein & Co LLC Toni A.M. Sacconaghi, Morgan Stanley Adam Jonas

Member of

SearchSorting input