Stock Upgrade/Downgrade
Get latest stock upgrade and downgrade.
Query parameters
Symbol of the company: AAPL. If left blank, the API will return latest stock upgrades/downgrades.
From date: 2000-03-15.
To date: 2020-03-16.
Response
successful operation
Example response
[
{
"symbol": "symbol",
"gradeTime": 0,
"fromGrade": "fromGrade",
"toGrade": "toGrade",
"action": "action",
"company": "company"
}
]Changes
Changed in 4 of the 35 revisions of this API.46
- ○
api tag
Defaultaddedapi-tag-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional
queryrequest parameterfromnew-optional-request-parameter
- ○
added the new optional
queryrequest parametertonew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
deleted the
queryrequest parameterfromrequest-parameter-removed
- ●
deleted the
queryrequest parametertorequest-parameter-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
api tag
Defaultremovedapi-tag-removed
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●