API Documentation

⌘K
GET/api/1/certificates/quotes/{identifier}

Certificate Quotes API

Returns historical price data for a certificate by identifier (ISIN)

Parameters

1
identifierstringrequired
path

Certificate identifier (ISIN)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/certificates/quotes/DE000UP1TP26' \
  -H 'Accept: application/json'
200 Response
[
  {
  "timestamp": 1705276800000,
  "price": 102.5
}
]