latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

fundamentals

Logo

The logo endpoint provides the official logo image for a specified company, cryptocurrency, or forex pair. This endpoint is useful for integrating visual branding elements into financial applications, websites, or reports, ensuring that users can easily identify and associate the correct logo with the respective financial asset.

get/logo

Query parameters

symbolstring required

The ticker symbol of an instrument for which data is requested, e.g., AAPL, BTC/USD, EUR/USD.

exchangestring

The exchange name where the instrument is traded, e.g., NASDAQ, NSE

mic_codestring

The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON

countrystring

The country where the instrument is traded, e.g., United States or US

Response

urlstring

Link to download the logo (for stocks only)

logo_basestring

Link to download the base currency logo (for forex and crypto only)

logo_quotestring

Link to download the quote currency logo (for forex and crypto only)

Example response

{
  "meta": {
    "symbol": "BTC/USD",
    "exchange": "Coinbase Pro"
  },
  "url": "https://api.twelvedata.com/logo/apple.com",
  "logo_base": "https://logo.twelvedata.com/crypto/btc.png",
  "logo_quote": "https://logo.twelvedata.com/crypto/usd.png"
}