Skip to main content
GET
/
v1
/
scan
/
technical-indicator
Get Aggregate Technical Indicators
curl --request GET \
  --url https://api.aries.com/v1/scan/technical-indicator \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "technicalAnalysis": {
      "count": {
        "buy": 3,
        "neutral": 8,
        "sell": 5
      },
      "signal": "neutral"
    },
    "trend": {
      "adx": 25.959386825561523,
      "trending": true
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

(Required) Stock ticker symbol

resolution
string
required

(Required) Chart resolution

Response

Successful response

data
object

Technical indicator aggregate data wrapper