---
title: "Logo"
method: GET
path: "/logo"
tags: ["fundamentals"]
---

# Logo

`GET /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.

## Query parameters

- `symbol` string, required
- `exchange` string
- `mic_code` string
- `country` string

## Response `200`

- object
  - `meta` object, required — Meta information about the instrument
    - `symbol` string, required — The ticker symbol of an instrument
    - `exchange` string — The exchange where the instrument is traded (for `crypto` only)
  - `url` string — Link to download the logo (for stocks only)
  - `logo_base` string — Link to download the base currency logo (for `forex` and `crypto` only)
  - `logo_quote` string — Link to download the quote currency logo (for `forex` and `crypto` only)

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
