Stock Logo API allows you to retrieve logos based on a stock exchange ticker, providing both high-quality images and fallback options when a logo is not available.
AAPL
:
US
is assumed. For example, all of the following identifiers can be used to retrieve the logo for specified companies:
AAPL
/ AAPL:US
APC.DE
, APC.F
, APC:GR
, AAPL34.SA
, AAPL34:BZ
037833100
2046251
US0378331005
865985
RO:SW
, ROG:SW
, RHHBY
/ RHHBY:US
ROGN:MM
, RHO6.F
S71103881
, S71089189
, 771195104
7110388
, 7108918
, BYZHCK7
CH0012032113
, CH0012032048
, US7711951043
851311
, 855167
, 891106
Retrieve logo for Nvidia stock ticker
NVDA
, you can
use the following URL:Retrieve logo for Vanguard Total Stock Market Index Fund ETF using its ISIN
US9229087690
, you can use the following URL:Retrieve logo for Vanguard FTSE All-World UCITS ETF using its ticker
VWRL
traded on the London Stock Exchange, you can use the following URL:Retrieve logo for USD currency for positions and spot rates
Retrieve logo for USD to EUR FX rate
Get light monogram fallback for non-existent logo
fallback
parameter in the URL and set it to monogram-light
. This is useful for
light-themed applications where you want a fallback with a light background.Get 404 HTTP response for non-existent logo
fallback
parameter in the URL and set it to 404
. This is useful for
handling cases where the logo is not found, and you want to handle it in your
application.The stock ticker symbol for which to retrieve the logo. For example, AAPL. We support all major stock exchanges worldwide, including NYSE, NASDAQ, TSE, LSE, SZSE, Euronext, Deutsche Boerse and more.
"AAPL"
Publishable API token for authentication. You can find yours in account settings.
"<publishable-api-token>"
Size of the logo to return. Allowed values are 64, 128, or 256. Default is 64px for free users, 128px for paid users. Set to 256px for high-resolution logos (paid users only).
64
, 128
, 256
Fallback behavior if the logo is not available. 'monogram': Returns a monogram image from the first letter of the symbol (default). 'monogram-light': Returns a light variant of the monogram with light background. '404': Returns a 404 HTTP error.
monogram
, monogram-light
, 404
Logo image found and returned as PNG.
The response is of type file
.