API Documentation
⌘K
API Key
Get free key POST
/api/1/market/quotes/bulkBulk Quotes
Returns the latest quote for multiple ISINs in a single request (max 50)
Responses
Was this helpful?
Request
curl -X POST \
'https://api.eulerpool.com/api/1/market/quotes/bulk' \
-H 'Accept: application/json'200 Response
{
"quotes": {
"isin": "US0378331005",
"ticker": "AAPL",
"name": "Apple Inc",
"price": 178.72,
"currency": "USD",
"timestamp": 1709312400000,
"change": 2.15,
"changePct": 1.22
},
"errors": {
"isin": "string",
"error": "string"
}
}