☰
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
March 17
MAG
March 17
mb12
kiteconnect quote() function gives correct dictionary for NSE. but giving blank for NFO. Why?
ashokbuxar41
March 16
in
Python client
code -
x = kite.quote("NSE:NIFTY 50")
print(x)
y = kite.quote("NFO:NIFTY24MAR21500CE")
print(y)
output -
{'NSE:NIFTY 50': {'instrument_token': 256265, 'tradingsymbol': 'NIFTY 50', 'timestamp': datetime.datetime(2024, 3, 15, 19, 30, 57), 'last_price': 22023.35, 'net_change': -123.3, 'ohlc': {'open': 22064.85, 'high': 22120.9, 'low': 21931.7, 'close': 22146.65}}}
{}
Tagged:
NSE
kiteconnect
QUOTE
NFO segment
mb12
March 17
same here, can this be expedited please as it's critical????
Tried even for futures e.g.
y = kite.quote("NFO:BANKNIFTY24MARFUT")
print(y)
output:
{}
MAG
March 17
@mb12
were you trying this out yesterday/today?
Your post date is March 16. The second post is today morning.
How do you expect to receive market quotes when the market is closed?
mb12
March 17
Well, then how are market quotes coming for stocks now? Thought it always worked earlier as well, it just returned the last quote. Please note that market quotes data also helps to get the current circuit limits & circuit limit % as well.
mb12
March 17
anyway, it seems to be working now.
Sign In
or
Register
to comment.
Tried even for futures e.g.
y = kite.quote("NFO:BANKNIFTY24MARFUT")
print(y)
output:
{}
Your post date is March 16. The second post is today morning.
How do you expect to receive market quotes when the market is closed?