-
Can I ask the get_headlines for news suppose muti-tickers?
The query ask for searching the tickers: INTC, AMD. And the result only show the field versionCreated, headline, storyID, and sourceCode. There are 4 results, I can't know which news data is about INTC, which one is about AMD. Can the result of "ld.news.get_headlines('(R:INTC.O OR R:AMD.O) AND Language:LEN AND…
-
get a list of companies with cryptocurrency, cryptoasset or blockchain flag
Can you please confirm if this is do-able on Workspace API? Link : https://developers.lseg.com/en/article-catalog/article/crypto-asset---blockchain-flags---introduction-to-regulatory-com#:~:text=We%20are%20going%20to%20use%20the%20following%20DataScope%20Select%20templates,dll Checking the link, DSS API is the product to…
-
How to use LSEG Data Library for Python in a docker container?
How to run use the lseg data library inside of the Docker container and connect to the LSEG Workspace session that is running outside of that container? I try to use those function in lseg data library in the docker container, while it keep saying session not open while in my code already included the `…
-
CURVB via python
Hi, is it possible to download (or replicate) the information from the CURVB app into Python? Specifically, I am looking to generate the information screenshoted from the CURVB app directly in Python.
-
How to filter vessel data by port name directly within API parameters?
In line with this question: https://community.developers.refinitiv.com/discussion/133301/how-to-get-all-ports-in-a-country The example code retrieves vessel information for all ports within a specified timeframe, then filters out unwanted ports locally using .isin()., which wastes API calls. How can the port name filter be…
-
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?