API Documentation
⌘K
API Key
Get free key GET
/api/1/research/recommendations/{ticker}Analyst Recommendations
Returns analyst recommendation trends (buy/hold/sell) and consensus price targets
Parameters
1tickerstringrequiredTicker symbol (e.g. AAPL)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/research/recommendations/MSFT' \
-H 'Accept: application/json'200 Response
[
{
"period": "2026-03-01T00:00:00.000Z",
"strongBuy": 12,
"buy": 18,
"hold": 8,
"sell": 2,
"strongSell": 0,
"targetMean": 210.5,
"targetMedian": 215,
"targetHigh": 260,
"targetLow": 170,
"lastQuote": 178.72
}
]