v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
logos

Bulk logos sync

Bulk logos sync. Walks the full logo dataset via page/pagesize (optionally narrowed by updated_since); it is not a per-identifier lookup. To fetch logos for specific securities, use GET /api/v2/logos/search.

get/api/v2.1/logos/sync

Query parameters

search_keysstring

Only applies to v2.1 exchange logos (search_keys_type=exchange): comma-separated list of exchange MIC codes to filter by.

search_keys_typestring

Set to exchange to sync v2.1 exchange logos (filtered by search_keys). Omit for the default bulk security-logo sync.

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

pageinteger

Page number for pagination. Used with pagesize for bulk sync operations.

pagesizeinteger

Number of results per page. Default: 100. Maximum: 1000

updated_sincestring

Unix timestamp (UTC). Returns logos updated after this timestamp.

scalestring

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

composite_radiusinteger

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

Response

Success response with array of BulkSyncResponse objects in data field

dataobject
okboolean