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

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

Query Parameters

symbol
string
required

Stock ticker symbol

Example:

"AAPL"

resolution
string
required

Chart resolution (e.g. 1, 5, 15, 30, 60, D, W, M)

Example:

"D"

Response

Successful response

data
object