Logos & Flags

Get Logo or Flag

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.

get/logos/{idType}/{id}

Path parameters

idType'isin' | 'symbol' | 'wkn' | 'cik' | 'lei' | 'provider' | 'financial_institution' | 'crypto' | 'country' | 'currency' | 'commodity' required

The type of identifier to use.

Example:isin

The type of identifier to use.

string required

12-character International Securities Identification Number

OR
string required

Ticker symbol of a stock or ETF

OR
string required

6-character alphanumeric Wertpapierkennnummer (German securities identifier)

OR
string required

Central Index Key

OR
string required

20-character Legal Entity Identifier

OR
string required

Provider slug

OR
string required

Financial institution slug

OR
string required

Cryptocurrency ticker symbol

OR
string required

ISO 3166-1 alpha-2 country code

OR
'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' required

ISO 4217 currency code

OR
'copper' | 'diesel' | 'gasoline' | 'gold' | 'natural_gas' | 'oil' | 'palladium' | 'platinum' | 'silver' | 'uranium' required

Commodity identifier slug

Example:US5949181045

A valid identifier based on the idType parameter.

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.

Example:svg

If an SVG is requested but the logo isn't available in SVG format, a PNG will be returned as a fallback.

sizeinteger

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.

Example:250

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

The logo image.

Changes

No recorded changes to this endpoint across all 1 revision of this API.