Skip to main content
GET
/
v1
/
corporate-actions
/
ipo-calendar
Get IPO Calendar
curl --request GET \
  --url https://api.aries.com/v1/corporate-actions/ipo-calendar \
  --header 'Authorization: Bearer <token>'
{
  "ipos": [
    {
      "symbol": "ESPAU",
      "name": "Expectation Acquisition Corp",
      "date": "2024-07-16",
      "exchange": "",
      "priceFrom": 0,
      "priceTo": 0,
      "totalSharesValue": 69000000,
      "status": "filed"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

from
string

Start date (YYYY-MM-DD, optional).

to
string

End date (YYYY-MM-DD, optional).

Response

200 - application/json

IPO calendar.

ipos
object[]