GET
/
index
/
{index}
curl --request GET \
  --url https://api.sectors.app/v1/index/{index}/ \
  --header 'Authorization: <authorization>'
[
  {
    "symbol": "NISP.JK",
    "company_name": "PT Bank OCBC NISP Tbk"
  },
  {
    "symbol": "PNBN.JK",
    "company_name": "Bank Pan Indonesia Tbk"
  }
]
[
  {
    "symbol": "NISP.JK",
    "company_name": "PT Bank OCBC NISP Tbk"
  },
  {
    "symbol": "PNBN.JK",
    "company_name": "Bank Pan Indonesia Tbk"
  }
]

Available index: ftse, idx30, idxbumn20, idxesgl, idxg30, idxhidiv20, idxq30, idxv30, jii70, kompas100, lq45, sminfra18, srikehati, economic30, idxvesta28

Authorization
string
required

Authorization header that should be filled with your Sectors Financial API key.

Path

index
string
required

The index name from which the list of companies is to be retrieved.

Response

payload
Company[]

Array of companies of the given index.

Usage

This list can be used for the following endpoint: