☰
Login
Signup
Home
›
API clients
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
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
August 2021
ramatius
August 2021
sujith
Space character in symbol name - HAWKINS COOK
ramatius
August 2021
in
API clients
Hi,
There is a CM symbol "HAWKINS COOK" returned by the instruments API, which has a space character in it.
But the tokens data has it as "HAWKINCOOK",
130172420,508486,HAWKINCOOK,"HAWKINS COOKERS.",0,,0,0.05,1,EQ,BSE,BSE
This is throwing off our data loading module.
Also, data ticks are not coming (yet to double-check this though) for this symbol.
Pls look into this and update.
Regards,
Ramakrishnan S
quantindia.in
Tagged:
tradingsymbol
symbol master
sujith
August 2021
Can you give us both endpoints?
We only provide the data dump in the instruments master API. What are you comparing it with?
ramatius
August 2021
Hi Sujith,
The first endpoint is
https://api.kite.trade/instruments?api_key=
The second endpoint is
https://api.kite.trade/margins/equity
Thanks for looking into it.
Regards,
Ramakrishnan S
quantindia.in
sujith
August 2021
edited August 2021
The margins data API will be deprecated. You can use
this API
instead of doing calculations at your end.
This API will consider your pending orders and positions as well for calculating margins required.
ramatius
August 2021
Hi Sujith,
Does this API return the margins for all symbols in one go? Calling it for each symbol will be unwieldly.
We usually call the margins endpoint just before market starts & use it for the day across all users.
Pls advise.
Regards,
Ramakrishnan S
quantindia.in
Sign In
or
Register
to comment.
We only provide the data dump in the instruments master API. What are you comparing it with?
The first endpoint is
https://api.kite.trade/instruments?api_key=
The second endpoint is
https://api.kite.trade/margins/equity
Thanks for looking into it.
Regards,
Ramakrishnan S
quantindia.in
This API will consider your pending orders and positions as well for calculating margins required.
Does this API return the margins for all symbols in one go? Calling it for each symbol will be unwieldly.
We usually call the margins endpoint just before market starts & use it for the day across all users.
Pls advise.
Regards,
Ramakrishnan S
quantindia.in