hello,everyone,i have some problem need to help.
everyday,we will use get_history
to get market data,and we can get the data.but today,we use the same request to get the data,we get the empty result.
but we find another problem, when we invoke "get data" function,we will get "too many requests,please try later",As shown in the image below.
We are uncertain if the get_history
function is also causing the issue preventing us from retrieving the data. And how to resolve the problem.
we invoke get_history
like this:
df = rd.get_history(universe="GBP2MO=", interval="hourly", start="2023-05-10T15:59:59", end="2023-05-22T15:59:59")
Thank you for your response.