RDP and EK retriving divergent settlement results for same parameters

Hello,
I'm trying to gather data from "SN2" RIC using the API with Python, however, I get different results for the same RIC, same period and same fields.
For example, when I use:
import refinitiv.dataplatform as rdp
df1 = rdp.get_historical_price_summaries(
universe = 'SN2',
interval = rdp.Intervals.DAILY,
start = '2022-04-01',
end = '2022-04-11',
adjustments= [ rdp.Adjustments.UNADJUSTED ])
the result for [SETTLE] column is the "On screen" price times 100 (witch makes sense, since the currency "on screen" is USDc) but, on the otherside, if use:
import eikon as ek
df, err = ek.get_data(
instruments = ['SN2'],
fields = [
'TR.SETTLEMENTPRICE.date',
'TR.OPENPRICE',
'TR.HIGHPRICE',
'TR.LOWPRICE',
'TR.SETTLEMENTPRICE'],
parameters = {'SDate':'2022-04-01','EDate':'2022-04-11','Curn':'USD', 'Frq':'D'})
Results for the [SETTLE] columns came all divided by 10^3 witch is weird because I've set the currency for USD at parameters argument.
How do I get the correct USD value?
Best Answer
-
Hi @sylvio.campos,
Thanks for the query, I tried your above code and it appears that the issue is with the currency being used.
A case with ticket number 11134710 has been raised on behalf of you and the support team is going to contact you to assist with this soon. However, I would recommend you to contact the support team directly via MyRefinitiv for content related queries.
Also, I noticed that you used adjusted, please note that this only applies to stocks.
0
Answers
-
Case 11134710 has been closed by the following resolution - Time Series doesn’t do the conversion in this case. We return as USc per MetaData setting. If you see incorrect values, that should be from application conversion.
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
- 616 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 中文论坛