Why I try to get 1 minute data by using get_history, but returned data is missing ?

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:
Answers
-
Thank you for reaching out to us.
I used the historical pricing in content layer with the following code.
response1 = historical_pricing.summaries.Definition( "LCOv1", interval=Intervals.MINUTE, start = '2025-04-23T00:00:00', end = '2025-04-24T23:59:59', fields=['OPEN_PRC', 'TRDPRC_1', 'HIGH_1', 'LOW_1'], extended_params={"summaryTimestampLabel":"endPeriod"} ).get_data() response1.data.df
I assumed that your timezone is UTC+8.
df = response1.data.df df[(df.index.get_level_values(0) >= '2025-04-24 08:26:00') & (df.index.get_level_values(0) <= '2025-04-24 08:34:00')][::-1]['TRDPRC_1']
The example code is on GitHub.
1 -
Thank you for your support. Could the data of OPINT_1 be obtained simultaneously?
0 -
I checked and found that it doesn't support the OPINT_1 data for Intervals.MINUTE.
You can remove the fields parameter to retrieve all available fields.
0 -
I want to obtain the minute real-time OPINT_1 data of, for example, LCOv1. Can Python retrieve it?
0 -
Please contact the Historical Pricing support team via MyAccount to confirm if this field is available on the historical database.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 652 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛