For better understanding, I will make adjustments once i am aware that positions' margin requirement is near 9 lakh. My question, how to fetch my margin requirement for the existing position?
Thanks for adding the thread @SRIJAN, it was helpful. Seems like it is a known unresolved issue.
I figured they maybe loadbalancing and stuff. Most probably some db design issue for db updates.
This doesn't seem to be a one-off case from my unit …
Adding for reference.
If I run this,
while(1):
minuteData=pd.DataFrame(kite.historical_data(1086465, from_date="2021-05-26", to_date="2021-05-26", interval='minute'))
print(minuteData.loc[minuteData["date"].dt.time==datetime.time(9,3…
Thanks for replying @rakeshr.
I am just running
minuteData=pd.DataFrame(kite.historical_data(1086465, from_date="2021-05-26", to_date="2021-05-26", interval='minute'))
in python, multiple times.