I am looking for a solution to streaming data from a none default source. Notice there is a similar question raised last year:
Where Alex mention streaming capability that will be able to retrieve market data from your TREP. And I am guessing it is StreamingPrices().
Say, in a spreadsheet I can use =RtGet(MY_SOURCE, MY_RIC, "Bid")
Is there any example I can follow to specify the source here?
I tried StreamingPrices(service = MY_SOURCE, instruments = MY_RIC, fields = ""Bid ). But it does not work.
Thanks in advance.
According to the document for streaming data interface on Eikon Data API(Python) at https://developers.refinitiv.com/eikon-apis/eikon-data-api/learning?content=81721&type=learning_material_item (updated in Feb 2020), the capability to select source/feed has not been introduced yet.