☰
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
15.1K
All Categories
0
Incidents
179
Node JS client
52
Go client
855
.Net API client
399
Kite Publisher
554
.Net / VBA / Excel (3rd party)
503
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
363
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
General
In this Discussion
April 2022
Andy2188
April 2022
SRIJAN
kite quote API is not working for NFO symbols
Andy2188
April 2022
in
Python client
Unable to get NFO quotes using kite.quote API. Earlier it used to work just fine. Anything changed recently. Its working for NSE symbols though.
>>> kite.quote('NFO:NIFTY2241417800CE')
{} <<==== No data received.
Working for NSE symbols. Pls see below.
>>> kite.quote('NSE:INFY')
{'NSE:INFY': {'instrument_token': 408065, 'timestamp': datetime.datetime(2022, 4, 8, 20, 6, 41), 'last_trade_time': datetime.datetime(2022, 4, 8, 15, 52, 37), 'last_price': 1814.6, 'last_quantity': 0, 'buy_quantity': 0, 'sell_quantity': 0, 'volume': 0, 'average_price': 0, 'oi': 0, 'oi_day_high': 0, 'oi_day_low': 0, 'net_change': 0, 'lower_circuit_limit': 1633.15, 'upper_circuit_limit': 1996.05, 'ohlc': {'open': 1823, 'high': 1838, 'low': 1808, 'close': 1811}, 'depth': {'buy': [{'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}], 'sell': [{'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}]}}}
>>>
SRIJAN
April 2022
edited April 2022
Coming Thursday is Holiday. Expiry is on Wednesday.
Andy2188
April 2022
Oh.. My Bad. Thankyou for the update.
This discussion has been closed.