-
Infrastructure 360
(I apologise in advance to those to whom this question may sound stupid.) I have just started using the LSEG data. I would really like to connect the "Infrastructure 360" app in Python, but I cannot seem to find a way to get the data through the API. It would be extremely useful to obtain the geolocations of the projects,…
-
Refinitiv's EMA API support for Ubuntu 22.04
Refinitiv's EMA API is confirmed supported for Ubuntu 20.04; can you please confirm if support extends to Ubuntu 22.04 as well? If yes, can the compatibility matrix document be updated.
-
RDP and workspace to retrieve TRDPRC_1
Hello, I’m working on a Python script that needs to connect to LSEG without Workspace being launched. My goal is to retrieve the last closes (TR.PriceClose) and the latest trade via (TRDPRC_1). It turns out that I can retrieve TR.PriceClose without any issue, but not TRDPRC_1. here is part of the connect code: import…
-
Accessing Ownership Data via WS Codebook - LSEG Data Library
Client Name: Federico Vicentini | Case 15406907 Account: Graduate Institute of International Development and Studies Product: WS For Students Query: I am trying to use the Codebook App to utilize the LSEG Data Library to access Ownership data (to which I have access through Workspace). Unfortunately, I receive a 403 error…
-
How do I solver error "LDError: Insufficient scope for key" in LSEG Data Package?
Using the following script: import lseg.data as ld from datetime import datetime import pytz import pandas as pd ld.open_session() # Define the EST and UTC timezones est = pytz.timezone('US/Eastern') utc = pytz.utc # Create a datetime object in EST est_time = est.localize(datetime(2025, 11, 5, 16, 50, 0)) # Year, Month,…
-
List of RICs for each PDP market code from DACS
Is there a DACS function or API that returns all RICs associated with each PDP market code? I’m currently retrieving entitlement data using functions like getDacsUserEntitlementsBulk and getCurrencyList via Python, and I’d like to enhance my script by including the list of RICs for each PDP.
-
Jupyter Notebook in WS Codebook Stuck (Asterisk *) on Execution
Issue Description: After logging into Workspace in the evening and using Codebook, I was unable to run any code. The notebook (u1.ipynb) gets stuck with an asterisk (*) when executing the script in cells. This happened on two separate days, so it’s not a one-time issue. I tried restarting the kernel each day, but it didn’t…
-
How to obtain sedol to RIC mapping
Hi, I have the following use-case. My component at startup will fetch a list of sedol identifiers. The component will need to subscribe to RTO using EMA library (Real-Time Feeds) to receive the price data using the sedols list. Obviously subscription needs to be done using RICs but not sedols. So the mapping between sedols…
-
Is it possible to turn the translation and/or transliteration off in name matching?
Our users sometimes see matches that are difficult to explain because the matched term does not always appear in an anglicized format. For example, the search for the name "Kim Juhan" returns "Valerie Leyon" (WC ID 3706802) because of the native AKA match "กิม ฮวง". Entering that name to Google Translate confirms that it…
-
How to get the economic calendar via python?
I want to know whether any functions for library `lseg-data` in python can fetch whole year economic event.
-
REST-API to retrieve data
Hello, i'm new on this topic, i hope i can explain myself. We have access to different symbols (RICs?) via web, but we would like to automate data extraction, that is done manually 2-3 times a day by employees. We need following symbols at specific Date and Time (most intra-day at a certain time (8:30 and 9:00, 13:30 and…
-
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?
-
Circumventing Search API request limits
Hi, I am working on a larger project where I am integrating job listings with firm-level (parent company data). I need to link firm names with their parent companies (to get the publicly listed entities for subsidiaries) which I am doing via the Search API in LSEG Workspace. The entire dataset contains about 200,000 firms…
-
Download worked for most but not all stocks
https://us.v-cdn.net/6038239/uploads/ATCG2FUOU4X7/20250916-0300-13828-refinitiv-data-lib.log HI @Jirapongse As previously discussed with you on another thread I have split up my requests into smaller ones. However, I have now experienced that most prices are being properly downloaded but some are just not and from the logs…
-
REST API Embargo on Premium End of Day Prices
The REST API documentation says "It now also handles embargoes" on Intraday and Premium End of Day. Which I can see how that is done on the Intraday Pricing with a condition setting. But I need to know how you recommend handling embargoes with Premium End of Day Pricing? All documentation mentions that Premium can have…