-
Retrieve historical Ultimate Parent given a LEI
I am creating a historical database to track track the relationships between fund managers and the ultimate parent of a fund. To do this, I am using the LSEG Python API. I have been testing this procedure using the rd.get_data() function. This allows me to retrieve the name and PermID of the ultimate parent for a list of…
-
Clarification on EURGBP RICS
Hi, Could you please clarify the calculation behind the data returned by the RIC EURGBP1MV=? On the RIC search portal, the contributor is listed as 'REFINITIV CALCULATED', which implies that the value is derived rather than directly observed. Could you please explain the exact calculation or methodology behind this value?…
-
API Question : [SEQ-subscription-create-request]: Create subscription
Hi everyone. Just a question. I got the Notifications call working with no issues. But I have a question about retrieval of subscriptions if you don't have the subscription id. So, an error occurred, and the subscription id is not logged (after the creation). All the Notification API calls require subscription id to work.…
-
How to properly use Python to extract data from LSEG workspace
Government bonds, for example RIC = 'GB10YT=RR', which is the 10 Year Government Bonds of the UK. I am trying to grab its daily data. At first, I am using fields=['TR.OpenPrice.date','TR.OpenPrice','TR.HighPrice','TR.LowPrice','TR.ClosePrice'] in my code. But The close price showed nothing. Then, I changed the fields to…
-
How to get earlier time series data of Crypto
I am trying to get time series data of Crypto. And I tried serveral RIC like 'LTC=DARN', 'BTC=DARN', 'ETH=DARN'. Similary, the earliest hourly and minute data it gave me was like only one week ago. The screeenshot above is the minute data of BTC. Therefore, I wonder if there is a method to get long-term hourly or minute…
-
Cannot open session platform.rdp
Hi, I am trying to use the EDP API and have created the .json file with credentials. However, I keep getting the same error: KeyError: 'sessions.platform.rdp' NameError: Cannot open session platform.rdp This session is not defined in the configuration file Please refer to attached snippets. In the .json file, I also tried…
-
Workspace API
Hi, one of our customers is asking me the below regrding Workspace API, "what security measures in place on those interfaces?" Can you please advsie is we have any security measures ? and do we have any documentts on API security? Regards, Ronen
-
Clarification Request on LSEG API vessel information
I have been reviewing the documentation titled LSEG_API_VESSEL_INFO.pdf in shipping APP-tool, and I came across a section that I would appreciate some clarification on. Specifically, on page 9, the example code related to the ld.discovery.search function appears to be incomplete—approximately half of the code snippet is…
-
rate limit when requesting history via the LSEG Data Library
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the start of June, I'm making 3,000 separate requests? That at least seems to be what is happening from debug logs. I ask partly…
-
LSEG .NET
Hello, Is it possible to get Auction fields: OPN_AUC and OPN_AUCVOL from Summaries request as follows? is it possible to get OPN_AUC and OPN_AUCVOL from Summaries request as follows? stream = Summaries.Definition("1COVG.DE") .Fields("DATE, OPEN_PRC, INT_AUC, OPN_AUC, CLS_AUC, CLS_AUCVOL, OPN_AUCVOL, INT_AUCVOL")…
-
For Ticker MICR.NS we are are not able to get the financial statement date while accessing the works
For Ticker MICR.NS we are are not able to get the financial statement date while accessing the workspace using python from the below code. Can you able to assist us on this. ######eikon_download.py############## import eikon as ek import pandas as pd import yaml import time import re from itertools import repeat from…
-
Issue Registering LSEG COM Library for Workspace
Hello, After migrating from Eikon to Workspace, we encountered an issue with one of the COM Add-ins, RHistoryAPI.dll, which is now deprecated in Workspace. We were advised to switch to the LSEG COM Library for Workspace, which appears to be the appropriate replacement. However, we are currently unable to register the LSEG…
-
Workspace VBA Add-in
Client has downloaded the COM addin for Workspace to enable VBA but wants to know why he his file is not updating. Please see the images attached. Can send the file in question if needed. And client query below: "Can you please have someone who is an expect on the VBA side to confirm why these Public Functions are not…
-
get_data() AttributeError: 'dict' object has no attribute 'url' using rdp
-
How to link Chatgpt to Workspace? is it possible?
I am starting to use ChatGPT. The problem with ChatGPT is that it has most of the time not the accurate data (e.g. unemployment rate us, etc.). Question: is it possitlbe to link ChatGPT to the datas within WS? (on behalf of client)