Need the code to import data or the package/pip install iteam I want it from Workspace into my Jupyter Notebook.
Code session = rd.session.platform.Definition( app_key='.....', grant=rd.session.platform.GrantPassword( username='....', password='....' ), signon_control=True ).get_session() rd.session.set_default(session) session.open() #Get sample news storyresponse =…
Hi Team, Hope all is well. Client is willing to find the name of a list of indexes via the ek.get_data() method but does not find the right field (parameter) in the method. For example, if he tries with '.SPXESUN', via ek.get_data('.SPXESUN', 'TR.IndexName'), he could not retrieve the right name, which is 'S&P 500 ESG…
Hello everyone, I am trying to download financial information regarding bond issuers, starting from a series of bond ISIN codes. The query I am using is the following: rd.get_data( universe = ISIN_list, fields = [ 'TR.RIC','TR.NACEClassification', "TR.DTSubjectName", "TR.FIIssuerName", 'TR.FiOrgID', "TR.F.TotRevenue",…
This question is related to Workspace (Codebook) permission to access news data. I tested one of the Codebook examples provided by LSEG. It’s “EX-1.01.05-News.ipynb”. When I ran the command to get news, I got an insufficient permission (scope) error. Isn’t the access to news included in Workspace and Codebook?
Can you please advise on the below? The ports have been added to the User APIPROXY.PORT 9060 and APIPROXY.PORTRANGE 20 https://us.v-cdn.net/6038239/uploads/JNV53JRUDEDW/apiproxy-log-file-eikon-20250115-170829-p17112.7z https://us.v-cdn.net/6038239/uploads/OUYM7NR4H5BJ/apiproxy-log-file-eikon-20250115-170829-p17112.7z…
Observing Lseg-data API getting slower after 3pm UTC. There are occasional exceptions thrown when calling lseg.data.get_data() function. Exceptions listed below lseg.data._errors.LDError: [WinError 10061] No connection could be made because the target machine actively refused it lseg.data._errors.LDError: Asynchronous…
Using the below code for fetching fixed-income prices using lseg.data.get_data. Is this the right approach to fetch price for a certain date, price for a date range and the daily prices? Where can we find documentation on different parameters field option? When parameters field contains 'SDate' or 'EDate' against which…
Error: Could not connect to server. Please contact your administrator.
Hi, I could not login to Refinitiv Eikon Desktop App for the past several days. It says: REFINITIV EIKON Desktop 4.0.65 (build 4.0.65202) Error description: Configuration Download Error The application failed to download the product configuration. Possible causes: • you are not connected to the network • the Refinitiv…
It looks like you're new here. Sign in or register to get started.