This is additional question: I found out that the issue is from my language setting, and the turnover column is blank(which may not have data for HSIc1), however, it will show Request Validation Error when I use the TR.OPENINTEREST which can show number in formula builder. Otherwise, since I cannot find BID_NUMMOV in…
I tried ld.get_data(['.DXY','.SPX'], fields=['TR.Close.date','TR.Volume'],parameters={ 'SDate': '2025-12-01', 'EDate': '2025-12-31', 'Frq':'D' }) but didn't return any data
Why is close not possible for the below: # Pull selected rics, in this case a GoC bond, the 10 year benchmark and the 5 year benchmark. To get a list of the RICS associated with specific securities, you can simply browse the workspace application or try with "CA&cusip&="df_3 = ld.get_history(universe=["CA10YIL=RR",…
When I tried using "TR.ClosePrice(Adjusted=1)" and "TR.ClosePrice(Adjusted=0)", the data returned appeared to be the same. If that's the case, is there an unadjusted close price available?
Is it possible for me to use LSEG Data Library for Python? I have an app key generated, but I'm simply not sure if I'm entitled to use RDP. I'm getting the following error in python, but again is this a license problem or do I need to somehow be approved to using RDP? [2026-01-01T21:27:23.190216+01:00] - [ERROR] -…
Query: Hello, how does the codebook work from memory point of view? Does it use cloude RAM or user pc RAM? Can I parallelize function? How much RAM is there? Moreover, can I run a code in parallel?
Hello, I was searching for the information about the updated version of Refinitiv Data Platform (Delivery Platform as called now), but could not find any information about the new documentation. As per the article (Essential Guide to the Data Libraries - Generations of Python library (EDAPI, RDP, RD, LD) | Devportal) RDP…
Client said "there is a blank box when I try to retrive data out of codebook. there is no error message per se. you can see there is an empty dataframe when I try to run this script import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np…
There is a blank box when I try to retrive data out of codebook import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np from datetime import datetime,timedelta import time import warnings warnings.filterwarnings("ignore") rd.open_session()…
Hello, We want to pull settlement price data for commodity futures using lseg's data library for python. Currently we're using the workspace plug-in for excel, but we wish to migrate this to using the API. When I try to pull the data for ~900 contracts using the API there is a substantial amount of latency (we let it run…
It looks like you're new here. Sign in or register to get started.