Get Company Logo By Symbol

Get Company Logo By Symbol

GET baseURL/v{version}/equities/{symbol}/logo

This endpoint enables you to retrieve company logo image by ticker symbol under which it’s listed on the exchange.

Path Parameters

NameTypeDescription

apiVersion*

String

The version of API. By default, set it to 1.0.

symbol*

String

Ticker symbol for the company for which you are retrieving an image.

Headers

NameTypeDescription

Authorization*

String

This is the authorization token from the token request. The value of this header must have the following format: Bearer BQ898r9fefi (Bearer + 1 space + the token).

Last updated