API Documentation

GET/api/1/market/last-quote/{ticker}

Last NBBO Quote

Returns the most recent NBBO quote for a ticker via Polygon.io

Parameters

1
tickerstringrequired
path

Ticker 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
{}