How to get .DJI open, high, low, close and volume after market trading hours on the same day?

Hi all,

I am trying to use DEX2 to retrieve the .DJI open/high/low/close/volume right after market trading hours, i.e. after 4:00pm US time. I used TR.PriceOpen, TR.PriceHigh, TR.PriceLow, TR.PriceClose, and TR.Volume to get the data, but I found that the return values were on the day before, not the same day's prices. However, DEX2 does not seem to recognize the fields OPEN_PRC, CF_HIGH, CF_LOW, CF_LAST, CF_VOLUME, which I can use these to retrieve the same day's prices in Excel. How can I retrieve the same day's open/high/low/close/volume right after market trading hours using API? Thank you.

Best Answer