-
How to extract company wide data
All, I am new to this data set- As part of trial , we have a daily dump of news (***.news.refinitiv.com) in a complex json structure (The file we got is RDP_STORY_T30.RTRS_CMPNY_EMEA.2024-11-05.REC.JSON) I am trying to extract the data like Data published, symbol,title and news etc. Due to complex structure and too much…
-
Carbon emission and Asset4 esg database
Hello I would like to retrieve carbon emission and carbon intensity data from Refinitiv and many research papers suggest that ASSET4 ESG database provides those information. May I please know how to install it? Do I have to do the add-in? (which I already have for Refinitiv365 add-in but couldn't find asset4 database).…
-
constantly calling "processTimeSeriesInfo". The function "processTimeSeriesComplete" is not called.
Hello, I'm trying to consume "ric" with "series = ista.getSeries(XXXXReutersTimeSeriesClient, ista.getSession(), vbr[i].getVirbaseTypeRuter(), period, beginDate, endDate);" I am checking "isError", "isComplate", "isInfo" in "while" loop. On my "local" computer, "isComplate" takes the value true, but when I deploy the codes…
-
Code to get Open interest ek.get_data('/SBc1',[TR.OPENINTEREST']) has stopped working
Hi, the python code below was used to get the open interest for sugar no11 and no.5, it used to work but has recently stopped working and returns NoneType. open_int, err = ek.get_data('/SBc1', ['TR.OPENINTEREST.date', 'TR.OPENINTEREST', {'SDate': '2023-01-01', "EDate": str(datetime.date.today())}) Is there a different code…
-
Eikon Python API - option prices after market closes for sugar No.11 (SBC) and sugar No.5 (LSUc)
Hi, what code do I use to get the option prices for sugar No.11 (SBC) and sugar No.5 (LSUc) after the market closes using eikon api in python ?
-
How to resolve : RFA.NET "RDMFieldDictionary.GetFidDef( Int16 ) --Fid: -1 not found (invalid val...
...ue)" ? Received MMT_MARKET_PRICE Update AUDUSD=AXLE RFA error occurred during processing event:- ErrorType : 1 ClassificationType : 4 SeverityType : 1 RDMFieldDictionary.GetFidDef( Int16 ) --Fid: -1 not found (invalid value)
-
Eikon Python API - daily option prices for sugar No.11 (SBC) and sugar No.5 (LSUc)
Hi, I would like the daily option prices as shown in the picture for SBC1 and LSUc1. How do I get the RIC's?
-
Eikon Python API - close prices after market closes for Baltic Exchange Supramax Index (.BSIS) an...
...d CRB Index (.TRCCRB) I am trying to get the daily close price for for Baltic Exchange Supramax Index (.BSIS) and CRB Index (.TRCCRB) after the market closes. I run my script around 6:50pm UK time but the close price for the current day come up as 0. This is my code below: start_date =str(datetime.date.today() -…
-
Eikon Python API - real time prices after market closes for sugar No.11 (SBC) and sugar No.5 (LSUc)
Hi, I am trying to get the real time prices of sugar No.11 (SBC) and sugar No.5 (LSUc) after the market closes. The real time data seems to only be available at 9pm UK time (3 hours after market close) some of the data is not returned. We often don't receive values for open interest/change/volume and intraday prices…
-
System.AccessViolationException in RFA8 NET110x64 dll : rfa fieldentry , rfa databuffer
Trace 1 : Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.AccessViolationException at .rfa.data.FieldEntry.getData(rfa.data.FieldEntry*, Byte) at ThomsonReuters.RFA.Data.FieldEntry.GetData(Byte) at…
-
Eikon data API error 500
We got an issue for a client: He got this error : 2022-05-13 09:47:59,392 P[150992] [MainThread 151880] Error code 500 | Server Error: {"code":500,"message":"getaddrinfo ENOTFOUND amers2.apps.cp.thomsonreuters.com amers2.apps.cp.thomsonreuters.com:443","statusMessage":"Internal Server Error"} 2022-05-13 09:47:59,393…
-
Refinitiv data not available after a Red Hat migration (firewall issue?)
After a Red Hat migration, the application I'm working is not receiving data from Refinitiv, anymore. We are using still using an old library (rfa-1.0.0.jar, when it was still Reuters) and the code has not been changed in years. Is there a a manual or guide on how to configure that library and which ports must be open or…
-
Redundancy subscribers
Hey all, Today we have integration with Reuters Elektron (EZD 1.3) We are receiving quotes changes. Is it possible that two different application (two subscribers) will subscribe to the same Reuters event inventory? Meaning they will share the load of Reuters event's and we will be able to scale as much as we want we are…
-
RFC connection WORLDCHECK_API
We like to ask for your assistance to check on the connectivity issue of RFC connection WORLDCHECK_API. The RFC is prompting us for a username/password when testing the connection. Based on our checks, the target hostname (rms-world-check-one-api-pilot.thomsonreuters.com) and port 443 is open in the RD1 server. Also, we…
-
Reuters Eikon COM: Time Series Chart - How to base different stock prices to different dates? whe...
...n firms started operations at different times Hello, I am using Reuters Eikon and I want to plot Time Series Charts. I want to plot the stock prices of different firms starting in 2017 with the base 0. My problem is that only two firms are starting there. Two other firms are starting in 2018 and 2019 but they also use…