GET
/
logos
Logos for market securities
curl --request GET \
  --url https://api.benzinga.com/api/v1.1/logos
[
  {
    "created": "integer (int64)",
    "updated": "integer (int64)",
    "files": {
      "original": "string",
      "90x60_white": "string",
      "90x60_grayscale": "string",
      "CUSTOM_FILTER": "string"
    },
    "security": {
      "symbol": "string",
      "cik": "integer (int64)",
      "name": "string",
      "exchange": "string"
    }
  }
]
[
  {
    "created": "integer (int64)",
    "updated": "integer (int64)",
    "files": {
      "original": "string",
      "90x60_white": "string",
      "90x60_grayscale": "string",
      "CUSTOM_FILTER": "string"
    },
    "security": {
      "symbol": "string",
      "cik": "integer (int64)",
      "name": "string",
      "exchange": "string"
    }
  }
]

Authorizations

token
string
query
required

Headers

accept
enum<string>
default:application/json

Specifies return format

Available options:
application/xml (deprecated),
application/json

Query Parameters

symbols
string
required

A list of ticker symbols separated by a comma (,). Limit 50 tickers per request.

filters
string

A list of client-specific filters to be applied. Filters are separated by a comma (,).

Response

200
application/json

Successful response

The response is of type object[].