API Documentation
⌘K
API Key
Get free key GET
/api/1/market/last-quote/{ticker}Last Quote
Returns the most recent quote for a ticker (NBBO bid/ask when available, otherwise last traded price)
Parameters
1tickerstringrequiredTicker symbol (e.g. AAPL)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/market/last-quote/AAPL' \
-H 'Accept: application/json'200 Response
{}