-
Discrepancy in News Metadata Retrieval Between RDP API and Workspace News Cloud Endpoint
When using RDP, I can request for news metadata using the following URL: https://api.refinitiv.com/data/news/v1/metadata?group=Geography and successfully pull down data. However, on the desktop using Workspace, if I request for the same data, I need to request it through the News Cloud endpoint using this…
-
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…
-
Do we have any possible workaround / solution that would allow the client to use Visual Studio with
Query : Do we have any possible workaround / solution that would allow the client to use Visual Studio without relying on an active Workspace session? As per client : "The provided code attached below is working fine in CODEBOOK within Workspace and Visual Studio Code. However, for the Visual Studio Code, Workspace must be…
-
JSON error received during token refresh error message in LSEG-data for Phyton.
Reaching out on behalf of client a professor in a University. I have shared the steps to client in getting his APP KEY so he can access the Workspace API via Codebook. Client followed the steps and got an API key. Then, he installed LSEG-data for Python and attempted a platform session using OAuth v1 Password Grant with my…
-
SDC Platinum Backend Error (Error code: 800)
I am getting the following error when executing any query in SDC Platinum, even with minimal filters and minimal output fields: { "errorMessage": "SCREEN(relativedate(TR.MnAAnnDate, LRFD_10), CURN=USD) processing failed.", "exception": [ { "RequestContext": { "CallerIdentity": { "userName": "C2**F$" } }, "ErrorStack": [ {…
-
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…
-
Access Field Denied
User is trying to retrieve data via Jupyter but gets an error message. The same data can successfully be pulled via Excel. Please check. thanks! see attached Excel file for reference and below errors via Jupyter.universe: AU3CB0235554 fields = ["TR.ISIN", "TR.FiIssueDate", "TR.FIMaturityDate", "TR.FiOriginalAmountIssued",…
-
How to retrieve order imbalance data into close each day
Hi team posting on behalf of client: Query: I would like to scan for Order Imbalances into the close each day.. If there was a way to do this in Workspace, that would be great - but I have a feeling I will need to use the Workspace API and write a python script. I prefer to use Workspace on Web, so may have to use LSEG…
-
Taiwan Stocks subject to uptick rule
hi , We are trying to source information about Taiwan stocks which are subject to up tick rule when selling short. IS that information available via LSEG data feed ? we are getting similar information for Japan Stocks via FID(6577) SH_SAL_RES.
-
Downloading data
I have obtained the time-series I need in CODEBK, but I now need to downlaod them offline. Even though I specify the path and the code does not return erros, the pkl file is not available in the destination folder. Are there blocks to download or is there a different way to obtain them locally for some ad hoc analysis on…
-
Historical data total liabilities S&P 500
Hi, I try to get "total liabillities" data through the report screen as you can see on the picture. I need to get total liabilities from FY0 - FY-24 (so last 25 years). However I get NA for all cells. I click on time series and then put the last 25 years there. What do I do wrong?
-
ld.news.get_headlines
I was using python library to fetch news by ld.news.get_headlines(query='"Elon Musk" AND Language:LEN AND Source:"X"', count=10). However it returned LDError: Error code 400 | Query cannot return any result. Since I was trying to retrieve social media posts (explicitly X posts), is there a function to do it?
-
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?
-
Refinitiv cloud API entitlement
Is there LSEG Data Platform / Refinitiv cloud API entitlement for server-side applications, independent of Workspace desktop session? and more specifically: Can my backend running outside Workspace authenticate and call LSEG data APIs without relying on the local desktop proxy on port 9000?