-
Is Workspace application impacted by depreciation of VBScript?
Is Workspace and Workspace Excel application impacted by depreciation of VBScript? https://techcommunity.microsoft.com/b
-
Is Workspace impacted by VBSCRIPT DEPRECIATION
Is Workspace impacted by depreciation of VBScript? https://techcommunity.microsoft.com/blog/windows-itpro-blog/vbscript-deprecation-timelines-and-next-steps/4148301
-
LSEG Data API for Python to pull historical options data for ICE Brent Crude (e.g. the chain: 0#LCO+
Raising a question on behalf of a client I'm trying to use LSEG Data API for Python to pull historical options data for ICE Brent Crude (e.g. the chain: 0#LCO+). I know how to construct expired option RICs e.g. LCO7000A5^A25, LCO7000A4^A24. I generate an extensive list of potential RICs that have expired, with strikes from…
-
How to retrieve the constituents of an option chain for a specific date?
I would like to find the constituents of an option chain for a specific date. For instance, I am working woth 0#MAL+ option chain but I am only able to get the current constituents using the following request: response = ld.get_data(universe = '0#MAL+', fields = 'DSPLY_NAME', parameters = {'SDate':'2005-01-01'}) The SDate…
-
lseg.data duplicate values and no date indicator?
I was downloading market cap information across countries using the line below: TR.F.MktCap(SDate=0,EDate=-25,Period=FY2025,Frq=FY) However, some RICs provide repeated information and too many rows. The above linenormally provides 26 rows as per 26 years, however for 'SIG.AX' for example, it returns 50 rows with half of…
-
Workspace API endpoint question
Please advise endpoint (i.e. URL) when access using Workspace desktop session provided by LSEG Data Library.
-
Unable to get data when runnin a comman from Codebook to Python
import lseg.data as ld import pandas as pd ld.open_session() df_cds = ld.get_history( universe='.VIX', fields=['TR.ClosePrice'], interval='1D', start='2026-01-01', end='2050-12-31', count=5 ) pd.set_option('display.max_rows', None) display(df_cds) It gives NULL values when running in Python. How can I make this work in…
-
is there any chance of getting this data for specific years, such as 2022, 2023, and so on? I have a
Client query: is there any chance of getting this data for specific years, such as 2022, 2023, and so on? I have access to the API via Python, and I do a lot of my work that way, as it’s easier for certain tasks. Do you know if it might be possible to do it from Python? And resolution provided was: I have reached out to…
-
Not able to retrieve data using workspace API from a specific field
The python query I'm using to retrieve data is as below. The error message I got is no data for TICK_SZIDX from API. # The Column name in Data containing the RIC !!! Ric_Column = "RIC" # Give the set of FIDs you want to Extract: If you want only PE, you can leave it BLANK as well !!! FIDs_to_extract = ['TICK_SZIDX'] #Enter…
-
How to get long history of vol surfaces
Posting this for a client. I’m able to get vol surfaces for what’s currently live, but not for historic surfaces (ie expired options). I’d be keen to a long history of vol surfaces and see how well it does at pricing list vol options for a longer history For example: TY@RICROOT with xAxis=Date, yAxis=Delta, if I try and…
-
Discrepancy in News Metadata Retrieval Between RDP API and Workspace News Cloud Endpoint
When using RDP, I can request for news metadata using the following URL: https://api.refinitiv.com/data/news/v1/metadata?group=Geography and successfully pull down data. However, on the desktop using Workspace, if I request for the same data, I need to request it through the News Cloud endpoint using this…
-
How to fix the following output in python?
When retrieving officer/director education data using the TR.ODOfficer* field family through the lseg.data Python library, the returned dataset contains rows with education information (e.g., university, degree) that are not associated with any officer identifier (e.g., missing TR.ODPersonPermID, TR.ODOfficerPermID, and…
-
Do we have any possible workaround / solution that would allow the client to use Visual Studio with
Query : Do we have any possible workaround / solution that would allow the client to use Visual Studio without relying on an active Workspace session? As per client : "The provided code attached below is working fine in CODEBOOK within Workspace and Visual Studio Code. However, for the Visual Studio Code, Workspace must be…
-
JSON error received during token refresh error message in LSEG-data for Phyton.
Reaching out on behalf of client a professor in a University. I have shared the steps to client in getting his APP KEY so he can access the Workspace API via Codebook. Client followed the steps and got an API key. Then, he installed LSEG-data for Python and attempted a platform session using OAuth v1 Password Grant with my…
-
SDC Platinum Backend Error (Error code: 800)
I am getting the following error when executing any query in SDC Platinum, even with minimal filters and minimal output fields: { "errorMessage": "SCREEN(relativedate(TR.MnAAnnDate, LRFD_10), CURN=USD) processing failed.", "exception": [ { "RequestContext": { "CallerIdentity": { "userName": "C2**F$" } }, "ErrorStack": [ {…