Skip to main content
GET
Bulk logos sync

Authorizations

token
string
query
required

Query Parameters

search_keys
string

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

search_keys_type
string

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

fields
string[]
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

page
integer

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

pagesize
integer

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

updated_since
string

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

require_cik
boolean

When true, only logos with at least one security carrying a valid CIK are returned (digits only, not all zeros; placeholders such as N/A count as missing). For clients whose ingest keys on CIK. Ignored for exchange logos, which have no securities.

scale
string

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

composite_radius
integer

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

The response is of type any.