Can somebody help me make this request more efficient, so that it will consume less requests? Goal: i need daily timeseries for several instruments (options) for some fields. In the past, way before LSEG, when it was still called get_timeseries instead of get_history, i was able to retrieve timeseries for multiple…
Issue Description: After logging into Workspace in the evening and using Codebook, I was unable to run any code. The notebook (u1.ipynb) gets stuck with an asterisk (*) when executing the script in cells. This happened on two separate days, so it’s not a one-time issue. I tried restarting the kernel each day, but it didn’t…
I am getting this error when I tried to lseg_open_session() today. Has there been some issues with the API today? I never had this issue before. Slice of the key error message below: Traceback (most recent call last):…
Could you please help me with modifying the Python code so that we can pass multiple RICs at once and retrieve data for all of them in a single function execution? We would like to avoid looping through each RIC individually, so any guidance on how to handle multiple RICs in one call would be appreciated. import…
Hi Dev Team, Good morning.! May I request for your assistance please. Client wants to pull data using FQ0. and needs code that to use for the LATEST AVAILABLE shares outstanding. Script given by client: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'NVDA.O','AJG','ABBV.K', 'ACCO.K', 'AMG',…
I use the Codebook app in Workspace and utilize an API program that retrieves news stories. I have a couple of questions about that: The news stories before 2025 do not seem to be retrievable in the Codebook through the API. I am wondering if there is a limitation to what can be retrieved with the API, such as news stories…
I want to know whether any functions for library `lseg-data` in python can fetch whole year economic event.
how we can disable the SSL verification in the python implementation/code (see below)? Additionally, is there documentation for the python API for the lseg.data component? We found this but I cannot find the specific information we are looking for: Refinitiv Data Library for Python [cdn.refinitiv.com]. Can you please point…
I'm trying to use LSEG to put together an aggregate measure of 5-year wholesale bank funding spreads (Holdco, Opco and covered bond) issued by the Big 6 UK Banks (Santander UK, Barclays, HSBC, Lloyds, Nationwide, and RBS). How would I go about doing this please? Research: It can be done through LSEG Data Library for…
What is the difference between using the LSEG Workspace API and using Data Platform or Knowledge direct. Why would I use either? What is the advantage of each?
It looks like you're new here. Sign in or register to get started.