Im able to fetch tick data using WebSocket. As my requirement is to fetch data once every 1 min, i need some workaround to pause the tick data feed for 1 min.
I have tried to call time.sleep(1) but it does not help. How I can achieve 1 Minute wait time?