☰
Login
Signup
Home
›
Python 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
February 2018
sujith
Getting instrument data on Command prompt of python
avinashcherukuri
February 2018
in
Python client
Hi,
I am using kite.instruments() on the command prompt -Python which is giving me the complete list. However, if I have to get this data in a csv format, what would be the code?
Tagged:
INSTRUMENT LIST
sujith
February 2018
The actual response from the server is the csv. You can just directly make an HTTP request to the endpoint.
You can check out
cURL example to know the correct format and URL of the request
.
Sign In
or
Register
to comment.
You can check out cURL example to know the correct format and URL of the request.