API Documentation
⌘K
API Key
Get free key GET
/api/1/market/last-trade/{ticker}Last Trade
Returns the most recent trade for a ticker via Polygon.io
Parameters
1tickerstringrequiredTicker 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
{}