☰
Login
Signup
Home
›
Node JS client
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
405
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
December 2024
vishnux
December 2024
sujith
Incorrect token in instruments dump for certain symbols.
vishnux
November 2024
in
Node JS client
Hi , I am getting dumps of instruments like this
const options = {
hostname: "api.kite.trade",
path: "/instruments",
headers: {
"X-Kite-Version": "3",
Authorization: `token ${api_key}:${access_token}`,
},
};
I am getting the dump correctly , but few symbols tokens are incorrect for example see this
165121,645,DNAMEDIA-BE,"DILIGENT MEDIA CORP",0,,0,0.01,1,EQ,NSE,NSE
For dnamedia NSE in api its giving me token of 165121 , but in zerodha its 164097 .. Its happening to many symbols .
sujith
November 2024
When an instrument is moved to T2T segment by the exchange it will be assigned a new instrument token.
You can know more about it
here
.
vishnux
December 2024
Yea , but why its not reflecting in kite dump.. its showing old token on the kite instrument dump.
sujith
December 2024
The instruments master file is generated every day. Are you sure you are using the latest one?
Sign In
or
Register
to comment.
You can know more about it here.