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

Data

NameTypeDescription
dateUnion[datetime, str]The 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.