-
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.
-
New User | Using LSEG Data Platform
Hi, Raising this on behalf of a new client. Please see below. As I understand upon reading the documentation in the developers portal, the Refinitiv Data Platform is being phased out and being replaced with LSEG Data Platform. But the step-by-step guide sent by you in your welcome email links to the older Refinitiv Data…
-
API service in LSEG Workspace for Document retrieval
Hi Team, May I know if we have a service that retrieves documents? Specifically for the retrieval of the following: For ETFs: 1. Annual Report 2. Interim Report 3. KIID 4. FactSheet 5. Prospectus For Bonds: 1. Prospectus 2. Final Terms 3. FactSheet For Stocks: 1. Fillings 2. Earnings 3. Annual Report
-
Extract ESG related data items
Hi Team, would you know if we can extract all of the ESG related data items in python API? See screenshot attached. We are looking for some guidance which works similarly like the DIB app in LSEG Workspace. As you can see, in the DIB app, user can use the Content Classification filter to display all of the related data…
-
Workspace + refinitiv.data – Analyst EPS history: some brokers visible, others “Permission Denied
Hi everyone, I’m working with Refinitiv Workspace and the Refinitiv Data Library for Python (refinitiv.data) for academic research on analyst EPS consensus. My goal is to retrieve analyst-level EPS broker estimates over time for an equity (here: ASSAb.ST), so that I can study how individual analyst contributions to the…
-
Extracting IBES analyst level detailed forecasts using python on single year and longer horizons
Dear LSEG Team, I want to pull the IBES analyst-level, detailed forecasts from the workspace using Python. I am using the following formula in Excel: =@RDP .Data("MSFT.O;AAPL.O", "TR.EPSEstValue.fperiod;TR.EPSEstValue.analystname;TR.EPSEstValue.analystcode;TR.EPSEstValue.date;TR.EPSEstValue","Period=FY1990:FY2024 RH=IN…