Skip to main content

earnings

Get historical and upcoming company earnings releases. Includes earnings per share (EPS) and revenue data.

Parameters

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[CalendarEarnings]

Serializable results.


provider: Optional[Literal['fmp', 'nasdaq', 'seeking_alpha', 'tmx']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


Data

report_date: date

The date of the earnings report.

symbol: str

Symbol representing the entity requested in the data.

name: str

Name of the entity.

eps_previous: float

The earnings-per-share from the same previously reported period.

eps_consensus: float

The analyst conesus earnings-per-share estimate.