Hi There
I'm pulling the price history for SNHG.DE but found that using Excel and Python I get very different results.
Excel formula:
=TR("SNHG.DE","TR.PriceClose.calcdate; TR.PriceClose","SDate=2013-01-01 EDate=2017-08-24 Frq=D RH=In")
Python script:
ek.get_data(SNHG.DE, ['TR.PriceClose.calcdate', 'TR.PriceClose'], {'SDate': 2013-01-01, 'EDate': 2017-08-24, 'Frq': D} )
I've attached the two files where you can see that the dates at which prices are available (not null) differ quite substantially for the two methods of pulling the same data.
Please advise.