-
How can I run a server-hosted Jupyter notebook that needs to use a locally hosted LSEG proxy?
Hello, I'm working on an application that embeds Jupyter notebooks. These notebooks are hosted on a remote server (AKS) and allow users to write and execute Python code. One of the use cases involves accessing LSEG Workspace data using the refinitiv-data Python library (open to suggestions of other libraries that might…
-
How do i select the year of the data?
Hi, I'm extracting a series of data related to GHG emissions and revenue to Excel, but I'm facing issues with selecting the year. Currently the year is set as FY0. How do i access the data from 2023 and 2024?
-
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…
-
Restore access to LSEG Workspace
Hello friends! We were unable to log into both workspaces that are assigned to the same account. The message is: Could not connect to server. Please contact your administrator. Could you please help me handle this problem? Regards
-
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…
-
Where is the "identity document location types"?
I get this error: POST https://api.risk.lseg.com/screening/v3/cases failed: 400 Bad Request ("{\"id\":\"8cbb216f-94f9-4238-9504-ee72ccf8f455\",\"status\":\"400\",\"errors\":[{\"code\":\"INVALID_DOCUMENT_ID_TYPE\",\"message\":\"Document ID Type secondary field has an invalid value. Available secondary fields for each pair…
-
What is the best method for obtaining data via Python instead of Excel?
What is the best method for obtaining data via Python instead of Excel? Is this via API call?Does the use of API calls come standard with my account, and does it cost extra?
-
Automatically generate charts using a certain style on Workspace
Hi team, need your assistance on this. Query : I would like to use my access to LSEG Workspace to automatically generate charts using a certain style (colours, title, font, etc.). For example, an intraday chart of a certain stock, or a chart for a year using daily closing price, etc. I can manage the chart generation part…
-
Can you help in migrating python files?
Can you please migrate the models and Jupyter notebooks (Python files) that was on Dyke’s profile (**REMOVED**) to Franscois (**REMOVED**) and Tatenda’s profile (**REMOVED**)?
-
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…
-
How to filter Ad hoc announcements for specific companies
Hello everyone, I am an absolute beginner with Refinitiv Workspace/Eikon and currently working on my thesis. My research focuses on the impact of ad hoc announcements on stock prices. For this purpose, I would like to retrieve all ad hoc announcements of selected companies (for example DAX members) over the past 5 years.…
-
Can I change the ADS configured normalRetryTime from a ClientAPI?
We have an interactive provider service which relies on sending a CLOSED_RECOVER when service is intermittently unavailable. This appears on our EMA client as follows: [pool-2-thread-1] INFO <company.pkg>.EmaClient - Status Message for null: (-): StatusMsg streamId="5" domain="System Domain" state="Open / Suspect / None /…
-
LDError: 'dict' object has no attribute 'url'
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
-
Dear team,
I have been asked by a client to help him with a LDO API…. I cannot find any LDO API… can you please let me know if we have something like this? Thanks a lot
-
How to post data for multiple symbols?
Hello, https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/java/MarketPricePosting.java We have made use of the above example to update data for symbols in WebSocket API. Please note that the above example does not explain/demonstrate the steps to update data for multiple symbols and we have been…