# Note: startdate and end date will be the current date. # Require NSE derivative('ACC.NS','SBI.NS') contract with tick data for current date. # MyCode:------ dScripts=['ACC.NS'] sfields=['Timestamp','Value',"Volume"] df =ek.get_timeseries(dScripts,sfields,start_date = "2020-09-25T09:00:00", end_date = "20 20-09-25T17:00:00",interval="tick")