☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
June 2021
Vaga
June 2021
sujith
Same Trading Symbol in Margin API
Vaga
June 2021
edited June 2021
in
General
https://api.kite.trade/margins/futures
- In this link trading symbol for all the 3 months contracts is the same as the current month. July and August contracts are not appearing.
Tagged:
Margin
Margins API Call
sujith
June 2021
@Vaga
,
You can use this
API
which does the calculation for you.
Vaga
June 2021
@sujith
- We have already implemented our systems based on the margins through the below margins links.
CURRENCY = '
https://api.kite.trade/margins/currency'
COMMODITY = '
https://api.kite.trade/margins/commodity'
EQUITY = '
https://api.kite.trade/margins/equity'
FUTURES = '
https://api.kite.trade/margins/futures'
So are you going to retain them or scrap it?
sujith
June 2021
It is deprecated, you can use the Kite Connect's margins API, which considers your portfolio as well for calculation.
Sign In
or
Register
to comment.
You can use this API which does the calculation for you.
CURRENCY = 'https://api.kite.trade/margins/currency'
COMMODITY = 'https://api.kite.trade/margins/commodity'
EQUITY = 'https://api.kite.trade/margins/equity'
FUTURES = 'https://api.kite.trade/margins/futures'
So are you going to retain them or scrap it?