Skip to main content

Calendar Ipo


Implementation details

Class names

Model nameParameters classData class
CalendarIpoCalendarIpoQueryParamsCalendarIpoData

Import Statement

from openbb_core.provider.standard_models.calendar_ipo import (
CalendarIpoData,
CalendarIpoQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.NoneTrue
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
limitintThe number of data entries to return.100True
providerLiteral['intrinio', 'nasdaq']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'intrinio' if there is no default.intrinioTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
ipo_datedateThe date of the IPO, when the stock first trades on a major exchange.