...n one function call in python?
Say I have 3 securities and 3 sets of start date and end dates as follow,
2021-01-02 - 2021-03-06 for 0700.HK
2023-04-02- 2023-09-30 for 9988.HK
2022-07-02 - 2022-08-06 for 0005.HK
Is there a way to retrieve 3 rows of interval high low price for the input above using only a single function call in python?