GET
/
fundamentals
/
assetClassification
Get share class profile history with market cap and enterprise value.
curl --request GET \
  --url https://api.benzinga.com/api/v2.1/fundamentals/assetClassification
{
  "sic": "integer",
  "sicName": "string",
  "naics": "integer",
  "naicsName": "string",
  "msSuperSectorCode": "integer",
  "msSuperSectorname": "string",
  "msSectorCode": "integer",
  "msSectorName": "string",
  "msGroupCode": "integer",
  "msGroupName": "string",
  "msIndustryCode": "integer",
  "msIndustryName": "string"
}
{
  "sic": "integer",
  "sicName": "string",
  "naics": "integer",
  "naicsName": "string",
  "msSuperSectorCode": "integer",
  "msSuperSectorname": "string",
  "msSectorCode": "integer",
  "msSectorName": "string",
  "msGroupCode": "integer",
  "msGroupName": "string",
  "msIndustryCode": "integer",
  "msIndustryName": "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

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

sic
integer
sicName
string
naics
integer
naicsName
string
msSuperSectorCode
integer
msSuperSectorname
string
msSectorCode
integer
msSectorName
string
msGroupCode
integer
msGroupName
string
msIndustryCode
integer
msIndustryName
string