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 | Character | Only news from this source. Defaults to highest available if not present. | [optional] |
page_size | Integer | The maximum number of results to return. | [optional] [default to 100] |
sentiment | Character | Filter by sentiment. Unsupported for yahoo source. | [optional] |
topic | Character | Filter by topic. Unsupported for yahoo source. | [optional] |
company | Character | Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional] |
security | Character | 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 | Character | Filter by language. Unsupported for yahoo source. | [optional] |
word_count_greater_than | Integer | News stories will have a word count greater than this value. Unsupported for yahoo source. | [optional] |
word_count_less_than | Integer | News stories will have a word count less than this value. Unsupported for yahoo source. | [optional] |
is_spam | Logical | Filter whether it is marked as spam or not. Unsupported for yahoo source. | [optional] |
business_relevance_greater_than | Numeric | News stories will have a business relevance score more than this value. Unsupported for yahoo source. | [optional] |
business_relevance_less_than | Numeric | News stories will have a business relevance score less than this value. Unsupported for yahoo source. | [optional] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
news | List of CompanyNews | |
news_data_frame | Data Frame | Data frame representation of news |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID for the news article |
title | Character | The title of the news article |
publication_date | POSIXlt | The publication date of the news article |
url | Character | The url of the news article |
summary | Character | A summary of the news article |
source | Character | The news source. |
company | CompanySummary | The Company to which the new article pertains |
topics | List of NewsTopic | |
topics_data_frame | Data Frame | Data frame representation of topics |
copyright | Character | The copyright of the news article |
language | Character | The language code of the news article |
word_count | Integer | The word count of the news article |
spam | Logical | Whether the news article is marked as spam or not |
business_relevance | Numeric | How strongly correlated the news article is to the business |
article_sentiment | Character | The news sentiment. |
article_sentiment_confidence | Numeric | The confidence score of the sentiment rating |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the company |
ticker | Character | The stock market ticker symbol associated with the company's common stock securities |
name | Character | The company's common name |
lei | Character | The Legal Entity Identifier (LEI) assigned to the company |
cik | Character | The Central Index Key (CIK) assigned to the company |