Skip to main content
GET
/
v1
/
index
/
{index}
Companies by 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"
  }
]
Deprecation Notice: This v1 endpoint will be discontinued at the end of March 2026. Please migrate to the v2 Companies Screener using the where parameter to filter by indices. See the Migration Guide for details.
[
  {
    "symbol": "NISP.JK",
    "company_name": "PT Bank OCBC NISP Tbk"
  },
  {
    "symbol": "PNBN.JK",
    "company_name": "Bank Pan Indonesia Tbk"
  }
]
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. ftse, idx30, idxbumn20, idxesgl, idxg30, idxhidiv20, idxq30, idxv30, jii70, kompas100, lq45, sminfra18, srikehati, economic30, idxvesta28

Response

payload
Company[]
Array of companies of the given index.

Usage

This list can be used for the following endpoint: