☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
March 2024
MAG
March 2024
mb12
kiteconnect quote() function gives correct dictionary for NSE. but giving blank for NFO. Why?
ashokbuxar41
March 2024
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 2024
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 2024
@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 2024
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 2024
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?