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.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
One or more values to look up, comma-separated. The format depends on searchKeysType. For example, with searchKeysType=symbol send AAPL,MSFT; with searchKeysType=cik send 0000320193,0000789019.
"AAPL,MSFT"
Tells the API how to interpret the value you send in searchKeys. Allowed values:
firm_id— the value is a firm/company internal ID.firm— the value is the firm/company name.
firm_id, firm "symbol"
Comma-separated list of logo asset fields to return. Required. Common values:
logo_light— full logo for light backgrounds.logo_dark— full logo for dark backgrounds.mark_light— square/icon mark for light backgrounds.mark_dark— square/icon mark for dark backgrounds.
Other provider-defined fields may also be supported — pass any field name the upstream image catalog exposes.
"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.