Skip to main content
GET
/
v1
/
companies
/
top-changes
/
Top Company Movers
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).
top_gainers, top_losers
Use comma to separate each classification when retrieving data of more than one classification.
One classification consumes one API call.
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.
1d, 7d, 14d, 30d, 365d
Use comma to separate each period when retrieving data of more than one period.
One period consumes one API call.
sub_sector
string
default:"all"
Subsector from which the list of top company movers is to be retrieved.
Get the available sub_sector from the Subsectors endpoint.
banks, financing-service, insurance, retailing, tobacco
The API endpoint only accepts sub_sector in the kebab case format (lowercase and separated by ”-”).

Response

top_gainers
PeriodData
top_losers
PeriodData
data
Data
I