Hi, I'm currently working with CodeBook and ran into a problem that I'd like to get some help with. Previously, I used the “Country of Exchange” filter in Screener to select all companies listed on a specific country’s exchange. I’m wondering how I can replicate the same filtering in CodeBook using code. Here’s the code…
Historically I have pulled through my portfolio holdings via python with specific fields. I am attempting to pull through the data now using .NET, but have been unable to achieve this. Are you able to provide a solution. Previously python code below with fields: fields…
Hello, I am looking for the code to extract via the code book all the permids of companies in refinitiv for which we have esg scores, the name of those companies, and their esg score. Could you please help me ? Alex
Hello, when I tried to get filing data with Python Filing API, I only get NAs and above error message. I was able to download full correct data using ADVFIL function on LSEG WORKSPACE desktop app. However, I need to acquire filing data for over 3,000 firms. I cannot download all of it manually. Here is my code:…
Hi, Which datafield in the Refintiv Data Platform is equivalent to the "RI" (Return Index) from Datastream? Moreover, how can one extract historical GICS sectors (e.g., for COMS.OQ^D10)? I have tried the rd.get_data() and rd.get_history(), but no data appears available. Hope you can help. Thanks.
I have a dynamic set of stocks (RICs) for which I want to get the closing price data from say last 6 years on daily weekly and monthly level in USD. How Do I do that using LSEG APIs.
Hello, We upgrade our internal .NET application which currently uses Refinitiv Eikon version 4.0 .NET API. Because of migration to LSEG Workspace from Eikon we try to modify our application and use the new functions from LSEG Workspace. Currently we have 2 functions from EikonDesktopDataAPI in use in our application:…
Hi everyone, I'm currently downloading ESG-related news using Refinitiv Workspace via Jupyter Notebook (GPU / Workspace Helper connection). Is there a way to filter only Breaking News and Web News within the Python refinitiv.datapackage? Or maybe a different query syntax that ensures the exclusion of filings, research,…
I use the refinitiv.data? python library which never asks or shows any tokens, so I see no reason to get a token expired error. Posting on behalf of a client. Thanks!
I'm using refinitiv lib in python like this: import refinitiv.data as rd rd.get_data(universe=self._stocks,fields=["TR.HIGHPrice","TR.OPENPrice", "TR.CLOSEPrice","TR.LOWPrice","TR.CLOSEPRICE.DATE","TR.ACCUMULATEDVOLUME", "TR.NUMBEROFBLOCKTRADES","TR.TSVWAP"], parameters={'SDate':self._start.strftime("%Y-%m-%d"),…
It looks like you're new here. Sign in or register to get started.