☰
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
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 3
vishnux
December 5
sujith
Incorrect token in instruments dump for certain symbols.
vishnux
November 25
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 25
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 3
Yea , but why its not reflecting in kite dump.. its showing old token on the kite instrument dump.
sujith
December 5
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.