Skip to main content
GET
/
v1
/
equity
/
sector-wise-change
Get Sector-wise Change
curl --request GET \
  --url https://api.aries.com/v1/equity/sector-wise-change \
  --header 'Authorization: Bearer <token>'
[
  {
    "sector": "TECHNOLOGY",
    "avgChange": 1.25
  }
]

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

limit
string

Maximum number of sectors to return. Two formats are accepted:

  • An integer like 5, 10, 15 to cap the list (default 15).
  • The literal string all to return every sector with no cap.
Example:

"15"

Response

Sector-wise changes retrieved successfully

avgChange
number

Average percentage change for the sector

sector
string

Sector name, such as Technology or Financials. Use it as the label in sector performance views.