Skip to main content

WORLD

World News. Global news data.

Syntax

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

Examples

=OBB.NEWS.WORLD()
=OBB.NEWS.WORLD(100)
=OBB.NEWS.WORLD(,"2024-02-01","2024-02-07")
=OBB.NEWS.WORLD(,,,,"headline")
=OBB.NEWS.WORLD(,,,,,,,,,,,"finance")

Parameters

NameTypeDescriptionRequired
limitNumberThe number of data entries to return. The number of articles to return.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
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 ISIN of the news to retrieve.False
cusipTextThe CUSIP of the news to retrieve.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. The published date of the article.
titleTitle of the article.
imagesImages associated with the article.
textText/body of the article.
urlURL to the article.
idArticle ID.
authorAuthor of the news.
teaserTeaser of the news.
channelsChannels associated with the news.
stocksStocks associated with the news.
tagsTags associated with the news.
updatedUpdated date of the news.