Skip to main content

company

Company News. Get news for one or more companies.

Parameters

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): benzinga, fmp, intrinio, polygon, tiingo, tmx, yfinance.

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


limit: Annotated[int, Ge(ge=0)]

The number of data entries to return.

Default: 2500

Optional: True


Returns

results: list[CompanyNews]

Serializable results.


provider: Optional[Literal['benzinga', 'fmp', 'intrinio', 'polygon', 'tiingo', 'tmx', 'yfinance']]

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. Here it is the published date of the article.

title: str

Title of the article.

text: str

Text/body of the article.

images: list[Dict[str, str]]

Images associated with the article.

url: str

URL to the article.

symbols: str

Symbols associated with the article.