Hello!
I’m trying to generate 5-Min bars from real time data, besides using streaming data (subscribe_quotes), it looks like I can also manually make quote requests by using StockHistoricalDataClient.get_stock_latest_quote for example every 10 seconds. What is the best practice to do this? Thank you for your help!