I would like to be able to get price data of a security with EST (New York) as the timezone. I am using an IB live account. I am using python 3.5 with the IBPy library. My problem is that when I modify the 3rd argument of reqHistoricalData which controls the timezone of the data, the prices I get back are exactly the same.
How to reproduce the problem:
Appreciate any help.