API Documentation

⌘K
GET/api/1/equity/splits/{identifier}

Stock Splits API

Returns stock splits history for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/splits/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "date": "2003-02-18T00:00:00.000Z",
  "fromFactor": 1,
  "toFactor": 2
}
]