Can you please take a look at the below. I’m trying to simply get SEDOLs for a RIC, and getting no Instrument data back from TRTH-API:
Request body:
<soapenv:Body> <typ:GetRICSymbology> <typ:instrument> <typ:code>VOD.L</typ:code> </typ:instrument> <typ:dateRange> <typ:start>2007-04-01</typ:start> <typ:end>2007-04-05</typ:end> </typ:dateRange> </typ:GetRICSymbology> </soapenv:Body>
Response body:
<soapenv:Body> <GetRICSymbologyResponse xmlns="http://types.webservice.tickhistory.thomsonreuters.com"> <instrumentList/> </GetRICSymbologyResponse> </soapenv:Body>