API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/technical-signals/{identifier}Technical Signals API
Returns aggregate technical indicator signals (buy/sell/neutral counts) and trend data for the given security
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity-extended/technical-signals/US0378331005' \
-H 'Accept: application/json'200 Response
{
"buy": 6,
"neutral": 7,
"sell": 4,
"signal": "neutral",
"adx": 24.46,
"trending": false
}