Retrieve a specific industry
DevelopingGET
/industries/{id}/Overview
This endpoint provides detailed information about a single industry.
Data Provided
For each industry, the endpoint returns:
- Code: A unique identifier for the industry
- Name: The name of the industry
- Industry Group: Details of the associated industry group (code, name, and sector)
Usage
This endpoint is valuable for:
- Obtaining specific information about a particular industry
- Understanding the relationship between an industry, its industry group, and sector
- Verifying industry codes encountered in company data
- Integrating detailed industry classification into applications or reports
Analysts can use this endpoint to get precise information about a specific industry and its place in the broader classification hierarchy.
Request
Path Params
id
integer
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"code": "395434",
"name": "ullam",
"industry_group": {
"code": "4018",
"name": "corona",
"sector": {
"code": "21",
"name": "versus"
}
}
}
Last modified: 2 months ago