-
What to do with the GMT Offset value in the TickHistoryRequest in Tick History?
I see a row of data like this: {'#RIC': 'Y10YJ25', 'Domain': 'Market Price', 'Date-Time': '2025-04-03T00:02:59.980929684Z', 'GMT Offset': '-5', 'Type': 'Trade', 'Ex/Cntrb.ID': '', 'Price': '4.037', 'Volume': '6', 'Market VWAP': '4.05004', 'Bid Price': '4.035', 'Bid Size': '3', 'Ask Price': '4.037', 'Ask Size': '18',…
-
Maximum number of instrument identifiers in symbology lookup
Hello on following endpoint https://{{RDP_HOST}}/discovery/symbology/v1/lookup I can do { "from": [ { "identifierTypes": [ "ISIN" ], "values": [ "ISIN1", "ISIN2", "ISIN3", "ISIN4", "ISIN5", "ISIN6" ] } ], "type": "Predefined", "route": "FindPrimaryRIC"} Question: What is the maximum numbers of isins that I can put in the…
-
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…
-
Access Denied - URGENT
We are receiving an access denied message for several RIC´s in this morning. Its is affecting our production environment and WE HAVE URGENCY ON THIS. The following are presenting access denied message: CADBRL=R USDGBP=R TRYUSD=R KRWGBP=R AUDBRL=R SGDUSD=R CHFUSD=R INRBRL=R HKD= RUB= BRLGBP=R CNYUSD=R NZDBRL=R BRLCHF=R…
-
History of Ultimate Parent Given RIC or Perm ID
Hello, Hope everyone is doing well! I asked LSEG helpdesk about something and was redirected here. I have a list of RICs and Permanent IDs. Say I would like to get a 5 year history of multiple fields for these companies, including the history of the ultimate parent of those companies. Is there a way via Python's…
-
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 get historical Bid and Ask Price using RDP/API account
Hi, I'm trying to figure out what the best scope would be to grab historical Bid and Ask prices when using the RDP/API account? Below is what I have but I'm running into issues. Could you just confirm if this is correct or not? --data-urlencode 'grant_type=password' --data-urlencode 'username= 'XXXXX' --data-urlencode…
-
All Chain Object Attributes and Documentation
I'm using the LSEG Data API in Python but am not able to find anywhere the actual documentation for the use of Chain objects. The most I've gotten from the help chat was to grab constituents using .constituents, but what are the other object attributes and how can yo u add parameters to Chain calls to get constituents or…
-
How to download panel data from Refinitiv workspace in a long format but not wide format?
I would like to extract ESG score of all public and private firms for the past 20 years. However, the data I extract from the screener is wide format, which is inconvenient to use. How can I download it in a long format? At the same time, the fiscal year end item does not have time series option as the ESG score item.…
-
Requesting access to trapi.data.research.read / trapi.alerts.research.crud scope for Research API
Hello, I am a student at the University of Toronto. I am trying to access Aftermarket Research reports via the Refinitiv Data Platform API. Currently, my account can generate tokens, but the access token does not include the required scopes (trapi.data.research.read and trapi.alerts.research.crud). As a result, I receive…