All News

All News Web API Documentation

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.

Endpoint:
https://api-v2.intrinio.com/companies/news

Parameters

Name Description Example
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. -
company
Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID) AAPL
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 -
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.
company
* required
Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID)
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

Output Fields

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
company
The Company to which the new article pertains. 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
companies
The Companies to which the new article pertains array
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
securities
The Securities to which the new article pertains array
id
The Intrinio ID for Security string
company_id
The Intrinio ID for the Company for which the Security is issued string
exchange
The exchange's MIC string
exchange_mic
The security's exchange MIC string
stock_exchange_id
The exchange's Intrinio ID string
name
The name of the Security string
code
A 2-3 digit code classifying the Security (reference) string
currency
The currency in which the Security is traded on the exchange string
ticker
The common/local ticker of the Security string
composite_ticker
The country-composite ticker of the Security string
figi
The OpenFIGI identifier string
composite_figi
The country-composite OpenFIGI identifier string
share_class_figi
The global-composite OpenFIGI identifier string
primary_listing
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange boolean
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
issuer
The issuer of the story. string
issuer_name
The issuer of the story. string
issuer_company
The company that issued the story. 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
issuer_security
The security that issued the story. object
id
The Intrinio ID for Security string
company_id
The Intrinio ID for the Company for which the Security is issued string
exchange
The exchange's MIC string
exchange_mic
The security's exchange MIC string
stock_exchange_id
The exchange's Intrinio ID string
name
The name of the Security string
code
A 2-3 digit code classifying the Security (reference) string
currency
The currency in which the Security is traded on the exchange string
ticker
The common/local ticker of the Security string
composite_ticker
The country-composite ticker of the Security string
figi
The OpenFIGI identifier string
composite_figi
The country-composite OpenFIGI identifier string
share_class_figi
The global-composite OpenFIGI identifier string
primary_listing
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange boolean
next_page The token required to request the next page of the data. If null, no further results are available. string
news
next_page
The token required to request the next page of the data. If null, no further results are available.