API Documentation

⌘K
GET/api/1/logo/ticker/{symbol}

Logo by Ticker

Returns a company logo image by ticker symbol (e.g. AAPL, MSFT)

Parameters

5
sizeinteger
query

Image size in pixels (16–300)

formatstring
query

Image format

greyscalestring
query

Greyscale mode

retinastring
query

Retina (2×) resolution

symbolstringrequired
path

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