API Documentation
⌘K
API Key
Get free key GET
/api/1/market/quotes/intraday/{identifier}Intraday Quotes
Returns intraday price data for the current/previous trading day
Parameters
2exchangestringExchange code filter (optional)
identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/market/quotes/intraday/US0378331005?exchange=XNAS' \
-H 'Accept: application/json'200 Response
[
{
"exchange": "XNAS",
"currency": "USD",
"price": 178.42,
"volume": 1250000,
"timestamp": "2026-03-02T14:30:00.000Z",
"session": "regular"
}
]