Skip to main content

COMPANY

Company News. Get news for one or more companies.

Syntax

=OBB.NEWS.COMPANY([symbol],[start_date],[end_date],[limit],[date],[display],[updated_since],[published_since],[order],[isin],[cusip],[channels],[topics],[authors],[content_types])

Examples

=OBB.NEWS.COMPANY()
=OBB.NEWS.COMPANY(,,,100)
=OBB.NEWS.COMPANY("AAPL","2024-02-01","2024-02-07")
=OBB.NEWS.COMPANY("AAPL",,,,,"headline")
=OBB.NEWS.COMPANY("aapl,tsla")
=OBB.NEWS.COMPANY("NVDA",,,,,,,,,"US0378331005")

Parameters

NameTypeDescriptionRequired
symbolTextSymbol to get data for. Multiple comma separated items allowed.False
start_dateTextStart date of the data, in YYYY-MM-DD format.False
end_dateTextEnd date of the data, in YYYY-MM-DD format.False
limitNumberThe number of data entries to return.False
dateTextA specific date to get data for.False
displayTextSpecify headline only (headline), headline + teaser (abstract), or headline + full body (full). Options: headline, abstract, full.False
updated_sinceNumberNumber of seconds since the news was updated.False
published_sinceNumberNumber of seconds since the news was published.False
orderTextOrder to sort the news by. Options: asc, desc.False
isinTextThe company's ISIN.False
cusipTextThe company's CUSIP.False
channelsTextChannels of the news to retrieve.False
topicsTextTopics of the news to retrieve.False
authorsTextAuthors of the news to retrieve.False
content_typesTextContent types of the news to retrieve.False

Data

NameDescription
dateThe date of the data. Here it is the published date of the article.
titleTitle of the article.
textText/body of the article.
imagesImages associated with the article.
urlURL to the article.
symbolsSymbols associated with the article.
sourceThe source of the news article.
summaryThe summary of the news article.
topicsThe topics related to the news article.
word_countThe word count of the news article.
business_relevanceHow strongly correlated the news article is to the business
sentimentThe sentiment of the news article - i.e, negative, positive.
sentiment_confidenceThe confidence score of the sentiment rating.
languageThe language of the news article.
spamWhether the news article is spam.
copyrightThe copyright notice of the news article.
idArticle ID.
securityThe Intrinio Security object. Contains the security details related to the news article.