Hi, is there a way in Python to retrieve the list of RIC change for all listed companies on Hong Kong exchange (HKEX) between 2021-01-01 and today?
I've been working with the lseg.data API in Python and encountered an issue where I need to add my ID to the code. Despite collaborating with the Product Specialist, the problem persists. The API connection works for other fields like TR.TotAssets, but fails when retrieving data for TR.EventStartDate for specific…
Im having trouble to load any code now. the python on CODEBOOK is not initializing…
Client raised a question. I have a question, I built a C# tool that was able to Open the refinitiv eikon quote window, if i supplied it a RIC. See code below. I now was switched to Workspace. What would be the equivalent in here to "reuters://REALTIME/verb=Chart/ric=AAPL.OQ" ? What would be the equivalent to open a chart…
We're migrating from Eikon to LSEG Workspace. As a part of this process we need to rewrite our application that uses different APIs. We're going to use LSEG Data Library for Python. Do you have any recommendations on how we can run our Python scripts inside of the Docker container and connect to the LSEG Workspace that is…
Its is returning a datevalue. Here is the code to replicate error: """ import pandas as pd import numpy as np import lseg.data as ek ek.open_session() Fields= ['TR.FundYeartoYesterday'] Fundamentals= ek.get_data('LP68102841', Fields) ek.close_session() """ This is being replicated across all other instruments. Other fields…
My understanding is that we need to use “screen” function in python to find the company, remember the companies are not listed, they DO NOT have RIC. I believe we need to similar code as below, but the universe should be set to “Private equity” My question is that I need CODE to produce the same output as I use “DSCREEN”.…
Hi, anyone know how to extract live Tradeweb Bond data (e.g. ACGB) using Python? Cheers
Is there any API available to check if RICS are published Successfully either Eikon or Data scope on Refinitive Platform ; if Yes would like to understand more details on Setup , Access , Entitlement and Sample Query for the same , Also would be good if we get to know what all Attributes are updating for the requested RIC ?
Hello, I have a datasheet with a list of bond ISINs for which I have a start date, end date, the sector classification, currency and rating information. For each bons in the dataset I would like to retrieve the currency-sector-rating specific credit yield curve starting at its specific start and end date. I am facing the…
It looks like you're new here. Sign in or register to get started.