industry-groups
Retrieve details for a single GICS Industry Group by its primary key.
Request samples
curl --location --request GET 'https://api.financialreports.eu/industry-groups//' \
--header 'x-api-key;'
Responses
application/json Serializer for GICS Industry Group classification, including its parent Sector.
GICS Industry Group code.
GICS Industry Group name.
{
"code": "string",
"name": "string",
"sector": {
"code": "string",
"name": "string"
}
}
Modified at 2025-04-23 09:48:35