☰
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
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
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