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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

identifier
string
required

Company identifier (ticker, CUSIP, ISIN, etc.). Required.

Example:

"AAPL"

identifierType
enum<string>
required

Identifier type for the value you entered. Use this to tell the API whether the identifier is a symbol, ID, or other supported reference type.. Required.

Available options:
Symbol,
CUSIP,
ISIN,
SEDOL,
Valoren,
FIGI,
CompositeFIGI
Example:

"Symbol"

startDate
string<date>
required

Start date in YYYY-MM-DD format. Enter the first date to include in the research window.. Required.

Example:

"2020-01-01"

endDate
string<date>
required

End date in YYYY-MM-DD format. Enter the last date to include in the research window.. Required.

Example:

"2020-12-31"

Response

Successful response with spinoffs data

spinoffs
object[]

Array of corporate spinoff events