Returns the latest news article links, headlines and summaries for all US traded companies allowing you to keep a pulse on companies and their business operations.
Name | Type | Description | Notes |
---|---|---|---|
specific_source | str | Only news from this source. Defaults to highest available if not present. | [optional] |
page_size | int | The maximum number of results to return. | [optional] [default to 100] |
sentiment | str | Filter by sentiment. Unsupported for yahoo source. | [optional] |
topic | str | Filter by topic. Unsupported for yahoo source. | [optional] |
company | str | Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional] |
security | str | Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source. | [optional] |
start_date | date | Limit news stories to those on or after this date. Defaults to yesterday if unspecified. | [optional] |
end_date | date | Limit news stories to those on or before this date. | [optional] |
language | str | Filter by language. Unsupported for yahoo source. | [optional] |
word_count_greater_than | int | News stories will have a word count greater than this value. Unsupported for yahoo source. | [optional] |
word_count_less_than | int | News stories will have a word count less than this value. Unsupported for yahoo source. | [optional] |
is_spam | bool | Filter whether it is marked as spam or not. Unsupported for yahoo source. | [optional] |
business_relevance_greater_than | float | News stories will have a business relevance score more than this value. Unsupported for yahoo source. | [optional] |
business_relevance_less_than | float | News stories will have a business relevance score less than this value. Unsupported for yahoo source. | [optional] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
news | list[CompanyNews] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |