It would be better if we have margin calculator api for each symbol before placing order. I need to check i have enough found or not before trigger the place order. if this is already available kindly share the function name
@sathish, We provide data for instrument margins. You can do the calculations at your end. You can check out this thread to know more about the endpoint.
I am not asking any strategies from you @sujith , You (Zerodha) provide the data if i hit this api ( https://api.kite.trade/margins/equity) All i wanted to know how to use this api to calculate the margin that is all, do u think this is strategiey With out any doc how do i proceed, [{ "margin": 0, "co_lower": 12.0, "mis_multiplier": 5.0, "tradingsymbol": "3MINDIA", "co_upper": 8.0, "nrml_margin": 0, "mis_margin": 20.0 }]
We provide data for instrument margins. You can do the calculations at your end. You can check out this thread to know more about the endpoint.
Whatever examples or materials we have are listed on that thread, if it is not there then you may ask someone else on the community or hire someone.
You (Zerodha) provide the data if i hit this api ( https://api.kite.trade/margins/equity)
All i wanted to know how to use this api to calculate the margin that is all, do u think this is strategiey
With out any doc how do i proceed,
[{
"margin": 0,
"co_lower": 12.0,
"mis_multiplier": 5.0,
"tradingsymbol": "3MINDIA",
"co_upper": 8.0,
"nrml_margin": 0,
"mis_margin": 20.0
}]
https://kite.trade/forum/discussion/2183/margin-calculation-for-bracket-and-cover-order?new=1
https://api.kite.trade/margins/equity
Yeah, we will update on this.
You can go through this thread to know about terms used in the above margin utility.
You can refer to this thread.