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

limit: int

The number of data entries to return. The number of articles to return.

Default: 2500

Optional: True


start_date: Union[date, str]

Start date of the data, in YYYY-MM-DD format.

Optional: True


end_date: Union[date, str]

End date of the data, in YYYY-MM-DD format.

Optional: True

Data

date: Union[datetime, str]

The date of the data. The published date of the article.

title: str

Title of the article.

images: list[Dict[str, str]]

Images associated with the article.

text: str

Text/body of the article.

url: str

URL to the article.