Guys, I need help w.r.t API, with usage of
response = fyers.history(data=data), i dont get data for the current day... So i try to fix that by using getting live data from API fyers.quotes(data), which works fine till 3:30 PM but after 3:30 PM it starts showing last days data, for example today is 10th july, so history will fetch me data till 7th July 2023, so when i run this API (fyers.quotes) after 3:30 i get data for 7th, but before 3:30 i get data correctly for 10th .. How do i raise this issue with team?