date = "02082022" # Date format should be - DDMMYYYY
from_time = "09:16:00" # Time format should be - HH:MM:SS
end_time = "15:30:00"
from_date = f"{date} {from_time}"
end_date = f"{date} {end_time}"
from_date = datetime.strptime(from_date, '…
@SRIJAN I think you did not understand my question. I know, I asked before Historical Data Related question, but here my question is different, actually, I want to fetch the last day closing time price, so in historical data, I have to give it a dat…
@sujith no sujith, i'm looking for historical data.
assume I want CLOSE PRICE on 12-03-2021 09:50:59 time on (BANKNIFTY 33000 STRIKE DATA / or may be I can use instrument token)