GET
/
idx-total
/
IDX Historical Market Cap Data
curl --request GET \
  --url https://api.sectors.app/v1/idx-total/ \
  --header 'Authorization: <authorization>'
[
  {
    "date": "2024-01-02",
    "idx_total_market_cap": 11741696124656268
  },
  {
    "date": "2024-01-03",
    "idx_total_market_cap": 11682715125038308
  }
]
[
  {
    "date": "2024-01-02",
    "idx_total_market_cap": 11741696124656268
  },
  {
    "date": "2024-01-03",
    "idx_total_market_cap": 11682715125038308
  }
]

Notes

The earliest data available for this endpoint is from January 2021 onward.
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

start
string
Start date for which the IDX historical market cap data is to be retrieved.
end
string
End date for which the IDX historical market cap data is to be retrieved.

Response

payload
IDXMarketCapData[]