Py API (Timeseries method) not providing with require timestamp data (Tick by tick)

dScripts=['ACC.NS']

df =ek.get_timeseries(dScripts,start_date = "2020-09-25T09:00:00", end_date = "2020-09-25T17:00:00",interval="tick")

it's giving data from 09:00 Am to 11:12 AM, where I have given parameters from 09:00 to 17:00.

Can you please help to get the current date tick data of "ACC.NS" or "SBI.NS" from (09:00 AM to 17:00)?

Best Answer