API Documentation
⌘K
API Key
Get free key GET
/api/1/certificates/quotes/{identifier}Certificate Quotes API
Returns historical price data for a certificate by identifier (ISIN)
Parameters
1identifierstringrequiredCertificate 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
}
]