1. I'm Using http://api.trkd.thomsonreuters.com/api/Search2/Search2.svc/REST/Search2_1/Search_1
I want to find RIC for ISIN US0378331005 (Aapl) for Mund and MUNC exchanges separatly.
Is it possible to achive that?
my request body is
{
"Search_Request_1":
{
"Collection":"SearchAll",
"Paging":{"Top":2000,"Skip":0},
"Filter":"ISIN in ('US0378331005') and ExchangeName eq 'MUN*'",
"ResponseProperties":"ISIN,RIC,CUSIP,ExchangeCode, ExchangeName",
"UnentitledAccess":true
}
}
I recieve empty response:
{
"Search_Response_1": {
"ResultsHeader": {
"FirstResult": 0,
"LastResult": 0,
"Results": 0,
"TotalResults": 0
}
}
}
I'm using rkddemoappwm trial accout