If i use below api with while loop … iam not getting last two 5 min candle delayed from the live market data… can any one help and give me the code …
data = dhan.intraday_minute_data(
symbol,
exchange,
product,
str(start_date),
str(end_date),
days_back
)