How can I fetch the intraday data (say, 1 hour or 1 minute) for a given RIC (ex- '1SN4^1'). I tried the below code snippet, but it appears to be incorrect. Please help me figure out this issue.
req = ek.get_timeseries(["1SN4^1"], start_date="2013-04-17T00:00:00", end_date="2014-07-10T00:00:00", interval="minute")