Wrong currency or null value returned in Refinitiv Data Library

Hi.
The following request returns either wrong values or null values.
instruments = [".MIEUG0000PEU", ".FTAWPACXJAR", ".TRIFREMLVNU", ".dMIGB0ECISGGB", ".dMIWO0EC0SGGB",
".MIJP0200BGGB", ".MIUGG200BGGB", ".MIAXK200BGGB", ".MIUS0200BGGB", ".MIEF0EC0SGGB" ]
rd.get_data(universe = instruments, fields = ["TR.IndexCalculationCurrency"])
However, when I check in Workspace, the correct data can be retrieved
Can you have a look, please?
Thanks
Best Answer
-
You can also use Eikon Data API in Codebook.
The code looks like this:
import refinitiv.data.eikon as ek
ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY')
instruments = [".MIEUG0000PEU", ".FTAWPACXJAR", ".TRIFREMLVNU", ".dMIGB0ECISGGB", ".dMIWO0EC0SGGB",
".MIJP0200BGGB", ".MIUGG200BGGB", ".MIAXK200BGGB", ".MIUS0200BGGB", ".MIEF0EC0SGGB" ]
df, err = ek.get_data(instruments, fields = ["CF_CURR"])
dfThe output is:
0
Answers
-
0
-
Hi @nick.zincone and thank you for your reply.
I tried to use CF_CURR field and the response is not satisfying.
Instead of getting the string value of the currency, I retrieved the digital currency code as you can see below
I've read this post which allows to resolve the currency code in RDP which is in my mind a hack.
As the code I'm currently designing is for an external user, I prefer to have an elegant solution.
Question : is there a parameter I can put in the get_data parameter field to resolve the currency code ?
Thanks
0 -
What about this?
You try to get a currency from the TR.PriceClose.currency. However it seems that the second instrument is a bit different with the currency code "US2" and is not recognized, therefore you may try this workaround:
rd.get_data(universe = instruments, fields = ["AVAIL(TR.PriceClose.currency,TR.IndexCalculationCurrency)"])
0 -
Hi @m.bunkowski ,
Fantastic! in your code above, If I use TR.ClosePrice.currency instead of TR.PriceClose.currency, then the output is correct.
Thank you for your help.
0 -
Thanks @Jirapongse!
Your piece of code works as well.
However, I've been advised to use Refinitiv Data Library instead of EIkon Data API.
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
- 651 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 中文论坛