Skip to main content
GET
/
v1
/
corporate-actions
/
spinoffs
Get Corporate Spinoffs
curl --request GET \
  --url https://api.aries.com/v1/corporate-actions/spinoffs \
  --header 'Authorization: Bearer <token>'
{
  "spinoffs": [
    {
      "exDate": "2020-10-15",
      "paymentDate": "2020-10-15",
      "recordDate": "2020-10-14",
      "declaredDate": "2020-09-01",
      "ratio": "1:1",
      "fromSymbol": "ILZ.XFRA",
      "fromCompanyName": "Ilztal AG",
      "toSymbol": "NEWCO",
      "toCompanyName": "New Company Inc",
      "description": "Spinoff of subsidiary operations"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

identifier
string

Security identifier

identifierType
string

Type of identifier (Symbol, CUSIP, ISIN, SEDOL, Valoren, FIGI, CompositeFIGI)

startDate
string

Start date (MM/DD/YYYY)

endDate
string

End date (MM/DD/YYYY)

Response

200 - application/json

Successful response with spinoffs data

spinoffs
object[]

Array of corporate spinoff events