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?
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?
Hello, I want to get the topic name(such as TECH) through the news storyid (I retrieved this by get_news_headlines ). Should I using the topic_code field? Is there any way for me to get the topic list for a certain category of news? And is there a full list of topic for all news? Thank you!
I am using the LSEG Data SDK in Python and can query other endpoints successfully, but the news headlines endpoint fails with a scope error. Minimal example: import lseg.data as ld ld.open_session() # using configured credentials df = ld.news.get_headlines( query=["LSEG.L"], count=10 ) print(df.head()) ld.close_session()…
I have issues using the python api. The code is working when colleagues run it but I get errors on the port 9000. Se attached file. I have followed your tutorial, https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv, and do get "positive" results all the way but the logging…
Hi, I am a Mac-user, so I'm trying to download daily JSE data via R while logged in my desktop Workspace. I am using this AI-generated code (see attached) to do this but it reports error 400. Could you please assist? Thanks https://us.v-cdn.net/6038239/uploads/BKAMKJRMJIL7/r-code-jse.docx
Hi, Can we call the story of a news in Workspace API where the news source is not from Reuters? For example, a user has a subscription to a News source for example FT. In Workspace News application, the FT news headline will be available and to view the full story, you need to click on a link, and it will redirect you to a…
Hi, I would like to ask if the Earning Transcript is available for an API call or if there will be a plan to add it to the library if it's not? Regards, Dan Gabriel
Hi, I would like to retrieve additional information about deals via the api, but I can only appear to get deal value. Is there a way to retrieve other target financials also? Sample code: screener <- 'SCREEN(U(IN(DEALS)),IN(TR.MnATRBCActivity,"5020101011"))' fields <- c( "TR.MnASDCDealNumber", "TR.MnAAnnDate",…
Hello, I am looking for historical data on US Equity mutual funds. I am conducting research on the following topic: The aim of the research is to explain how the compensation structure of portfolio managers affects their risk-taking in mutual funds and how this behavior is reflected in the performance of the funds. I tried…
It looks like you're new here. Sign in or register to get started.