Data item definition in Refinitiv Data Library

My formal colleague left a Python code (refinitiv.data) for entity search purpose (part of it is as below), which is running fine. But I want to get deep dive on the entity information, now I couldn't find any document like a data dictionary for me to know what get_data() returns, and what are the items meaning in returns.
I find a link there is a return value but nothing inside when I click
Could someone kindly tell me I am going to the right place? If yes, anyone I could contact to fix this?
If no, where I could find the data dictionary for Refinitiv Data Library?
Best Answer
-
Thank you for reaching out to us.
If you means the TR fields' definitions, you can use the Data Item Browser tool to search for fields and check their definitions.
Regarding how to use the Data Item Browser, please refer to this video.
1
Answers
-
Thanks Jirapongse, this is what I need, But would like to know one more thing, which function could get which items? Like what items fundamental_and_reference could return, what items could symbol_conversion could return?
0 -
If you meansinstrument types, from my test, it supports RICs, PermIDs, ISINS, SEDOLs, CUSIPs, etc.
response = fundamental_and_reference.Definition( ["LSEG.L", "55850485015", "GB00B0SWJX34", "B0SWJX3", "459200101"], ["TR.Revenue.date", "TR.Revenue", "TR.GrossProfit","TR.CommonName"] ).get_data() response.data.df
Regarding the symbol_conversion, you can run the following help command to check the supported instrument types.
help(symbol_conversion.Definition)
0 -
Thanks for your prompt reply, I mean how could I tell the data items return from which content in Refinitiv Data Library. For example:
fundamental_and_reference.Definition( universe=["TRI.N", "IBM.N"], fields=["TR.Revenue", "TR.GrossProfit"]).get_data()
historical_pricing.summaries.Definition( universe="GBP=", interval=Intervals.DAILY, count=5, fields=["BID", "ASK", "OPEN_PRC", "HIGH_1", "LOW_1", "TRDPRC_1", "NUM_MOVES", "TRNOVR_UNS"]).get_data()
Like above, could TRDPRC_1 and LOW_1 returned by fundamental_and_reference? Or the reverse?
Fundamentally, When I want a specific data item, which content I should go to?
0 -
I checked and found the fundamental_and_reference can be used to retrive current and historical data of TR fields. You can use the Data Item Browser tool to search for TR fields and parameters. However, it can't return data for real-time fields, such as BID, ASK, and TRDPRC_1.
You need to use the 2.02-Pricing examples to get the current values of real-time fields (BID, ASK, TRDPRC_1).
To get historical data of real-time fields, you need to use the historical_pricing.
If you would like to retrieve both TR fields and real-time fields in the same call, you can try get_data and get_history method in the access layer.
0 -
Thanks bro, one more question is that how could I tell the currency and the exchange rate of amount items?
Sample:
Revenue from Business Activities under a NZ company, how could I tell if the total revenue is booked in USD or local currency? And the exchange rate?
As I query companies by batch via Python, any item could help me to identify?
0 -
You can use the TR.F.TotRevenue.companyCurrency or TR.F.TotRevenue.CoCurrName field to get a currency.
You can use the Data Item Browser tool to see sub fields.
0 -
Thanks for the prompt reply, does this mean that I could specify the currency when I query via Python?
But looks this could not help on the exchange rate?
0 -
Yes, you can change the currency of the field.
Regarding how to use the parameters, please contact the helpdesk team directly via MyAccount.
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
- 684 Datastream
- 1.4K DSS
- 614 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
- 248 ETA
- 554 WebSocket API
- 37 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
- 641 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
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 192 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 89 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛