HI,
Are you able to provide an API script example of how to pull Moodys ratings for an Equity?
Thanks
Preshan
Moody's Rating is a bond credit rating, not equity rating.
That being said, you can get Moody's Rating for bond from either "Composite" or "Terms and Conditions" template.
For example,
HTTP request example
POST /RestApi/v1/Extractions/Extract HTTP/1.1 Host: hosted.datascopeapi.reuters.com Prefer: respond-async Content-Type: application/json Authorization: Token ### { "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CompositeExtractionRequest", "ContentFieldNames": [ "Moodys Rating" ], "IdentifierList": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [ { "Identifier": "00209TAB1=RRPS", "IdentifierType": "Ric" } ] } } }
Missing completed extraction returned via API 2 Answers
what is the WSDL URL for REST API? 4 Answers
Issuer Rating in REST API 1 Answer
Get available field list for End of Day - HTTP response 2 Answers