cURL
curl --request GET \ --url https://api.tradearies.dev/v1/analytics/ratings \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <api-key>'
{ "ratings": [ { "id": "<string>", "date": "<string>", "time": "<string>", "ticker": "<string>", "exchange": "<string>", "name": "<string>", "currency": "<string>", "actionPt": "<string>", "actionCompany": "<string>", "ratingCurrent": "<string>", "ratingPrior": "<string>", "ptCurrent": 123, "ptCurrentAdjusted": 123, "ptPrior": 123, "ptPriorAdjusted": 123, "analyst": "<string>", "analystId": "<string>", "analystName": "<string>", "importance": 123, "updated": "<string>", "url": "<string>", "urlCalendar": "<string>", "urlNews": "<string>" } ] }
Retrieve analyst ratings for stocks with filtering options
x >= 0
1 <= x <= 1000
0 <= x <= 5
Show child attributes
Was this page helpful?