Returns a list of historical, current, and upcoming initial public offerings (IPOs) across the major US Exchanges. Includes relevant information such as the IPO status, the offer amount, the total share count and target share price.
Name | Type | Description | Notes |
---|---|---|---|
ticker | string | Return IPOs with the given ticker (typically the IPO for the company) | [optional] |
status | string | Return IPOs with the given status. Upcoming IPOs are scheduled to occur in the future. Priced IPOs have occurred and the company should be trading publicly. Withdrawn IPOs were planned to occurr but were withdrawn beforehand | [optional] |
startDate | DateTime? | Return IPOs on or after the given date | [optional] |
endDate | DateTime? | Return IPOs on or before the given date | [optional] |
offerAmountGreaterThan | int? | Return IPOs with an offer dollar amount greater than the given amount | [optional] |
offerAmountLessThan | int? | Return IPOs with an offer dollar amount less than the given amount | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
InitialPublicOfferings | List | |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |