---
title: "Get Logo or Flag"
method: GET
path: "/logos/{idType}/{id}"
tags: ["Logos & Flags"]
---

# Get Logo or Flag

`GET /logos/{idType}/{id}`

Retrieves logos and flags for assets, companies, providers, financial institutions, currencies, commodities, and countries. Asset lookups use asset, company, and provider logos before falling back to Parqet.

## Path parameters

- `idType` 'isin' | 'symbol' | 'wkn' | 'cik' | 'lei' | 'provider' | 'financial_institution' | 'crypto' | 'country' | 'currency' | 'commodity', required — The type of identifier to use.
- `id` union, required — A valid identifier based on the `idType` parameter.
  - string — 12-character International Securities Identification Number
  - string — Ticker symbol of a stock or ETF
  - string — 6-character alphanumeric Wertpapierkennnummer (German securities identifier)
  - string — Central Index Key
  - string — 20-character Legal Entity Identifier
  - string — Provider slug
  - string — Financial institution slug
  - string — Cryptocurrency ticker symbol
  - string — ISO 3166-1 alpha-2 country code
  - 'AED' | 'AFN' | 'ALL' | 'AMD' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CSD' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'USS' | 'UYI' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' — ISO 4217 currency code
  - 'copper' | 'diesel' | 'gasoline' | 'gold' | 'natural_gas' | 'oil' | 'palladium' | 'platinum' | 'silver' | 'uranium' — Commodity identifier slug

## Query parameters

- `format` 'jpg' | 'png' | 'svg' | 'webp' — If an SVG is requested but the logo isn't available in SVG format, a PNG will be returned as a fallback.
- `size` integer — Height of the output image in pixels. The width depends on the variant: square for diagonal split styles, up to double-width for side-by-side. Does not affect SVG vector graphics.

## Response `200`

The logo image.

## Other responses

- `404` — Logo not found

---

[API](https://skmtc.dev/elbstream/apis/elbstream-api.md) · [All operations](https://skmtc.dev/elbstream/apis/elbstream-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elbstream/elbstream-api/revisions/21aaa5c851aa/schema)
