Returns the latest and historical news article links, headlines and summaries for a specified US traded company.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
specificSource | String | Only news from this source. Defaults to highest available if not present. | [optional] |
pageSize | Number | The maximum number of results to return | [optional] [default to 100] |
sentiment | String | Filter by sentiment. Unsupported for yahoo source. | [optional] |
topic | String | Filter by topic. Unsupported for yahoo source. | [optional] |
security | String | Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source. | [optional] |
startDate | Date | Limit news stories to those on or after this date. Defaults to yesterday if unspecified. | [optional] |
endDate | Date | Limit news stories to those on or before this date | [optional] |
language | String | Filter by language. Unsupported for yahoo source. | [optional] |
wordCountGreaterThan | Number | News stories will have a word count greater than this value. Unsupported for yahoo source. | [optional] |
wordCountLessThan | Number | News stories will have a word count less than this value. Unsupported for yahoo source. | [optional] |
isSpam | Boolean | Filter whether it is marked as spam or not. Unsupported for yahoo source. | [optional] |
businessRelevanceGreaterThan | Number | News stories will have a business relevance score more than this value. Unsupported for yahoo source. | [optional] |
businessRelevanceLessThan | Number | News stories will have a business relevance score less than this value. Unsupported for yahoo source. | [optional] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
news | [CompanyNewsSummary] | |
company | CompanySummary | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |