Hello,
When i go to my reuters screen on a certain future contract (example : SBK1) I can draw a graph and decide to display the "fields" EFS & EFP to show the volume of those specific types of transactions.
I would like to be able to load this information via Python:
ex: df,e = ek.get_data(["SBK1"],["EFP_DATE','EFP VOLUME'])
Can you please help to obtain the result ?
Thanks in advance.