GET Search
Search logos for market securities/companies and funds
Authorizations
Headers
Specifies return format
application/json
Query Parameters
A comma (,) separated list of search identifiers. Identifiers are based on the search_type
field. Limit 100 per request.
Example: F,AAPL
Logos can also be queried with format <EXCHANGE>:<SYMBOL> i.e. NYSE:ARI
The type of identifier being searched. Supported types are currently a security symbol and CIK.
symbol
, cik
, cusip
, isin
A comma (,) separated list of returned fields.
Example: mark_light,background_light
Would return ONLY the mark_light, background_light values from the API.
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
If no image exists, generate a fill image based on the company name and background color.
Apply a radius to the composite image.
Default value is 0. Maximum value is 50 (50%) which will result in a circle.
Specified as the WIDTHxHEIGHT to scale the image down in pixels. Images will only be scaled down, never up, and fit within the bounds set. In CSS terms, the object-fit property is set to contain
.
Scale will be applied to: logo_light, logo_dark, mark_light, mark_dark, mark_composite_light, mark_composite_dark
Example: 300x600
Response
The identifying search term, ex. cik or symbol value(s). If search was not used, not value will be returned.
Created timestamp, UTC
Last updated timestamp, UTC
Record identifier
A security object. Only included with sync operations.
Was this page helpful?