rd.get_history returns duplicated datapoints
Hi all,
Can someone help me with those requests which returns duplicated datapoints ?
Request 1
import refinitiv.data as rd
rd.open_session()
res = rd.get_history(universe=["ESH2^2"], fields=["TR.CLOSEPRICE"], parameters={ "SDate": "2020-12-18", "EDate": "2023-03-18"}, use_field_names_in_headers=True)
Response
The last datapoint is duplicated several times
Request 2
import refinitiv.data as rd
rd.open_session()
test = rd.get_history(universe="SRAK3",
fields=["TR.CLOSEPRICE","TR.SETTLEMENTPRICE","TR.OPENINTEREST","TR.HIGHPRICE","TR.LOWPRICE","TR.ACCUMULATEDVOLUME"],
parameters={"SDate": "2023-02-03", "EDate": "2023-08-25"},
use_field_names_in_headers=True)
Response
Inspecting by hand it shows that one line has the full information, where the ‘duplicated’ one have some missing field (and is not necessary the last line with that date, eg the 6th of march)
Best Answer
-
The resolution is:
Actually, this is the behavior of the service. It is expected to use the previous date to fill the date which doesn't have data. To solve this problem please use the Fill=None parameter, as shown below.
=@RDP.Data("ESH2^2","TR.CLOSEPRICE.date;TR.CLOSEPRICE","SDate=2020-12-18 EDate=2023-03-18 Fill=None CH=Fd RH=IN",B2)
=@RDP.Data("SRAK3","TR.CLOSEPRICE.date;TR.CLOSEPRICE;TR.SETTLEMENTPRICE;TR.OPENINTEREST;TR.HIGHPRICE;TR.LOWPRICE;TR.ACCUMULATEDVOLUME","SDa"&"te=2023-02-03 EDate=2023-08-25 Fill=None CH=Fd RH=IN",W2)0
Answers
-
Hi @yaokoffi.kouassi ,
The moderators
on this forum are expertise on Refinitiv APIs usage. However, they do not have
deep expertise in every type of content available through Refinitiv products.
Such expertise is available through Refinitiv Helpdesk, which can be reached
via MyRefinitiv. To be of help, ticket number 12564679 was raised on your
behalf and the support team is going to contact you soon to assist with this.Hope this helps
and please let me know in case you have any further questions0 -
According to the (very scarce) documentation Fill=None is not an option in the python api.
Besides Error 400 and 500 happening randomly and the oddest behavior in general, has anybody cracked rd.get_history so the it actually works?
I am tearing my hair out ...
0 -
Hi @the.swiss
Hope you are doing well.
Fill=None is well an option for get_history.
For instance, the code below with Fill=None option is the following one:
rd.open_session()
test = rd.get_history(universe="SRAK3",
fields=["TR.CLOSEPRICE","TR.SETTLEMENTPRICE","TR.OPENINTEREST","TR.HIGHPRICE","TR.LOWPRICE","TR.ACCUMULATEDVOLUME"],
parameters={"SDate": "2023-02-03", "EDate": "2023-08-25", "Fill": "None"},
use_field_names_in_headers=True)0 -
cool thanks, will try tomorrow
Can you then point me to a better documentation for RD than what I found so far?
">https://cdn.refinitiv.com/public/rd-lib-python-doc/1.0.0.0/book/en/sections/access-layer/access/get-history-function.html
Cheers
Alfred
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
- 687 Datastream
- 1.4K DSS
- 621 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 4 Trading API
- 2.9K Elektron
- 1.4K EMA
- 254 ETA
- 557 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
- 276 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
- 669 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
- 229 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
- 48 中文论坛