Retrieve GICS Industry Group
GICS Classifications
Retrieve details for a specific GICS Industry Group by its ID.
Request samples
curl --location --request GET 'https://api.financialreports.eu/industry-groups//' \
--header 'x-api-key;'
Responses
application/json
Successfully retrieved the industry group details.
GICS Industry Group code.
GICS Industry Group name.
{
"code": "string",
"name": "string",
"sector": {
"code": "string",
"name": "string"
}
}
Modified at 2025-05-24 05:59:30