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>'
[
  {
    "avgChange": 123,
    "sector": "<string>"
  }
]

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

Max sectors to return (default 15). Use 'all' to return all sectors.

Example:

"15"

Response

Sector-wise changes retrieved successfully

avgChange
number
required

Average percentage change for the sector

sector
string
required

The sector name