API Documentation

⌘K
GET/api/1/equity/upgrades/{identifier}

Analyst Upgrade/Downgrade History API

Returns analyst upgrade/downgrade events for the given ISIN: analyst firm, action (upgrade/downgrade/init/reiterate), from-grade, to-grade, and date

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/upgrades/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "gradeTime": "2024-03-15T10:00:00.000Z",
  "company": "Morgan Stanley",
  "action": "upgrade",
  "fromGrade": "Equal-Weight",
  "toGrade": "Overweight"
}
]