I am using REST API to get data of futures contracts from Tick History Raw Template for a list of instruments. I create the list of RICs of every instrument for all possible monthly contracts which covers all monthly contracts across decades (so i create 120 rics = 10 years *12 months). Issue: For some instruments, i just get the data of contracts for which RIC ends with "0" (For Ex - able to get data of "FSSF0" but not FSSF1 or FSSF2 or FSSH1, etc.). Field used is FID 70 (settlement price). However, when i try to download the same data from Datascope Select (TRTH V2) portal, i get the data for the contracts. Anyone having any idea why it is so?