Dear Team !
I am trying to retrieve tick-by-tick data for each individual DAX Futures contract since 2010 using my Tick History subscription. My goal is to extract the data for each contract (e.g., March, June, September, December expirations for each year). Then I will handle the rollovers manually.
I have encountered some challenges with RIC identification and API endpoints, and I would appreciate your guidance.
- What is the correct RIC format for individual DAX Futures contracts (standard, not Mini) in Tick History? How can I differentiate between contracts with the same RIC (e.g., FDXM8 for 2008 vs. 2018)?
- Can I use the chain RIC <0#FDX:> to list all historical DAX Futures contracts since 2010? If so, how can I retrieve the specific RICs and their expiration dates?
- Could you provide a sample API request (or Python code snippet) to extract tick-by-tick data for a specific DAX Futures contract, such as the June 2018 contract?
Thanks a lot, and have a nice week-end !