Skip to main content
GET
/
fundamentals
/
shareClassProfile
Get share class profile history with market cap and enterprise value.
curl --request GET \
  --url https://api.benzinga.com/api/v2.1/fundamentals/shareClassProfile
{
  "asOf": "string",
  "marketCap": "integer"
}
{
  "asOf": "string",
  "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.

asOf
string
marketCap
integer