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
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
page_size
* required
The number of results to return
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
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
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.