I am signed in through Workspace on my desktop, Heartbeat status is "OK" and Real-time status says "You are successfully connected to LSEG services". I imagine my issue revolves around some sort of proxy error but not sure how to dig further into this. I've seen in a previous discussion that port 9010 is a fix but I am…
Hi, im trying to use lseg on Google Colab and I tried both EDP_API and EIKON_API… None worked here: !pip install lseg.data import lseg.data as ld ld.open_session(app_key='edsf….fdss') An error occurred while requesting URL('http://localhost:9000/api/status').ConnectError('[Errno 99] Cannot assign requested address')An…
here is an api we are are making use of to download curve data. what exactly is contentFrom and contextTo. how to best filter files for historical date? let's say todays file is delayed and is delivered tomorrow? how to tell that file is actually for prior date?…
Hello All, I would like to ask you for advice, so one of my client recently receive RTO Service ID and he decide that he would like to use LSEG Data Library for Python in order to get data. He most likely use examples from our github page because in his application in order to authenticate he require "app-key", "username",…
Hi, currently both eikon and refinitiv-data is supported as I understand. Will those be decommissioned and a new library (which one?) relevant? Background: the upcoming LSEG Workspace migration .. tx Bernd
I am using the python api to retrieve historical data of Economic Events using the get_history() method but i cant find the fields which it will take to retrieve different columns such as Prior , Actual , Revised etc.. Any reference material will be very helpful.
I want to access the metadata information I can see on workspace for a set of cash prices (image attached). I'm assuming it's something like: import lseg.data as ld import pandas as pd APP_KEY = os.getenv("LSEG_APP_KEY") ld.open_session(app_key=APP_KEY) ric = "SYB-2YNOLAF-C1"fields = [ "TR.CommonName", "TR.AssetCategory",…
Hello Team, I hope all is well. I'm seeking for your help, (for example) Apple, Microsoft and Tesla have bonds going 10 years and each of these bonds have a specific ISIN, unfortunately the ISIN doesn’t map directly to the company’s RIC but to the bond’s RIC. My goal is to sort of input an ISIN of a bond and return a…
When importing the lseg.data library in python and then calling ld.open_session() im getting an error Response 401 on handshake url http://localhost:9025/api/handshake For previous library refinitiv.data we were able to solve the situation by setting an environment variable 'NO_PROXY' like displayed here.…
<refinitiv.data.session.Definition object at 0x7f4339b689d0 {name='codebook'}> Here we are using the LSEG Data Library version 1.6.1 'SCREEN(U(IN(Equity(primary,public,active))),TR.F.PriceToBookValuePerShr(Period=FY0)<1,IN(TR.ExchangeCountryCode,JP, US, FR, CA, GB, DE, IT, TW, CH),CURN=USD)' RDError: Error code -1 I've…
It looks like you're new here. Sign in or register to get started.