Retrieve a specific industry
Developing
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 samples
curl --location --request GET 'https://api.financialreports.eu/industries//' \
--header 'x-api-key;'
Responses
application/json industry_group
object (Industry Group)
required{
"code": "395434",
"name": "ullam",
"industry_group": {
"code": "4018",
"name": "corona",
"sector": {
"code": "21",
"name": "versus"
}
}
}
Modified at 2024-10-09 08:23:58