Skip to main content
GET
Search Company Logos

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

searchKeys
string
required

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.

Example:

"AAPL,MSFT"

searchKeysType
enum<string>

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.
Available options:
firm_id,
firm
Example:

"symbol"

fields
string
required

Comma-separated list of logo asset fields to return. 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.

Example:

"logo_light,logo_dark,mark_light,mark_dark"

compositeAuto
boolean
default:false

Whether to auto-generate composite logo marks. Use true when you need fallback visuals for symbols without a standard logo.

compositeRadius
integer

Corner radius for generated composite logos. Enter a value from 0 to 50 to match your UI style.

Required range: 0 <= x <= 50
scale
string

Image scale for returned logo URLs. Use higher scale values for high-density displays.

Response

Successful response

ok
boolean

Request success status

data
object[]

Array of logo data matching the search query