Returns a list of GICS (Global Industry Classification Standard) industries. By default, returns only sub-industries (the most granular level).
cURL
curl --request GET \ --url https://api.responsibly.tech/v1/gics-industries \ --header 'x-api-key: <api-key>'
{ "items": [ { "code": "10101010", "name": "Oil & Gas Drilling", "hierarchyLevel": "sub_industry", "parentGicsIndustryCode": "101010" } ], "pagination": { "pageSize": 100, "nextPage": 2 } }
x >= 1
1 <= x <= 100
When true, returns only sub-industries (the most granular level)
true
false
Returns a list of GICS industries.
Show child attributes
Was this page helpful?