GET
/
fundamentals
/
shareClass
Get share class meta data for company.
curl --request GET \
  --url https://api.benzinga.com/api/v2.1/fundamentals/shareClass
{
  "currency": "string",
  "ipoDate": "string (Unix timestamp)",
  "isDepositaryRecipt": "boolean",
  "isPrimary": "boolean",
  "securityType": "string",
  "enterpriseValue": "integer",
  "marketCap": "integer"
}
{
  "currency": "string",
  "ipoDate": "string (Unix timestamp)",
  "isDepositaryRecipt": "boolean",
  "isPrimary": "boolean",
  "securityType": "string",
  "enterpriseValue": "integer",
  "marketCap": "integer"
}

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

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

currency
string
ipoDate
string<Unix timestamp>
isDepositaryRecipt
boolean
isPrimary
boolean
securityType
string
enterpriseValue
integer
marketCap
integer