-
LSEG API, RDP and RKD
What is the difference between using the LSEG Workspace API and using Data Platform or Knowledge direct. Why would I use either? What is the advantage of each?
-
Could you kindly review this request… the attached script and see what can be wrong?
Could you kindly review this request… the attached script and see what can be wrong?. Or review it please?. Thanks a lot https://us.v-cdn.net/6038239/uploads/W94AMGBQT37X/script-to-review.docx
-
Raising obo a client: Error 429: Too many requests. Please try again later.
https://us.v-cdn.net/6038239/uploads/3N5BGWJ2FTEX/index2.pdf https://us.v-cdn.net/6038239/uploads/7U3OZEMUVJA1/fetch-equity.pdf We informed client with the below: When a limit is reached, the Eikon data API returns an HTTP response with status code 429 and the message “Too many requests, please try again later.”…
-
How to use lseg-data\ Eikon python packages without opening Refinitiv Workspace
I was able to retrieve the data I needed using the lseg-data python package as well as the eikon python package, however, this is only possible if the workspace app is open in my machine. Is there another way to get the data without opening the workspace app? Thank you ☺️
-
Data quality issue: corrupted NAV data of mutual funds
https://us.v-cdn.net/6038239/uploads/2XDWF1LM7OAG/codebook-code.pdf Hi there! We downloaded data for more than thousands mutual funds and ETFs to build a proprietary fund database. After some descriptive analysis, we found out that about 50% of funds have extreme returns that aren’t correct (verified and cross-checked…
-
Link to API, DLL and sample codes
Hi team, We are looking for an API solution that is best suited for our environment and requirements. -Windows, C#, .NET Framework 4.8 -Seeking real time data feed Can someone direct me to the link where API DLL, samples codes are available? Thank you, Hiro
-
LDError: 'dict' object has no attribute 'url'
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
-
Skipping values lseg data platform
Hello, I am using the lseg data library for async data dumping for 60,000 RICs and I have encountered a problem that sometimes the response for some RICs does not return data. I checked the availability of dumped indicators for specific RICs using workspace. These indicators are present, but when I request them to the API,…
-
How to extract the RIC of a company using API?
How to extract the RIC of a company using API? Please provide sample code.
-
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?
-
Pulling live data from LSEG Workspace in python
I want to figure out how to: log into my LSEG account in python code, make a connection to LSEG in python code, pull a Brent futures (LCOc1) live ticker into a dataframe and display it such that it continually updates
-
Is there no possibility of removing the limit using the data API, at least temporarily?
this is regarding Functions of Python code to download news articles for individual companies in the US. As per client they have an API and functioning Python code to download news articles for individual companies in the US. However, the depth of history seems to be limited to 15 months They wanted to check if this can be…
-
Code example for getting bulk file
Hi, I need to migrate from getting my TM3 file via SFTP to your new API product. Is there any code example that demonstrates the step and flow?
-
I wanted to understand how can I run the Refinitiv API on AWS Sagemaker using a Python code?
Also, do I need to login to Workspace in order to make this code run? So I will have to log into workspace as well as open session on the sagemaker app for this to run? Is there no way to directly run this on sagemaker without logging into my workspace on my desktop?
-
GET CONSTITUENTS OF AN INDEX USING PYTHON CODE
How do I get the constituents of nifty 50 which is depicted by INNSE50 or .NSEI , I can see that on the datastream navigator but i want to extract via python code. I am trying to use this, df, err = ek.get_data( instruments = ['INNSE50'], fields = ['TR.IndexConstituentRIC', 'TR.IndexConstituentName'], parameters = {…