-
TREP interface
Hi, our team has the task to write a C++ application that streams FX market data to a TREP system. We have downloaded all EMA guides and installed RTSDK, but there seems to be no reference to TREP. Are there any interface specifications or guides that could help us with our development? Is there a test system (UAT) we…
-
Hi, I was trying to retrieve prices with Eikon API but I can not sort by date asc neither can I see
Hi, I was trying to retrieve prices with Eikon API but I can not sort by date asc neither can I see the date in the output. Can you please help me? My query is df = ek.get_data(["GOOG.O", ".STOXX50E"], ['TR.CLOSEPRICE'], {'SDate': '1D', 'EDate': '-121AM', 'RH':'date', 'FRQ': 'D', 'Sort':'A', 'FILL':'PREVIOUS'})
-
Websocket connection is disconnecting using lseg.data library
Hi, I am using v2.1.1 of the lseg.data Python library to stream realtime data. My setup is working most of the time, but once in a while (every few days, but no set pattern), the websocket disconnects for ~2 seconds, during which I lose data. I have identified one such event and captured the logs surrounding the event,…
-
I can’t seem to get the TRDPRC_1 value for BRTCALAMc0
I am trying to pull forward curve data off of the RDP API and I can’t seem to get the TRDPRC_1 value for BRTCALAMc0. It keeps giving me <NA> - see below: On the Workspace App, I am able to see this value on the Data Item Browser. So I am not sure why that is not possible through the API. Thanks, Denis
-
Performance Concern When Fetching News Stories
I am currently using the Refinitiv Data Platform (RDP) to fetch news data by executing Python code. I’m trying to retrieve individual stories using their story IDs, with the sample code below: def fetch_single_story(story_id, access_token): story_url = f"https://api.refinitiv.com/data/news/v1/stories/{story_id}"…
-
WS API How to Retrieve MBS, ABS, and Corporate Bond by Country or Currency
Currently, Our client is looking to obtain data on U.S. MBS (Mortgage-Backed Securities), ABS (Asset-Backed Securities), as well as corporate bonds categorized by country or currency. Until now, he has been using the following method to retrieve government bond data. However, he have not been successful in acquiring MBS…
-
Financial data quarterly wrong date?
When doing some data quality checks I found some instances where the "Original Announcement Date" was before the date of some values like Total Assets. I came to reproduce that error in a simple request: from lseg.data.content import fundamental_and_reference fundamental_and_reference.Definition( ["4295859017"],…
-
Lseg data - Workspace API returns error for M&A
The attached python code returns "SCREEN(MnANation(JP), DealType(M&A), TOP(10)) processing failed…." error. Please advise what is wrong.
-
When should I expect Shares Outstanding to be populating on a new IPO
Hello, I'm in the support organization with AlphaDesk — we use the C# libraries for RDP to retrieve pricing and other fields for securities. Recently we saw that for RIC GOu.TO, which IPO'd on July 24th, calls to TR.CompanySharesOutstanding would not return a value. Shares Outstanding began being populated on Aug 5th —…
-
For LSEG Data chain.py, example using platform.deployed, getting A18: Service unknown.
The connection is to RTC. I see in a post need: \*rtc\*defaultJsonServiceId, I believe in RTC rtc.cnf. Is this correct ? How to use chain.py example to connect to local rtc ?
-
Clarification on RIC Suffix with “^”
Hi, I have a list of RICs that include the suffix “^” followed by a letter and number — for example, ARNC.N^H23 and GTX.N^I20. Could you please explain what the letter and number after the “^” represent? Thank you for your help!
-
Workspace API using LSEG Data Library does not show any result
Trying to pull data by Worksapce API (LSEG Data Libarry, desktop session) returns "Company Common Name", instead of "Toyota Motor Corp" by rics = ['7203.T'] fields = ['TR.CommonName'] df, err = ld.get_data(universe=rics, fields=fields) lseg-data version is 2.1.1 python code, log file and result screenshot is as attached.…
-
RTO Chain\Tile RIC request
Hello Team, I am raising this question on behalf of my client. He is trying to use chain RIC 0#NIF*.NS and he is facing 2 difficulties. He would like to use this Chain RIC like it works in Eikon\Workspace Monitor app. So once he will request chain he would like to start receiving update for all RIC that this chain contain.…
-
Python Codebook Download Format
Hi Devportal, I have a few code on python codebook and looking to download as .py format no as .ipynb format. Please help me if you have any way to download it. Thank you.
-
WC1 API V3(webhook): Best ways of test for Receiving Timely World-Check Notifications via Webhooks
After registering a webhook, we understand that it may take several times(days or months) to receive a notification regarding updates to World-Check data. However, waiting that long is not practical. Is there a recommended way to trigger or check notifications more immediately(OGS_UPDATE) from the world check one server ?…