I have the following formula:
=RHistory("CR.N","TRDPRC_1.Close; TRDPRC_1.Timestamp","START:01-Jan-2022 END:09-Nov-2022 ADJUSTED:YES INTERVAL:1D",,"TSREPEAT:NO CH:IN;Fd",C2)
How could transform it correctly to the Python Eikon Data APi code?
And one more question. Is there any chance to convert the prices into USD easily via Python in this case? I know that in the formula builder it is not possible not in RHISTORY.
I am asking not only for CR.N but in general for a lot of other RIC-codes as well.
Thanks!