Hello,
I want to retrieve the stock price minutely in a time range:
df = ek.get_timeseries([".AXJO"], start_date = "2023-03-01", end_date = "2023-03-13", interval="minute")
but it shows error: No data available for the requested time range
When I remove the end_date, it shows the results, which I want to achieve but in different time range as below:
Please help to check how can I retrieve stock price minutely in a specific time range!
Thank you very much