ek.get_data correct date with multiple fields

Hi,
I have the following call in excel:
=@TR("IAG.AX","TR.IssueMarketCap(Scale=6 ShType=FFL), ((TR.FreeFloatPct)/100), TR.IssueSharesOutstanding(Scale=3), TR.CLOSEPRICE(Adjusted=0)","SDate=2020-10-27 EDate=2020-12-01 Curn=USD CH=Fd RH=calcdate")
I repeat to make this same call in:
ek.get_data
However I want in the return also a correct date (that is correct for all fields) so that If I later use the information I know which get_data result is for which date
data, err = ek.get_data("IAG.AX"
, fields = ["TR.IssueMarketCap('Scale'=6,'ShType'=FFL)"
,"TR.FreeFloatPct()/100/*FreefloatWeight*/"
,"TR.IssueSharesOutstanding(Scale=3)/*shares outstanding*/" ,"TR.CLOSEPRICE(Adjusted=0)/*close*/"]
, parameters = {"Curn" = "USD", "SDate" = "2020-10-27"
, "EDate" = "2020-12-01"}
I can add a date like e.g.:
"TR.CLOSEPRICE(Adjusted=0).DATE"
But then how do I know for sure that this date is valid also for the other fields (not close price)?
Best Answer
-
@laurens thanks for your question - so there is no way to guarantee fidelity of dates across different fields with the Eikon Data API library - without explicitly requesting a date or a calc date:
data, err = ek.get_data("VOD.L",fields = ["TR.IssueMarketCap(Scale=6).calcdate","TR.IssueMarketCap(Scale=6)","TR.FreeFloatPct.calcdate","TR.FreeFloatPct","TR.IssueSharesOutstanding(Scale=3).calcdate","TR.IssueSharesOutstanding(Scale=3)","TR.CLOSEPRICE(Adjusted=0).calcdate","TR.CLOSEPRICE(Adjusted=0)"],parameters = {"Curn": "USD", "SDate" : "2020-10-27", "EDate" : "2020-12-01", "Frq":"D"})
dataThe RD Library does have row fidelity but it does this by inserting NA artefacts. I hope this can clarify.
0
Answers
-
sorry, but this is not an acceptable answer. If you look at the formula's used you might infer that the data browser is already used. So this I obviously already tried...
Looking at your answer I doubt if you understand the difficulty of the question asked.
0 -
hi @jason.ramchandani01 many thanks for your answer, this is what I already was suspecting.
To clarfiy upon your last sentence:
(`The RD Library does have row fidelity but it does this by inserting NA
artefacts.`)is this only for RD or also for RDP, and if possible can you provide me with an example?
0 -
I checked this query
import refinitiv.data as rd
rd.open_session()
df = rd.get_data(universe="VOD.L",
fields= ["TR.IssueMarketCap(Scale=6)","TR.IssueMarketCap(Scale=6).calcdate","TR.FreeFloatPct","TR.FreeFloatPct.calcdate","TR.IssueSharesOutstanding(Scale=3).calcdate","TR.CLOSEPRICE(Adjusted=0)","TR.CLOSEPRICE(Adjusted=0).calcdate"],
parameters = {"Curn": "USD", "SDate" : "2020-10-27", "EDate" : "2020-12-01", "Frq":"D"})I notice than that still there is no consistency in the dates:
Is this a design choice?
0 -
0
-
Apologies @laurens I meant with a get_history call you get row fidelity as below - we did not change the get_data output:
df = rd.get_history(universe="VOD.L",fields= ["TR.IssueMarketCap(Scale=6)","TR.FreeFloatPct","TR.IssueSharesOutstanding(Scale=3)","TR.CLOSEPRICE(Adjusted=0)"],parameters = {"Curn": "USD", "SDate" : "2020-10-27", "EDate" : "2020-12-01", "Frq":"D"})
dfI hope this can help.
0 -
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 中文论坛