☰
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
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
792
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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?