Skip to main content

calendar

Get the upcoming, or historical, economic calendar of global events.

Parameters

start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.

end_date: date | None | str
End date of the data, in YYYY-MM-DD format.


Returns

results: EconomicCalendar

Serializable results.

provider: Optional[Literal['fmp', 'nasdaq', 'tradingeconomics']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

date: datetime | None | str
The date of the data.

country: str | None
Country of event.

category: str | None
Category of event.

event: str | None
Event name.

importance: str | None
The importance level for the event.

source: str | None
Source of the data.

currency: str | None
Currency of the data.

unit: str | None
Unit of the data.

consensus: str | float | None
Average forecast among a representative group of economists.

previous: str | float | None
Value for the previous period after the revision (if revision is applicable).

revised: str | float | None
Revised previous value, if applicable.

actual: str | float | None
Latest released value.