@nselvamca subscribe to the Kite API in full mode and use the exchange_timestamp field to accurately determine the last tick of each minute:
sample code...
import datetime
from kiteconnect import KiteConnect, KiteTicker
# Initialize KiteConnect
…
Receiving zero volume data for certain intervals when using the Kite Connect Historical Data API can be due to several reasons. Here are some potential causes and suggestions to resolve this issue:
Potential Causes
Market Activity:
During certain i…
hi @vijayonkite To attach a custom string (tag) to an order in Kite Connect and retrieve it in your orderUpdateListener, you can use the tag parameter available in the Kite Connect API. This parameter allows you to add a custom string to your order…