☰
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.2K
All Categories
0
Incidents
161
Node JS client
45
Go client
806
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
352
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
April 28
Niru
April 28
Sravanthi_bh
How to fetch daily OHLC data
kanika
March 10
edited March 10
in
Python client
How can we daily OHLC data for NSE scripts ?
Tagged:
#python #ticker #marketdata
Sravanthi_bh
March 11
For the day's OHLC, you can use Quote APIs. Go through
this documentation
.
Niru
April 28
Hi, Index Name setting error between "NIFTY BANK" Vs "BANKNIFTY" to fetch instruments (options of BANKNIFTY Index). How to go about it?
Python code run log as below:
2025-04-28 10:55:13,288 - INFO - MainThread - Kite Connect/Ticker init complete.
2025-04-28 10:55:13,288 - INFO - MainThread - Fetching NFO instrument list...
2025-04-28 10:55:13,957 - INFO - MainThread - Fetched 30380 instruments for NFO.
2025-04-28 10:55:13,976 - WARNING - MainThread - No options found containing NAME='BANKNIFTY' (case-insensitive, stripped). Check INDEX_NAME setting.
2025-04-28 10:55:13,979 - INFO - MainThread - Sample instrument names found in NFO list (after strip): ['NIFTY' 'BANKNIFTY' 'AARTIIND' 'ABB' 'ABCAPITAL' 'ABFRL' 'ACC'
'ADANIENSOL' 'ADANIENT' 'ADANIGREEN']
2025-04-28 10:55:13,990 - CRITICAL - MainThread - Instrument fetch failed. Exiting.
Sravanthi_bh
April 28
To fetch the Banknifty options you may try fetching as "NIFTY BANK"
Check out the
instrument file
and fetch this accordingly.
Sign In
or
Register
to comment.
Python code run log as below:
2025-04-28 10:55:13,288 - INFO - MainThread - Kite Connect/Ticker init complete.
2025-04-28 10:55:13,288 - INFO - MainThread - Fetching NFO instrument list...
2025-04-28 10:55:13,957 - INFO - MainThread - Fetched 30380 instruments for NFO.
2025-04-28 10:55:13,976 - WARNING - MainThread - No options found containing NAME='BANKNIFTY' (case-insensitive, stripped). Check INDEX_NAME setting.
2025-04-28 10:55:13,979 - INFO - MainThread - Sample instrument names found in NFO list (after strip): ['NIFTY' 'BANKNIFTY' 'AARTIIND' 'ABB' 'ABCAPITAL' 'ABFRL' 'ACC'
'ADANIENSOL' 'ADANIENT' 'ADANIGREEN']
2025-04-28 10:55:13,990 - CRITICAL - MainThread - Instrument fetch failed. Exiting.
Check out the instrument file and fetch this accordingly.