☰
Login
Signup
Home
›
API clients
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
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
January 2018
ayanjohn
January 2018
tonystark
NIFTY Index cash and Future data
ayanjohn
December 2017
in
API clients
I am able to get data for cash and Future for Stock but not for Index such as Nifty
https://api.kite.trade/instruments/NFO/SBIN18FEBFUT?api_key=xxx&access_token=yyy
https://api.kite.trade/instruments/NSE/SBIN?api_key=xxx&access_token=yyy
NIFTY 50:- Only I can find FUture Price, not the market Price, can someone please suggest
https://api.kite.trade/instruments/NFO/NIFTY18FEBFUT?api_key=xxx&access_token=yyy
But Not able to find such as --
https://api.kite.trade/instruments/NSE/NIFTY?api_key=xxx&access_token=yyy
Please help me out if anyone having any idea.
Regards,
Ayan
Tagged:
nifty
tonystark
January 2018
You have to use the complete trading symbol in the API. For Nifty50 it is "NIFTY 50". So the API call should be:
"
https://api.kite.trade/instruments/NSE/NIFTY
50?api_key=xxx&access_token=yyy"
ayanjohn
January 2018
Awesome, Thanks a lot
This discussion has been closed.
"https://api.kite.trade/instruments/NSE/NIFTY 50?api_key=xxx&access_token=yyy"