☰
Login
Signup
Home
›
Mobile and Desktop apps
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
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
October 2016
pankajrb
October 2016
prakash.jj
October 2016
Vivek
September 2016
pranksterguru
April 2016
ajay.b
March 2016
Kailash
API for Sensex, Nifty, Midcap and SmallCap quote
ajay.b
February 2016
in
Mobile and Desktop apps
Is there any API for Sensex, Nifty, Midcap and SmallCap quote ?
Kailash
February 2016
edited February 2016
@ajay
.b - The instruments API in the document should work.
ajay.b
February 2016
As instruments API returns large amount of data, do we have any other api which can be called for real time quotes of indices.
Kailash
February 2016
The WebSocket API streams live updates. We're doing final touches to it before it's documented and released.
ajay.b
February 2016
@Kailash
With instruments api, what will be the symbol for getting quote for indices like sensex, nifty, small and midcap. Can you please help.
Kailash
February 2016
Please try their alphanumeric names, like NIFTY50.
ajay.b
March 2016
Tried NIFTY50, it does not work. Getting below error,
{"status": "error", "message": "Exception fetching quote", "error_type": "DataException"}
ajay.b
March 2016
@Kailash
,
Any way by which we can get the quotes for index stocks.
Kailash
March 2016
We're working on this. Will post an update soon.
ajay.b
April 2016
is this available now ?
pranksterguru
September 2016
is this available now?
Vivek
September 2016
@ajay
.b
@pranksterguru
Yeah the feature is live now. You can fetch quotes for index and you can replace space with + symbol in index name. Here is an example
NIFTY -
https://api.kite.trade/instruments/NSE/NIFTY+50?api_key=xxx&access_token=yyy
SENSEX -
https://api.kite.trade/instruments/BSE/SENSEX?api_key=xxx&access_token=yyy
prakash.jj
October 2016
@vivek
how do I get the quotes for Bank Nifty?
Vivek
October 2016
@prakash
.jj You need to use NFO as exchange -
https://api.kite.trade/instruments/NFO/BANKNIFTY16OCTFUT?api_key=xxx&access_token=yyy
pankajrb
October 2016
Cannot find instrument code for SENSEX? Can you help
Sign In
or
Register
to comment.
With instruments api, what will be the symbol for getting quote for indices like sensex, nifty, small and midcap. Can you please help.
{"status": "error", "message": "Exception fetching quote", "error_type": "DataException"}
Any way by which we can get the quotes for index stocks.
NIFTY -https://api.kite.trade/instruments/NSE/NIFTY+50?api_key=xxx&access_token=yyy
SENSEX - https://api.kite.trade/instruments/BSE/SENSEX?api_key=xxx&access_token=yyy