Hi, I am looking to download close,high,low, open and volume for a continuous futures chain, historically. I am using the Eikon API 'get_data' function with parameters equal to the start and end dates of my period.
Example RIC - EScv1, which is the SP500 mini.
Unfortunately I am not able to obtain data for Volume, I used the fields TR.Volume and the CF_Volume fields but none of them worked. I do not get any historical data for volume.
I get everything else (Close, Open, Low, High) by using the correct field...
Would anybody have an idea?
Thank you