Hi, what is the code to get rolling history for an equity ric. I want 30 days history for MSFT.O. I copied and pasted the below code from the Eikon API document, but it is not working.
req = ek.get_timeseries(["MSFT.O"], start_date = get_date_from_today(150), end_date = get_date_from_today(100), interval="daily")