☰
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
15.1K
All Categories
0
Incidents
179
Node JS client
52
Go client
855
.Net API client
399
Kite Publisher
554
.Net / VBA / Excel (3rd party)
503
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
363
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
General
In this Discussion
March 24
nagavenij
Enable NFO market data access for API (LTP/Quote not working)
sriperforms
March 24
in
Python client
Hi Team,
I am using Kite Connect API with Python to build an options trading system.
Currently:
- NSE instruments (e.g., NIFTY spot) are working
- NFO instruments (options) are not accessible via LTP/quote APIs
Example:
kite.ltp("NSE:NIFTY 50") → works
kite.ltp("NFO:NIFTY...") → returns empty
Could you please enable NFO market data access for my API key?
Thanks.
nagavenij
March 24
The API response data will be empty if the
instrument
identifier is not passed correctly. Please ensure that the instrument identifier is provided accurately to avoid this issue.
Sign In
or
Register
to comment.