Hi,
I am trying to pull data for the RIC symbol "'GL-STK-T-API'", and trying to limit the data using start and end dates as follows:
ek.get_data( instruments=['GL-STK-T-API'], fields=["CF_CLOSE"], parameters={'SDate': '27/03/2017', 'EDate': '27/12/2017'} )
but when I run it, I only get the result for one data point:
( Instrument CF_CLOSE
0 GL-STK-T-API 240162, None)
My guess is my SDate and EDate parameters are incorrect. Does anyone know where can I find supported parameters for a given RIC? I am looking to identify the supported format for dates as I believe that is where the issue is.