curl --request GET \
--url https://api.benzinga.com/api/v2/logos/search
[
{
"colors": {
"background_dark": "<string>",
"background_light": "<string>"
},
"company_cik": "<string>",
"company_url": "<string>",
"created_at": "<string>",
"deleted_at": "<string>",
"files": {
"logo_dark": "<string>",
"logo_light": "<string>",
"logo_vector_dark": "<string>",
"logo_vector_light": "<string>",
"mark_composite_dark": "<string>",
"mark_composite_light": "<string>",
"mark_dark": "<string>",
"mark_light": "<string>",
"mark_vector_composite_dark": "<string>",
"mark_vector_composite_light": "<string>",
"mark_vector_dark": "<string>",
"mark_vector_light": "<string>"
},
"id": "<string>",
"isin": "<string>",
"last_audited": "<string>",
"mic_code": "<string>",
"symbol": "<string>",
"type": "<string>",
"updated_at": "<string>",
"updated_by_user_id": "<string>"
}
]
Get Logos for given search keys
curl --request GET \
--url https://api.benzinga.com/api/v2/logos/search
[
{
"colors": {
"background_dark": "<string>",
"background_light": "<string>"
},
"company_cik": "<string>",
"company_url": "<string>",
"created_at": "<string>",
"deleted_at": "<string>",
"files": {
"logo_dark": "<string>",
"logo_light": "<string>",
"logo_vector_dark": "<string>",
"logo_vector_light": "<string>",
"mark_composite_dark": "<string>",
"mark_composite_light": "<string>",
"mark_dark": "<string>",
"mark_light": "<string>",
"mark_vector_composite_dark": "<string>",
"mark_vector_composite_light": "<string>",
"mark_vector_dark": "<string>",
"mark_vector_light": "<string>"
},
"id": "<string>",
"isin": "<string>",
"last_audited": "<string>",
"mic_code": "<string>",
"symbol": "<string>",
"type": "<string>",
"updated_at": "<string>",
"updated_by_user_id": "<string>"
}
]
Search Keys
Search Keys Type
Fields
Composite Auto
Composite Radius
Scale
Max Width
OK
The response is of type object[]
.
Was this page helpful?