I am pulling a TickHistory Time & Sales data for a collection of futures. I can do that via DataScope Select GUI. For example,
Instrument: CGZH6
Fields: Trade - Open, Trade - High, Trade - Low, Trade - Price
Range Query: 2006-01-01 00:00:00 to 2007-01-01 00:00:00 UTC
Data is available and everything seemed ok through GUI. However when I submitted the same request through the REST API. I got a 200 Success status_code, but the content said "All Identifiers were invalid".
When I ran the same request for a different instrument CGZM9 over 2008. I did get some valid data back. So there's nothing wrong with my API code. But data availability seemed very sporadic.
I need to do a complete extract of the TickHistory data without gaps.