I am using the ‘get_history’ function from the lseg.data library in Python to fetch data. Is there any way for me to also retrieve the update time for each data entry along with the data when using ‘get_history’? Below did not work: ``` python with ld.open_session() as session:…
Hello, I'm new to the lseg data library. I'm trying to retrieve information with get_history() but have a hard time finding all possible field values. When I search for input CF_CLOSE which can be found for RIC: "0#.SPX" in the data item browser functionality I get error. When I make query for "TR.PE" field which is not in…
If I run desktop_session = ld.open_session('desktop.workspace') with incorrect key or when LSEG Workspace is down, I see that: desktop_session.open_state == "Closed" How can I get the error code and message of why it couldn't open the session? I can see this data is in the log file. Can I get it from the code?
When I do something that involves timestamps, like : The last line prints this warning: LSEG-data.venv\Lib\site-packages\lseg\data_tools_dataframe.py:177:FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False)…
Client has a list of ISINs in an excel file and would like to get the Bond Rating on Issue Date of each bond. Each bond has different Issue Dates so we have an excel formula for each individual bond as: =@RDP.Data($A3,"TR.GR.RatingDate;TR.GR.RatingSourceDescription;TR.GR.Rating","Frq=NA SDate=#1…
Migrating from get_timeseries() to get_history() get_timeseries() - automatically filters out some ticks, but get_history() returns everything + EVENT_TYPE field. Is there a way to modify the query so it filters out the ticks with certain event types? For example below, get_timeseries() does NOT return the ticks with…
Could you please help me take soybeans as an example and explain through what means I can obtain all the shipping schedules and port arrivals, production volumes, inventories and a series of other data related to soybeans? ❤️use refinitiv workspace ❤️use python
Hi Team, We need your immediate assistance on this matter. We're in the process of migration of our software from Eikon to the new LSEG Workspace. One of our applications depends on auction imbalances coming from Eikon for various symbols. In the test account we currently hold for the LSEG Workspace, we can see only…
We’re interested in downloading the Annual Reports filings (e.g. 10-K files) with an API solution in order to not to do it manually, the code we followed doesn’t return any data. We’ve seen that somebody has already had the same issue following the same code and it seems to be a licensing matter. We don’t know if that’s…
Hello. Am new to Python coding. I want to retrieve EUR= & GBP= for last 3 previous days from today as at 16:30 local time. How do i proceed please. Thank you
It looks like you're new here. Sign in or register to get started.