API Documentation
⌘K
API Key
Get free key GET
/api/1/logo/ticker/{symbol}Logo by Ticker
Returns a company logo image by ticker symbol (e.g. AAPL, MSFT)
Parameters
5sizeintegerImage size in pixels (16–300)
formatstringImage format
greyscalestringGreyscale mode
retinastringRetina (2×) resolution
symbolstringrequiredTicker symbol (e.g. AAPL)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/logo/ticker/AAPL?size=128' \
-H 'Accept: application/json'200 Response
{}