cURL
curl --request GET \ --url https://api.sectors.app/v2/listing-performance/{ticker}/ \ --header 'Authorization: <api-key>'
{ "symbol": "GOTO.JK", "chg_7d": -0.0104712, "chg_30d": -0.418848, "chg_90d": -0.115183, "chg_365d": -0.740838 }
Returns price change percentages since listing date for a given IDX-listed ticker, across 7, 30, 90, and 365-day windows.
.jk
GOTO
BREN
BUKA
API key passed directly in the Authorization header (without Bearer prefix).
IDX ticker symbol. E.g. ARTO, BREN, GOTO.
ARTO
Price change percentages since listing across multiple time windows.