Question: "I am trying to use the DSS Rest API to query instrument data. I have been using the /Search/EquitySearch functionality to search for instruments based on their ISIN and market and get results as expected. However, from the documentation it looks as though I should be able to retrieve more fields than I actually receive, and I can't figure out how to change this. An example request and reply is:
POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/EquitySearch HTTP/1.1
{"SearchRequest":{"IdentifierType":"Isin","Identifier":"GB00BH4HKS39","PreferredIdentifierType":"Ric","AssetStatus":"Active","ExchangeCodes":["LSE"]}}
"Identifier":"VOD.L","IdentifierType":"Ric","Source":"LSE","Key":"VjF8MHgwMDAzZGQwMDE0OGU3NDMwfDB4MDAwM2RjMDAzNDdjOTEwNnxMU0V8RVFRVXxFUVRZfHxFfHxWT0QuTHwwNjkx","Description":"VODAFONE GROUP ORD","InstrumentType":"EquityQuote","Status":"Valid"
I would also like to find the listing currency, the attached screenshot from the API help suggests returned entities should be ValidatedInstrument with several additional fields, including "CurrencyCodes". Am I misunderstanding the meaning of the API help or is this possible? If not please would you suggest the best way of extracting the listing currency by some other query/extraction."