FinancialReports
  1. GICS Classifications
FinancialReports
  • FinancialReports API Documentation
  • Companies
    • List Companies
      GET
    • Retrieve Company Details
      GET
  • Filings
    • List Filings
      GET
    • Retrieve Filing Details
      GET
  • Processed Filings
    • Retrieve Processed Filing Content
      GET
  • Filing Types
    • List Filing Types
      GET
    • Retrieve Filing Type
      GET
  • GICS Classifications
    • List GICS Sectors
      GET
    • List GICS Industry Groups
      GET
    • List GICS Industries
      GET
    • List GICS Sub-Industries
      GET
    • Retrieve GICS Sector
      GET
    • Retrieve GICS Industry Group
      GET
    • Retrieve GICS Industry
      GET
    • Retrieve GICS Sub-Industry
      GET
  • Sources
    • List Data Sources
      GET
    • Retrieve Data Source
      GET
  • Watchlist
    • Get User's Watchlist
      GET
    • Add Company to Watchlist
      POST
    • Remove Company from Watchlist
      DELETE
  • schema
    • schema_retrieve
      GET
  1. GICS Classifications

Retrieve GICS Industry Group

GET
/industry-groups/{id}/
GICS Classifications
Retrieve details for a specific GICS Industry Group by its ID.

Request

Path Params
id
integer 
required
Header Params
x-api-key
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.financialreports.eu/industry-groups//' \
--header 'x-api-key;'

Responses

🟢200OK
application/json
Successfully retrieved the industry group details.
Body
code
string 
read-onlyrequired
GICS Industry Group code.
name
string 
read-onlyrequired
GICS Industry Group name.
sector
object 
read-onlyrequired
Parent GICS Sector.
code
string 
read-onlyrequired
GICS Sector code.
name
string 
read-onlyrequired
GICS Sector name.
Example
{
    "code": "string",
    "name": "string",
    "sector": {
        "code": "string",
        "name": "string"
    }
}
Modified at 2025-05-24 05:59:30
Previous
Retrieve GICS Sector
Next
Retrieve GICS Industry
Built with