-
How to get ISIN codes from Chain RIC
We try to get ISIN codes from ChainRIC in Python.When we run following code but returned error. Does Python support get data by ChainRIC ? ----------------------------------------------------------------------- data,err = ek.get_data('0#GBBMK','TR.ISIN') data.head()…
-
How to download TM3 files with lseg lib in parallel?
Is that possible to load the files in parallel by using lseg lib or it's allowed to run multiple connections to platform (using any multiprocessing /multithreading options in python)
-
How to retrieve Bond (DCM) Deals from Bond Screener in Python API?
How to retrieve Bond (DCM) Deals from Bond Screener in Python API? Client's query: Is to get "Use of Proceeds: Project Finance" and New Issues Ratings: Moody's Debt/Bank Loan Rating" in Deal Screener app and requested if this is available in Python API. Tried using code: import refinitiv.data as rd rd.open_session() df=…
-
Getting Constituents of MSCI, Bloomberg, ICE Bofa Indices in Datastream API
Hello, What is the syntax I have to use to get the constituents PIT (Point In Time, we have a license for this) for the following indices using Datastream API ? I am not able to find a working solution. While this works for Dax index for example it does not with MSCI Indices: ds.get_data(tickers='LMSUSAMD0121|L',…
-
How can I get the USD/INR forward price for broken dates in CodeBook?
How can I get the USD/INR forward price for broken dates in CodeBook? For example, I need the bid and ask prices for a forward contract with a maturity of 75 days from today, or for a specific maturity date such as September 10, 2026.
-
I am trying to extract a time series of historical ratings of a company via the Python API access, b
I am trying to extract a time series of historical ratings of a company via the Python API access, but I cannot find the suitable input or function to make it work. With the attached code, I only get one row of a rating, but not all historical ratings.
-
Workspace API news retrieval by free text
I am trying to pull news headline by fee text, but it does not return relevant headlines. Example code is: df = ld.news.get_headlines("Private Credit" and "LEN", start="22.06.2026", end=timedelta(days=-1),count=10) display(df) Please advise if free text is possible?
-
Inconsistencies found while using the Enterprise Value fields via the Eikon/LSEG Python API (rd libr
Hello, I am reporting inconsistencies found while using the Enterprise Value fields via the Eikon/LSEG Python API (rd library). Below are three issues, each with reproduction steps, code and output. Screenshots and code snippets are attached. --- ISSUE 1: TR.F.EV does not return quarterly point-in-time data via…
-
Identifiers while retrieving issuer curve information using Python
I am interested in retrieving issuer curve information using Python. Currently I have the following working example: df = ld.discovery.search( view = search.Views.FIXED_INCOME_QUOTES, query = "BASF SE", select =…
-
I want python API code to pull Put and Call option data for RIC 0700.HK
I want python API code to pull Put and Call option data for RIC 0700.HK I am looking for Strikes corresponding with their Call prices and Put prices for some HK stocks, for example underlying RIC 0700.HK. I need Bid, Ask, last, Implied Volatility and strike price of Call and Put options.…
-
How to get brokers' metadata for other regions?
Checked the endpoint "https://api.refinitiv.com/data/analytics/benchmark/v1/metadata/brokers", response is including only Canada. Could you kindly let me know how to get for other regions?
-
How can I extract daily data for all Datastream indices in Excel using a formula similar to DSGRID?
I am currently using the following DSGRID formula to extract data for the FTSE 100 index using its Datastream code: Any suggestion in extracting data through Python also helps. =@DSGRID("LFTSE100","WSCD,SECD,NAME,TIME,WC05661","Latest Value","","","RowHeader=true;ColHeader=true;Heading=true;DispSeriesDescription=true
-
API Session is not opened
My workspace is up and running, but the configured lseg_data_config.json seems to have suddenly stopped working — the API calls keep throwing the error "Session is not opened. Can't send any request".
-
Test Question for checking <> Ignore TesT Post
Hello, I am try to implement the following Datastream excel formula in python, if you have any ideas on how to implement it, would be happy to recieve them. =@DSGRID(A2;"MNEM";"Latest Value";"";"";"Sym=RIC") Thanks already.
-
Error when trying to install refinitiv.data locally
Hi I hope that you are fine. I am trying to run / access Refinitiv data locally via Python. I am using Visual Code and Jupyter notebook (IPYNB file). I have created a virtual environment. When I try to install the refinitiv-data library locally via python -m pip install refinitiv-data I receive the error below (I have…