v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
logos

Search Logos

Search Logos

get/api/v2/logos/search

Query parameters

search_keysstring required

Comma-separated list of security identifiers. Maximum 100 identifiers. Type depends on search_keys_type parameter.

search_keys_typestring

Type of identifier being searched. Supported types: symbol (default), cik, cusip, isin

fieldsstring required

Comma-separated list of logo fields to return. Maximum 12 fields. Available: logo_light, logo_dark, logo_vector_light, logo_vector_dark, mark_light, mark_dark, mark_vector_light, mark_vector_dark, mark_composite_light, mark_composite_dark, mark_vector_composite_light, mark_vector_composite_dark, colors

composite_autoboolean

If true and no logo exists, generates a composite image based on company name and brand colors

composite_radiusinteger

Border radius for composite images in percentage. Range 0-50 where 50 creates a circle. Default: 0

scalestring

Scale image dimensions in WIDTHxHEIGHT format (e.g., 300x300). Images scale down only, never up. Default: 300x300

max_widthstring

Maximum width constraint for scaled images in pixels

flutter_compatibleboolean

If true, adds flutter_compatible=true query parameter to SVG URLs for flutter_svg library compatibility

Response

Success response with array of LogoClientResponse objects in data field

dataobject
okboolean