Hi, I would like to replicate the below excel formula using the python api.
The goal is to get the total return of an Isin for a given period in a specific currency. In this case EUR. As we wish to do this for a considerable amount of Isins over multiple time periods, we wish to move from excel to Python to achieve this. Your help would be gratefully appreciated.
=IFERROR((@DSGRID ($B107,"PCH#(X"&$H107&","&TEXT(AE$8,"DD/MM/YY")&","&TEXT($AD$8,"DD/MM/YY")&")","Latest Value","","","RowHeader=False;ColHeader=False;DataTypeDefLink=False;DispSeriesDescription=False;DispDatatypeDescription=False",""))/100,"")
$B107 = BE6328398217
$H107 = (RI)~E
AE$8 & $AD$8 = Start & End Date