Is the functionality C# in Python available in Workspace? If not, is this functionality within the roadmap of enhancement in Workspace?
I'm attempting to access historical data for a set of companies using the LSEG Data Library for Python, but I am struggling to find the right methods. Particularly, I'm looking to find cash flows for previous years given a company's name. Is this achievable via this API and if so, what is the correct methodology? Thank you!
Is there a list of all possible filters for a search on the LSEG Python Data API? It seems that all of the data items in the DIB don't exist via API. My goal is to execute a search for all of the subsidiary companies in a particular region but am having trouble finding the right filter to determine if a company has a…
Hello, I'm using the Refinitiv data library for python. In particular, I'm using the following function and have been getting some errors for too many requests. Using rd.get_history(), we were pulling data for a total of 6,458 RICs, separating the requests out into loops of 100 RICs and 3 fields. We've only submitted…
Hi! I have two questions. The sales rep showed us a Python environment embedded in workspace that looked very user friendly to download data. Can you help me to find this embedded Python environment within workspace. I also need to download all bond issues in the eurozone from 2016 to 2023 (I send you a screenshot of how…
Hi, this question is regarding the Codebook (Python 3 console). Using the news.get_story function, is there a way to pull specific headlines from my News Alerts, without the need for manually inputting the topics, sources, and filters into the parameters of said code?
How to find the country, address and other relevant information based off a company name? I have a list of 1300 companies names.my goal is the following: I would like to find the country, address and other relevant information based on refinitiv data. first i would need to extract their permId and then extract from…
Hi, I am using the Refinitiv Data Library for .NET, and everything has been working perfectly until now. For a few days now I have a problem that looks like this: I also tried sending a request (by Postman) https://api.refinitiv.com/auth/oauth2/v1/token, but the response is the same: { "error": "429", "error_description":…
I get a list of rics from chain_ric = '0#TWCORPERPS=', then I use this line of code : rd.get_history(universe=tweb_rics[:100],, fields=['MID_PRICE', 'MID_YLD_1'], start='2024-10-16', end='2024-10-17') I only request the first 100 and I get an error message : "Error code -1 | 'headers". Notice I dont get it when requesting…
I am trying to open a platform session in Python using the following guide: Example.DataLibrary.Python/Examples/4-Session/EX-4.01.01-Sessions.ipynb at lseg-data-examples · LSEG-API-Samples/Example.DataLibrary.Python · GitHub However, it systematically fails. The code either runs indefinitely or returns a timed-out error. I…
It looks like you're new here. Sign in or register to get started.