Hi,
I am trying to get 1 minute ice brent oil price from workspace python api. I am using get_history function like this: (I live in EAST-8)
df = ld.get_history(universe='LCOcv1',start="2025-04-23",end="2025-04-24",interval="1min",count=2000000)
What I get is:
Latest data is 2024-04-23 21:59:00, seems to be UTC time, so it shall be 05:59 in my local time. But at the same time we see on Workspace the following data, which is updated to 16:34 local time. So from 06:00 - 16:34 1 minite data is missing, we can't get them. So what's wrong? Thanks in advance.
Workspace data: