Hi Guys
I am trying to pull historical Ldn specific close prices from certain Curves in Python.
this is my Python code based on how it seems to be required in Excel and my previous question.
ek.get_data('DUBSGSWMc2',['TR.TRADEPRICEEUROPE.Timestamp', 'TR.TRADEPRICEEUROPE.Close'],parameters={'SDate': "2021-01-01", 'EDate': reportDate}
however if get this as a result.
This is the code I used in Excel to pull the data which worked using the formula builder.
=RHistory("DUBSGSWMc1","TRADE PRICE EUROPE.Timestamp;TRADE PRICE EUROPE.Close","INTERVAL:1D",,"TSREPEAT:NO CH:Fd",B2)
Thanks