Skip to main content

World News


Implementation details

Class names

Model nameParameters classData class
WorldNewsWorldNewsQueryParamsWorldNewsData

Import Statement

from openbb_core.provider.standard_models.world_news import (
WorldNewsData,
WorldNewsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
limitintThe number of data entries to return. The number of articles to return.2500True
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue
providerLiteral['benzinga', 'biztoc', 'fmp', 'intrinio', 'tiingo']The provider to use, by default None. If None, the priority list configured in the settings is used. Default priority: benzinga, biztoc, fmp, intrinio, tiingo.NoneTrue

Data

NameTypeDescription
datedatetimeThe date of the data. The published date of the article.
titlestrTitle of the article.
imagesList[Dict[str, str]]Images associated with the article.
textstrText/body of the article.
urlstrURL to the article.