Does the Refinitiv Data Library for Python (link) support streaming 1 minute OHLC bars?
I.e. allow to open a subscription and await/stream the bars as they come in, using a websockets-like event based framework.
As opposed to having to query them repetitively with the REST rd.get_history function.