Skip to main content

ipo

Get historical and upcoming initial public offerings (IPOs).

Parameters

symbol: str

Symbol to get data for.

Optional: True


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


limit: int

The number of data entries to return.

Default: 100

Optional: True


Returns

results: list[CalendarIpo]

Serializable results.


provider: Optional[Literal['intrinio', 'nasdaq']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


Data

symbol: str

Symbol representing the entity requested in the data.

ipo_date: date

The date of the IPO, when the stock first trades on a major exchange.