Skip to main content

Economic Calendar


Implementation details

Class names

Model nameParameters classData class
EconomicCalendarEconomicCalendarQueryParamsEconomicCalendarData

Import Statement

from openbb_core.provider.standard_models.economic_calendar import (
EconomicCalendarData,
EconomicCalendarQueryParams,
)

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

Data

date: Union[datetime, str]

The date of the data.

country: str

Country of event.

category: str

Category of event.

event: str

Event name.

importance: str

The importance level for the event.

source: str

Source of the data.

currency: str

Currency of the data.

unit: str

Unit of the data.

consensus: Union[float, str]

Average forecast among a representative group of economists.

previous: Union[float, str]

Value for the previous period after the revision (if revision is applicable).

revised: Union[float, str]

Revised previous value, if applicable.

actual: Union[float, str]

Latest released value.