GET
/
companies
/
top-changes
curl --request GET \
  --url https://api.sectors.app/v1/companies/top-changes/ \
  --header 'Authorization: <authorization>'
{
  "top_gainers": {
    "1d": [
      {
        "name": "Dian Swastatika Sentosa Tbk",
        "symbol": "DSSA.JK",
        "price_change": 0.182965299684543,
        "last_close_price": 37500,
        "latest_close_date": "2024-08-12"
      }
    ],
    "7d": [],
    "14d": [],
    "30d": [],
    "365d": []
  },
  "top_losers": {
    "1d": [
      {
        "name": "PT Amman Mineral Internasional Tbk.",
        "symbol": "AMMN.JK",
        "price_change": -0.0563063063063063,
        "last_close_price": 10475,
        "latest_close_date": "2024-08-12"
      }
    ],
    "7d": [],
    "14d": [],
    "30d": [],
    "365d": []
  }
}
{
  "top_gainers": {
    "1d": [
      {
        "name": "Dian Swastatika Sentosa Tbk",
        "symbol": "DSSA.JK",
        "price_change": 0.182965299684543,
        "last_close_price": 37500,
        "latest_close_date": "2024-08-12"
      }
    ],
    "7d": [],
    "14d": [],
    "30d": [],
    "365d": []
  },
  "top_losers": {
    "1d": [
      {
        "name": "PT Amman Mineral Internasional Tbk.",
        "symbol": "AMMN.JK",
        "price_change": -0.0563063063063063,
        "last_close_price": 10475,
        "latest_close_date": "2024-08-12"
      }
    ],
    "7d": [],
    "14d": [],
    "30d": [],
    "365d": []
  }
}
Authorization
string
required

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

Query Parameters

classifications
string
default:
"all"

Classification for ranking the top company movers in a given period (default to all).

n_stock
integer
default:
"5"

Number of tickers to be retrieved (defaults to 5, with a maximum of 10).

min_mcap_billion
integer
default:
"5000"

Minimum market cap of the retrieved companies in billion IDR.

periods
string
default:
"all"

Period for ranking the top company movers.

sub_sector
string
default:
"all"

Subsector from which the list of top company movers is to be retrieved.

Response

top_gainers
PeriodData
top_losers
PeriodData
data
Data