Returns the latest and historical news article links, headlines and summaries for a specified US traded company.
Name | Description | Example |
---|---|---|
identifier
* required
|
A Company identifier (Ticker, CIK, LEI, Intrinio ID) | AAPL |
specific_source
|
Only news from this source. Defaults to highest available if not present.
Options:
yahoo
moody
moody_us_news
moody_us_press_releases
show more
show less
|
- |
page_size
|
The maximum number of results to return | - |
sentiment
|
Filter by sentiment. Unsupported for yahoo source.
Options:
positive
neutral
negative
show more
show less
|
- |
topic
|
Filter by topic. Unsupported for yahoo source. | - |
security
|
Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source. | AAPL |
start_date
|
Limit news stories to those on or after this date. Defaults to yesterday if unspecified. | 2024-01-01 |
end_date
|
Limit news stories to those on or before this date | 2024-01-01 |
language
|
Filter by language. Unsupported for yahoo source. | - |
word_count_greater_than
|
News stories will have a word count greater than this value. Unsupported for yahoo source. | - |
word_count_less_than
|
News stories will have a word count less than this value. Unsupported for yahoo source. | - |
is_spam
|
Filter whether it is marked as spam or not. Unsupported for yahoo source. | - |
business_relevance_greater_than
|
News stories will have a business relevance score more than this value. Unsupported for yahoo source. | - |
business_relevance_less_than
|
News stories will have a business relevance score less than this value. Unsupported for yahoo source. | - |
next_page
|
Gets the next page of data from a previous API call | - |
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
||
specific_source
* required
Only news from this source. Defaults to highest available if not present.
|
||
page_size
* required
The maximum number of results to return
|
||
sentiment
* required
Filter by sentiment. Unsupported for yahoo source.
|
||
topic
* required
Filter by topic. Unsupported for yahoo source.
|
||
security
* required
Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
||
start_date
* required
Limit news stories to those on or after this date. Defaults to yesterday if unspecified.
|
||
end_date
* required
Limit news stories to those on or before this date
|
||
language
* required
Filter by language. Unsupported for yahoo source.
|
||
word_count_greater_than
* required
News stories will have a word count greater than this value. Unsupported for yahoo source.
|
||
word_count_less_than
* required
News stories will have a word count less than this value. Unsupported for yahoo source.
|
||
is_spam
* required
Filter whether it is marked as spam or not. Unsupported for yahoo source.
|
||
business_relevance_greater_than
* required
News stories will have a business relevance score more than this value. Unsupported for yahoo source.
|
||
business_relevance_less_than
* required
News stories will have a business relevance score less than this value. Unsupported for yahoo source.
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
news | array | |
id
|
The Intrinio ID for the news article | string |
title
|
The title of the news article | string |
publication_date
|
The publication date of the news article | string |
url
|
The url of the news article | string |
summary
|
A summary of the news article | string |
source
|
The news source. | select |
topics
|
array | |
name
|
The description of the topic. | string |
copyright
|
The copyright of the news article | string |
language
|
The language code of the news article | string |
word_count
|
The word count of the news article | integer |
spam
|
Whether the news article is marked as spam or not | boolean |
business_relevance
|
How strongly correlated the news article is to the business | number |
article_sentiment
|
The news sentiment. | select |
article_sentiment_confidence
|
The confidence score of the sentiment rating | number |
company | object | |
id
|
The Intrinio ID of the company | string |
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
name
|
The company's common name | string |
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
cik
|
The Central Index Key (CIK) assigned to the company | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
news
|
||
company
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|