I managed to retrieve topic codes (e.g. "A:2", "G:1F"). How to convert them to their corresponding topic names in the Workspace app (e.g. TOPNWS, GFIN)?
Hello, I am trying to access example/sample data from the LSEG API using RStudio on my local machine. I would like guidance on: - The correct API endpoint(s) to use for retrieving sample data. - Any example requests in R (e.g., using httr or curl) that would allow me to test the API successfully. - Authentication steps…
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?
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how you define one request. For example, if I run ld.get_history(universe="AAPL.O=", interval="1min", start="2025-09-15", end="2025-09-16"), does that count as a single request?
Thank you for your help. I would also like to know if I were to filter the headlines to be 'X' (formerly known as twitter), am I suppose to use this: ld.news.get_headlines("'Elon musk' AND Source:'X'", count=10)? It seems like it returns nothing back, could you check whether this is the correct code?
I am building the bridge to livestream the news from the Refinitiv and want the real time news though notifications on WhatsApp, can you help me with that?
I am using get_data to pull the following fields about about 5000 PermIDs. While it runs relatively smoothly (takes about 10 mins), some of the fields (e.g., country of headquarters) have gaps even though I can see they have values in Workspace. Is this because I'm throttling the API or some other error?…
Hello I am using some code which was built internally, but i am getting an error: An error occurred while requesting URL('http://localhost:9000/api/status').ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it') Can someone help me figure out what the problem is please?…
I am trying to use .Net and I am able to establish a session, but I am unable to make a request or a live market data stream. I am using the desktop session (which is successful). Do I need additional permission on my account to use the api?
Client need help learning about the full scope of data filtration using LSEG API. Some of the questions client's have are: 1) If I wanted to run a fuzzy-matching algorithm on some custom metrics, do I need to write that function locally, or is there an LSEG API function that does this efficiently? 2) If I have to pull…
It looks like you're new here. Sign in or register to get started.