I am using the following command in the Refinitiv-Excel interface in order to get all the RICs associated with a certain set of contracts.
=@TR("0#LCOG1+";"";"CH=Fd RH=IN";$A$1)
How would this command look like in Phyton (is it possible to get the result applying the "get_data" function)?
Or more generally, is there a way to translate commands from one "language" to the other?