Default
IPO Calendar
Get recent and upcoming IPO.
get/calendar/ipo
Query parameters
fromstring date required
From date: 2020-03-15.
tostring date required
To date: 2020-03-16.
Response
successful operation
Example response
{
"ipoCalendar": [
{
"date": "2000-01-23",
"symbol": "symbol",
"price": "price",
"numberOfShares": 0.8008282,
"totalSharesValue": 6.0274563,
"name": "name",
"exchange": "exchange",
"status": "status"
},
{
"date": "2000-01-23",
"symbol": "symbol",
"price": "price",
"numberOfShares": 0.8008282,
"totalSharesValue": 6.0274563,
"name": "name",
"exchange": "exchange",
"status": "status"
}
]
}