Stock Logo API
The Stock Logo API returns a company logo for any ticker symbol — 70,000+ stocks, ETFs, mutual funds, and REITs across NYSE, NASDAQ, LSE, TSX, HKEX, ASX, Euronext, and 50+ more exchanges. Works in trading apps, portfolio dashboards, and Excel / Google Sheets.
- Tickers
- 70,000+
- Exchanges
- 60+ global
- Formats
- SVG · PNG · WebP
- Latency
- <50ms
- Free tier
- 500K requests/mo
Access 70,000+ stock ticker logos now
Trusted every day by tens of thousands of developers.
Why developers choose this API
Built for every financial application
Deploy ticker logos in dashboards, terminals, portfolios, and market data feeds without managing static assets. Our CDN maps every symbol to its official brand mark, from blue chips to penny stocks, IPOs to ETFs. Rebrands sync automatically. Optimized formats serve directly to your UI in milliseconds. One simple API for complete market coverage.
| AAPL | Apple Inc. | $70,312.21 | $151.50 | |
| TSLA | Tesla Inc. | $22,261.99 | $124.11 | |
| MSFT | Microsoft Corporation | $20,021.43 | $321.62 | |
| GOOGL | Alphabet Inc. | $45,089.00 | $2,842.50 | |
| AMZN | Amazon.com Inc. | $31,442.87 | $98.45 | |
| META | Meta Platforms Inc. | $18,923.15 | $312.75 | |
| NVDA | NVIDIA Corporation | $52,891.33 | $425.20 | |
| BRK.B | Berkshire Hathaway | $9,210.45 | $342.18 | |
| JPM | JPMorgan Chase & Co. | $14,567.90 | $145.23 | |
| V | Visa Inc. | $8,923.76 | $228.90 |
"The ticker endpoint is genuinely one-line integration. We ship logos next to every position in our portfolio view and nobody sees a missing image."
Get started in one line
Use directly in <img> tags or anywhere HTTP requests work. No SDK or setup required.
https://img.logo.dev/ticker/{symbol}?token={your_api_key}One API, Every Exchange
NYSE, NASDAQ, LSE, TSX, HKEX, and 50+ more. Every ticker worldwide in a single endpoint.
Always Current
Rebrands update automatically. When changes happen, the logos are updated instantly.
Built for Production
Multiple formats, retina support, and dark mode variants. Optimized for any interface.
Complete Coverage
New IPOs and SPACs added within hours. Your trading UI stays complete and professional.
One URL per ticker — works anywhere
Use directly in image tags for trading UIs, or paste into Excel and Google Sheets with IMAGE() / =IMAGE() for financial spreadsheets.
<!-- Image tag (React, HTML, email, PDF) -->
<img
src="https://img.logo.dev/ticker/AAPL?token=YOUR_PUBLISHABLE_KEY&size=64"
alt="Apple logo"
width="32"
height="32"
/>
<!-- Google Sheets / Excel -->
=IMAGE("https://img.logo.dev/ticker/" & A2 & "?token=YOUR_PUBLISHABLE_KEY")
<!-- International exchange suffix -->
https://img.logo.dev/ticker/SHOP.TSX?token=YOUR_PUBLISHABLE_KEY