-
Empty Dataset in get history
(rd.get_history('CLZ8-G9^1', ['OPEN_PRC', 'HIGH_1', 'LOW_1', 'SETTLE'], 'daily', '2017-01-01', '2019-12-19') The following call from get history retrieves a blank dataframe even though this same ticker has data in the tick history platform for these dates and it is well within its expiry parameters. I can retrieve data for…
-
Need help on how to link Workspace with power BI
I am trying to use the API method with Python. The issue is that due to company restrictions I only have access to the PyCharm environment, which complicates things as all guides seem to be using Jupyter or similar environments (with syntax that isn’t recognized by PyCharm) The first hurdle is to install the Refinitiv data…
-
I'm not connecting through the CodeBook app directly. I'm using VSCode with an external environment.
Hello Team. This is an issue on behalf of a client: "I'm using Python 3.10.12 and the refinitiv.data (rd) package, version 1.6.2.When testing your code in my environment, I encountered the following error: RDError: Error code -1 | Insufficient scope for key=/data/datagrid/beta1/, method=POST failed. Required scope:…
-
Getting Price data using lseg.data
Using the below code for fetching fixed-income prices using lseg.data.get_data. Is this the right approach to fetch price for a certain date, price for a date range and the daily prices? Where can we find documentation on different parameters field option? When parameters field contains 'SDate' or 'EDate' against which…
-
Lseg-data.get_data slow after 3pm UTC
Observing Lseg-data API getting slower after 3pm UTC. There are occasional exceptions thrown when calling lseg.data.get_data() function. Exceptions listed below lseg.data._errors.LDError: [WinError 10061] No connection could be made because the target machine actively refused it lseg.data._errors.LDError: Asynchronous…
-
Find more data on Lead VC
Dear LSEG community, I hope that I am right here with this question. We are currently working with LSEG to gather data for our master thesis in the topic of VC vs. non VC-backed IPO performance, and in this field we also want to identify the impact of VC monitoring. We found good proxies for that in old papers, but for…
-
How to refresh prices in excel file using python code
-
Requesting US equity imbalance type/side via Workspace API-- numeric data for string fields
I'm porting some tasks from the Eikon C# .NET APIs to the LSEG Data Library API (implementing in Python). For some of this data we subscribe to the US imbalance feed RICs (e.g. IBM.NOI, AAPL.ITC). I'm subscribing to, among other fields, IMB_TYPE, IMB_ACT_TP, and IMB_SIDE). These fields, in the Eikon Quote app and the…
-
How to have VBA code where I pass an array of RICs
I want to have VBA code where I pass an array of RICs, a time / date and I get the MID_Price.Close field back so for example - these three RICs: USDSROIS2Y= USDSROIS3Y= USDSROIS4Y=
-
Issue on the HVMI Endpoints
* Removed user details * Can you please check if you can help on the below? I am writing you regarding HVMI Endpoints specially regarding that one: that stopped working today morning for all kind of users we have. Please see screenshot attached. All other endpoints are working just fine... Could you please check and fix it…
-
How would I get all upcoming Corporate Actions (and respective fields) using C# SOAP Api?
We are using Data Scope Select to import upcoming corporate actions for a list of Instruments. The current system is still using SOAP and I am now in the process of figuring out how to translate this to using the newer REST service Api in C#. In the old system we would use a call to "Define" to get a list of all…
-
Access to API Playground Swagger
Hi, Can you tell mw where I get the client_id & client_secret so i can use the swagger on the API Playground. I have a username and password. Thx
-
Question on clients API
Raising this question on behalf of a user: Recently we migrated to Refinitiv Data Platform .Net from Eikon Data API and we are using Desktop sessions. After this migration we started seeing following issues: Receiving rate limit errors: Now Rate limit is set to 10000. Earlier there were no limit when we were using Eikon…
-
Using MRN EMA Samples but encounter error ErrorCode="FieldIdNotFound"OmmErrorEnd
Using MRN EMA Samples but encounter error ErrorCode="FieldIdNotFound"OmmErrorEnd EMA MRN download via https://github.com/LSEG-API-Samples/Article.EMA.Java.MRN/tree/master
-
Python command discovery.convert_symbols fails for matured bonds
In Codebook, the Python commands: import refinitiv.data as dl dl.open_session() ISINs=['DE000A11QTD2'] RICs=dl.discovery.convert_symbols(ISINs).loc[:,'RIC'] produce an error when an ISIN of an expired bond (e.g. DE000A11QTD2) is specified. However, it works for not expired bonds. What can be done so that the command works…
-
Migrate API RFA a EMA
I am using Net RFA 8 NET150, and I want to migrate this solution to a newer technology since I was told that RFA Net is becoming obsolete. What do you suggest to generate subscriptions and continue receiving real-time information? I was told that the ETA solution might be ideal.Where can I find documentation and…
-
CSR Sustainability Reporting Score
What is the methodology behind the CSR Sustainability Reporting Score? Since it is based on a binary variable, how is this score calculated?
-
Ownership data Delisted companies for specific date
Hi guys, I have a list of delisted companies that I got with the Deal Screener. It looks like this: For these companies I would like to know the ownership structure before the delisting announcement date (for a specific date!). The problem I have is as follows. I can add the ticker, but if I want to use something like…
-
News Sentiment via API
Hi Team, I have 2 questions on behalf of client. Sentiment analysis (positive/neutral/negative) from top headlines for gasoil for example - is it possible to pull this information via API and if so, what is the call to pull this data? If client is pulling the data via Workspace API via his own feed for news sentiment and…
-
How to map Gender in the Mapping Wizard
Recent question from a customer - posting here for the community. Issue: customer was not able to add the standard Salesforce field GenderIdentity from the Contact object to the CRS mapping wizard. The field did not show up.