Retrieve a specific industry group
DevelopingGET
/industry-groups/{id}/Overview
This endpoint provides detailed information about a single industry group.
Data Provided
For each industry group, the endpoint returns:
- Code: A unique identifier for the industry group
- Name: The name of the industry group
- Sector: Details of the associated sector (code and name)
Usage
This endpoint is valuable for:
- Obtaining specific information about a particular industry group
- Understanding the relationship between an industry group and its sector
- Verifying industry group 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 group and its place in the broader sector classification.
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": "9677",
"name": "bos",
"sector": {
"code": "77",
"name": "uberrime"
}
}
Last modified: 2 months ago