Hi everybody!
I'm using Python API to request historical data.
A typical statement is:
client.reqHistoricalData( 1, contract, "20200522 00:29:59", '1800 S', '5 secs', 'TRADES', False, 1, False, [])
I receive 360 barData objects and that's fine but they start from "20200521 19:30:00" (instead...