Enable NFO market data access for API (LTP/Quote not working)

sriperforms
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
    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.