Skip to main content

ipo

Get historical and upcoming initial public offerings (IPOs).

Parameters

symbol: str | None
Symbol to get data for.

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.

limit: int | None
Default: 100
The number of data entries to return.


Returns

results: CalendarIpo

Serializable results.

provider: Optional[Literal['fmp', '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 | None
Symbol representing the entity requested in the data.

ipo_date: date | None
The date of the IPO, when the stock first trades on a major exchange.