-
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?
-
TBILLS - Questions
We are using LSEG Workstation to get stream in live prices into our application. We capture BID, ASK, HIGH, LOW and other relevant fields into our application. For TBILLS, I see the BID and ASK are quoted as prices whereas other fields reflect yields. Q1: Is this standard market convention to show BID and ASK are quoted as…
-
Error on kernel connecting in codebook
I am experiencing severe Python kernel instability on both the Refiniv Workspace web and desktop applications. The status constantly toggles between "Waiting," "Reconnecting," and "Disconnected/Terminated," making it impossible to execute any code. I have already performed standard troubleshooting, including clearing the…
-
Obtain price reaction from previous years using the python API for example ric- ORCL.N
Please help in this to client Case- 15755369
-
Would you be able to reset my daily workspace download limit for codebook?
Client said "there is a blank box when I try to retrive data out of codebook. there is no error message per se. you can see there is an empty dataframe when I try to run this script import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np…
-
You can see there is an empty dataframe when I try to run this script in Codebook
There is a blank box when I try to retrive data out of codebook import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np from datetime import datetime,timedelta import time import warnings warnings.filterwarnings("ignore") rd.open_session()…
-
Ratings fields from Workspace API
Hi, I have a developer thats trying to get values for the below fields from the API: "TR.IR.RatingDate" "TR.OrganizationName" "TR.IssuerRating” “TR.GR.Rating” ”TR.GR.RatingDate” Can you please let me know what is the correct endpoint to receive values for these? And if possible maybe provide an example Python code. Thanks.