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
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. Multiple comma separated items allowed. | False |
start_date | Text | Start date of the data, in YYYY-MM-DD format. | False |
end_date | Text | End date of the data, in YYYY-MM-DD format. | False |
limit | Number | The number of data entries to return. | False |
date | Text | A specific date to get data for. | False |
display | Text | Specify headline only (headline), headline + teaser (abstract), or headline + full body (full). Options: headline, abstract, full. | False |
updated_since | Number | Number of seconds since the news was updated. | False |
published_since | Number | Number of seconds since the news was published. | False |
order | Text | Order to sort the news by. Options: asc, desc. | False |
isin | Text | The company's ISIN. | False |
cusip | Text | The company's CUSIP. | False |
channels | Text | Channels of the news to retrieve. | False |
topics | Text | Topics of the news to retrieve. | False |
authors | Text | Authors of the news to retrieve. | False |
content_types | Text | Content types of the news to retrieve. | False |
Data
- benzinga
Name | Description |
---|---|
date | The date of the data. Here it is the published date of the article. |
title | Title of the article. |
text | Text/body of the article. |
images | Images associated with the article. |
url | URL to the article. |
symbols | Symbols associated with the article. |
source | The source of the news article. |
summary | The summary of the news article. |
topics | The topics related to the news article. |
word_count | The word count of the news article. |
business_relevance | How strongly correlated the news article is to the business |
sentiment | The sentiment of the news article - i.e, negative, positive. |
sentiment_confidence | The confidence score of the sentiment rating. |
language | The language of the news article. |
spam | Whether the news article is spam. |
copyright | The copyright notice of the news article. |
id | Article ID. |
security | The Intrinio Security object. Contains the security details related to the news article. |