Hi,
I have tried to pull the SID-Short Interest value by using DSWS API. Plesae refer the below code,
Instrument = 'BRKb';
StartDate = '2010-01-01';
EndDate = '2020-05-31';
Frequency = 'D';
sec = ['<',Instrument,'>'];
fields = 'SID';
Data = history(c,sec,fields,StartDate,EndDate,Frequency)
I am getting following error message '$$ER: 2370,ACCESS DENIED FOR SID' when tried to pull the 'SID' field value. But i can able to pull 'P','PI','RI' field values. Did i do anything wrong to pull the 'SID' field value? Can anyone please suggest?
Thank You,
Priya