Skip to main content

world

World News. Global news data.

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


Returns

results: list[WorldNews]

Serializable results.


provider: Optional[Literal['benzinga', 'biztoc', 'fmp', 'intrinio', 'tiingo']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


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.