I am trying to get all historical intraday tick data for various RICs (for backfilling, adding new markets etc.). What is the best and simplest method to go about this?
For each RIC, I will need a separate file for each day.
Does DSS Rest API offer this? If so, which endpoint should I call? Is there a way to break up the data into daily files?
Ideally, I do not want to implement my own logic for querying each individual day in a loop. I want to upload a list of RICs, and receive a list of daily files.
Thanks!