-
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=…
-
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()…
-
Which Python library and version should I use — lseg-data (the current one)?
1. Which Python library and version should I use — lseg-data (the current one), and does it support a Desktop Session against the trial? Any known issues with Python 3.14? 2. Is there a sample Python snippet for pulling an options chain (chain by underlying, with vol/OI/expiry) using lseg-data on a Desktop Session?
-
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 to set up alert notifications for coporate events/actions using Workspace API?
How to set up alert notifications for coporate events/actions such as newly listed companies/IPO,stock splits, reverse splits, bonus issues, share consolidations, ticker changes, and name changes?
-
Issue with LSEG Python Library News API Request Limit
An issue has been encountered while using the LSEG Python library to retrieve news data. Although the expected daily request limit is 10,000, the number of successful requests appears to be limited to approximately 2,000 to 3,000 per day. def refinitiv_get_news_body(row): if row['status'] == "COMPLETED": #print("body found…
-
Data API field for corporate credit curve “IRS Chain” / native base-rate reference RIC?
Hi LSEG Developer Community, We are trying to identify whether the LSEG Data API exposes the reference swap curve used by LSEG to calculate swap spreads for corporate credit curves. For a given LSEG corporate credit curve, we need to retrieve the “IRS Chain” reference RIC: the swap / native base-rate curve that LSEG itself…
-
Workspace API endpoint question
Please advise endpoint (i.e. URL) when access using Workspace desktop session provided by LSEG Data Library.
-
Error when retrieving NEWS on WS API
Hi Team, using the code: from __future__ import annotations import os from datetime import timedelta from dotenv import load_dotenv import lseg.data as ld def main() -> int: load_dotenv() required_env = ["LSEG_APP_KEY", "LSEG_USERNAME", "LSEG_PASSWORD"] missing = [name for name in required_env if not os.getenv(name)] if…
-
How to fix the following output in python?
When retrieving officer/director education data using the TR.ODOfficer* field family through the lseg.data Python library, the returned dataset contains rows with education information (e.g., university, degree) that are not associated with any officer identifier (e.g., missing TR.ODPersonPermID, TR.ODOfficerPermID, and…
-
API not working "handshake" service error
Is Refinitiv’s API service currently experiencing any issues? We would like to check in order to determine whether the problem is on our side or with Refinitiv. At the moment, our system appears to be unable to send or receive requests, and we are encountering the same error even when the proxy is disabled. Could you…
-
How to LSEG API code to reduce the processing time for extracting ownership data ac
Client is experiencing slowness when using the Python LSEG API, with significantly longer processing times. We would appreciate your guidance on how to speed up the process. Attached is their current approach (exported from Jupyter Notebook as a .txt file since the notebook cannot be attached directly). The existing…
-
StarMine Data through workspace API
Is there a way to get history/ time series starmine data through Refiniv Work Space Codebook? For TR.EQCountryListRank TR.ARMIntraSectorScore TR.CreditTextNewsComp Thanks a lot!
-
Questions on Automated Price Retrieval and License Usage in Cloud Environments
Query; -I would like to automatically retrieve prices to run end‑of‑day PnL calculations. -My Python environment will be running on a cloud platform (likely Databricks). -Is there any licensing issue or limitation with running this process in the cloud instead of on my local PC?
-
Is the SDR FX Options from SDR View page available in API?
Client is looking at FX Option in SDR View and wants to incorporate this to API. He is is not looking for rates, but he is looking for FX Option in SDR View. Is this possible?