question

Upvotes
Accepted
1 0 0 1

Error in Equity search API call

@zoya.farberov, Hi Zoya, Please look into this request? Thanks


Hi Team, I am raising this question on behalf of client Stephen Brooks( s.brooks@winton.com), client is using TRTH/DSS API equity search POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/EquitySearch with Sedol and ExchangeCode specified. However they are getting error “Validation Error:\r\n\r\nThe Exchange Codes LSE is not supported; supported values are: 4AX, ABJ, ABD, ADS, ADF, ADC, N/E”

Example POST body below for Apple Inc: { "SearchRequest": { "AssetStatus": "Active", "ExchangeCodes": [ "NSM" ], "Identifier": "2046251", "IdentifierType": "Sedol" } }

I have further checked in DSS GUI equity search screen and notice that we have only the below options under exchanges: “4AX, ABJ, ABD, ADS, ADF, ADC, N/E”, Is this a reason why we get above error and how to run the query to pull equity search results for other exchanges by searching with Sedol option?

Regards,

Shyamala K

tick-history-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 19

Hi @shyamala.k0,

Indeed these are the only supported options for ExchangeCodes,

If you would like all Exchanges, try:

{ 
     "SearchRequest": { 
        "AssetStatus": "Active", 
        "ExchangeCodes": null, 
        "Identifier": "2046251", 
        "IdentifierType": "Sedol" } 
}

You should see all available exchanges for this Sedol in the result.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.