GET
/
fundamentals
/
company
Get basic company information.
curl --request GET \
  --url https://api.benzinga.com/api/v2.1/fundamentals/company
{
  "primarySymbol": "string",
  "primaryExchange": "string",
  "cik": "string",
  "valoren": "string",
  "sedol": "string",
  "standardName": "string"
}
{
  "primarySymbol": "string",
  "primaryExchange": "string",
  "cik": "string",
  "valoren": "string",
  "sedol": "string",
  "standardName": "string"
}

Authorizations

token
string
query
required

Headers

accept
enum<string>

Specifies return format

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

Query Parameters

symbols
string<csv>

One or more stock ticker symbol in comma separated list specifies company data to return

asOf
string<YYYY-MM-DD>

Return results for dates greater than or equal date specified in this parameter

cik
string<csv>

One or more cik identifier in comma separated list specifies company data to return

Response

200
application/json

An object including a response array containing an array of objects containing company data.

The response is of type object.