Hello,
I am trying to retrieve data for some Saudi stocks, e.g. RIC 4130.SE, with Python using:
candles = ek.get_data(instruments = "4130.SE", fields=["Open","High","Low","Close","Volume"], start_date = "2010-01-01T00:00:00", end_date = "2023-11-01T00:00:00", interval='daily', corax = 'adjusted')
However, I just get about 12 days of history (see small snapshot below).
However, in Eikon I can clearly see:
(it goes back to 2010).
Any suggestions on what am I doing wrong?
Thanks!