☰
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.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
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
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