☰
Login
Signup
Home
›
.Net API 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
14.3K
All Categories
0
Incidents
166
Node JS client
46
Go client
811
.Net API client
391
Kite Publisher
538
.Net / VBA / Excel (3rd party)
469
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
354
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 27
Sravanthi_bh
May 26
DM2290
June 2022
m7010621123
June 2022
SRIJAN
Instrument Token
m7010621123
June 2022
in
.Net API client
I have downloaded the Instruments list. Is there any Idea or Code to identify the Instrument_Token of the Symbol?
Tagged:
instrument token
SRIJAN
June 2022
Read the csv file and loop through all the rows.
m7010621123
June 2022
where the csv file stored. The .NET API parses and return a list. Right? How to access the files? or is there any other function to download the csv file?
SRIJAN
June 2022
The csv file downloaded through C# client is just stored in the program's memory.
You can convert the list into a csv file and store in your system.
Or, directly download csv from this link:
https://api.kite.trade/instruments
If you want instruments dump for a specific exchange,add the exchange as suffix,like:
https://api.kite.trade/instruments/NSE
DM2290
May 26
Please consider showing instrument code in Watchlist as a user friendly measure
Sravanthi_bh
May 27
I am afraid we can't show instrument tokens on the UI.
Sign In
or
Register
to comment.
You can convert the list into a csv file and store in your system.
Or, directly download csv from this link:
https://api.kite.trade/instruments
If you want instruments dump for a specific exchange,add the exchange as suffix,like:
https://api.kite.trade/instruments/NSE