Company News

Company News Web API Documentation

Returns the most recent news stories for a company.

Endpoint:
https://api.intrinio.com/news.csv

Parameters

Name Description Example
identifier
The stock market ticker symbol associated with the company’s common stock. If the company is foreign, use the stock exchange code, followed by a colon, then the ticker. You may request up to 10 tickers at once by separating them with a comma. AAPL
page_number
An integer greater than or equal to 1 for specifying the page number for the return values. Note: using a page number is only allowed when specifying an identifier. If no identifier is specified, use start_date and end_date instead. -
page_size
An integer greater than or equal to 1 for specifying the number of results on each page. -
start_date
The earliest publication date of the news reports. 2015-12-31
start_time
Return quotes at or after this time (24-hour, UTC). 09:30:00
end_date
The latest publication date of the news reports. 2015-12-1
end_time
Return quotes at or before this time (24-hour, UTC). 17:00:00
hide_paging
Hide first row of paging information.
Options:
true
show more show less
true
identifier
* required
The stock market ticker symbol associated with the company’s common stock. If the company is foreign, use the stock exchange code, followed by a colon, then the ticker. You may request up to 10 tickers at once by separating them with a comma.
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values. Note: using a page number is only allowed when specifying an identifier. If no identifier is specified, use start_date and end_date instead.
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
start_date
* required
The earliest publication date of the news reports.
start_time
* required
Return quotes at or after this time (24-hour, UTC).
end_date
* required
The latest publication date of the news reports.
end_time
* required
Return quotes at or before this time (24-hour, UTC).
hide_paging
* required
Hide first row of paging information.

Output Fields

Name Description Type
ticker the stock market ticker symbol associated with the companies common stock securities string
figi_ticker The OpenFIGI Ticker Symbol string
figi The FIGI identifier string
title the title of the article string
publication_date the date the article was published timestamp
url the hyperlink to the article string
summary a brief summary of the article string
ticker
the stock market ticker symbol associated with the companies common stock securities
figi_ticker
The OpenFIGI Ticker Symbol
figi
The FIGI identifier
title
the title of the article
publication_date
the date the article was published
url
the hyperlink to the article
summary
a brief summary of the article