Hello community!
According to REST API Doc, I know I can query historical OHLC data for plain instrument using /history_price.
However, for future contract like HSIFUT, it requires specifying expiry date in request parameters.
For my case, I want to get all the historical on-the-run future data.
Is there a simpler way to get the data at once, instead of repeatedly sending requests for different expiry date?
