Skip to main content

events

Get historical and upcoming company events, such as Investor Day, Conference Call, Earnings Release.

Examples

from openbb import obb
obb.equity.calendar.events(provider='fmp')
# Get company events calendar for specific dates.
obb.equity.calendar.events(start_date='2024-02-01', end_date='2024-02-07', provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue

Returns

OBBject
results : List[CalendarEvents]
Serializable results.

provider : Optional[Literal['fmp']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
dateUnion[date, str]The date of the data. The date of the event.
symbolstrSymbol representing the entity requested in the data.