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
  }
]

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

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

Average percentage change for the sector

sector
string

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