API Documentation

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

Last Trade

Returns the most recent trade 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-trade/AAPL' \
  -H 'Accept: application/json'
200 Response
{}