Search Company Logos
Search and retrieve company logo images by ticker symbol or company name. Access high-quality logos for displaying in applications and dashboards.
Use Case: Display company logos next to stock tickers in a portfolio watchlist interface.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Comma-separated search keys (symbols, CIKs, CUSIPs, or ISINs). Required.
"AAPL,MSFT"
Search key type. Use it to tell the API how to interpret the search values you send.s you are sending. Use this to tell the API whether the keys are tickers, names, or another supported identifier.
symbol, cik, cusip, isin "symbol"
Comma-separated logo field names to return. Required.
"logo_light,logo_dark,mark_light,mark_dark"
Whether to auto-generate composite logo marks. Use true when you need fallback visuals for symbols without a standard logo.
Corner radius for generated composite logos. Enter a value from 0 to 50 to match your UI style.
0 <= x <= 50Image scale for returned logo URLs. Use higher scale values for high-density displays.