-
What data item this would refer to so I could grab this data for my Python code using the CODEBOOK
Hi team, raising the case on behalf of client. ** REMOVED ** Query : I was wondering if you could help me find a data item to use with CODEBK? From our Dashboard we have a chart which shows for a portfolio the "% Change - Top/Bottom 10 Securities" which shows the current daily % change or as of last close I believe. I was…
-
Possibility of directly integrating to the LSEG Data Platform without Workspace
Just wanted to inquire about the possibility of directly integrating to the LSEG Data Platform without using the desktop Workspace. Could you please confirm if there's a way to directly access the LSEG Data Platform? Any subscription needed? Thanks!
-
rd.get_data returning None
Hello I have properly opened a session with rd.open_session (desktop session) but my code is not returning anything. import refinitiv.data as rd rd.open_session(app_key = MY_APP_KEY) data = rd.get_data(universe = ['0#SPXW*.U'], fields = ['PUTCALLIND']) On the other hand, the eikon api returns me data…
-
Time is not updated in API
Client is using the script intraday_data = ld.get_data(universe=etf_tickers, fields=["TRADE_DATE", "SALTIM","TRDPRC_1", "HST_CLOSE"]) intraday_data.rename(columns={"SALTIM":"TRADE_TIME", "Instrument": "ETF Ticker", "TRDPRC_1": "Intraday", "HST_CLOSE": "Prior_day"}, inplace=True) However, it the time was stuck and did not…
-
Issue Registering LSEG COM Library for Workspace
Hello, After migrating from Eikon to Workspace, we encountered an issue with one of the COM Add-ins, RHistoryAPI.dll, which is now deprecated in Workspace. We were advised to switch to the LSEG COM Library for Workspace, which appears to be the appropriate replacement. However, we are currently unable to register the LSEG…
-
Enums and ms timestamp fields in Workspace Realtime API
Hi— we had been debugging the new lseg.data library realtime APIs on a system that had been running Eikon. When running eikon Eikon, fields with enums (like IMB_TYPE) and fields with timestamps (like IMB_TIM_MS and QUOTIM_MS) were all coming back as integers using the lseg.data streaming APIs, for example using the…
-
Error in the codebook: ScopeError: Insufficient scope
for key=/data/ownership/v1/views/fund/holdings, method=GET. Required scopes: {'trapi.data.ownership.adv'} OR {'trapi.demo-access'} Available scopes: {'trapi.alerts.publication.crud', 'trapi.frtb.sentimarization', 'trapi.search.metadata.read', 'trapi.graphql.subscriber.access', 'trapi.user-framework.recently-used.crud',…
-
Why does the LSEG Workspace “Company Tree Structure” Excel export fail for some companies?
I am using the “Company Tree Structure” feature within LSEG Workspace to export group hierarchy data into Excel. While the download works as expected for many companies, it consistently fails or gets stuck in a loading state for a subset of both public and private companies. This issue persists regardless of the account…
-
rate limit when requesting history via the LSEG Data Library
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the start of June, I'm making 3,000 separate requests? That at least seems to be what is happening from debug logs. I ask partly…
-
Client wants to extract fillings details via Python / RIC BERM.KL
Query: Is it possible that use python to extract the pdf file if the company have the PN17/GN 3 filling? For the excel just for clarification, cannot show in excel that whether this company have filling for the PN17/GN3? I just wanna detect whether the company is it under PN17 / GN3, or is there any method to check the…
-
Eikon to Workspace migration - refinitiv.data
Hi I'm using import refinitiv.data python library to pull market data. Mostly get_data function. Will this work after migration to Workspace? Thank you
-
Request for API Access – Last Change Rate Data for Process Automation
Dear LSEG Developer Team, We are currently working on automating a process that requires access to the Last Change Rate data from LSEG. As advised by Toshniwal, Harish, we would like to explore the feasibility of integrating with your API to retrieve this data programmatically. Specifically, we are looking for: API…
-
Retrieve historical Ultimate Parent given a LEI
I am creating a historical database to track track the relationships between fund managers and the ultimate parent of a fund. To do this, I am using the LSEG Python API. I have been testing this procedure using the rd.get_data() function. This allows me to retrieve the name and PermID of the ultimate parent for a list of…
-
Unable to install lseg-data package
Hi team I'm not able to install LSEG-data package to Jupiter environment nor in python environment
-
How to retrieve Cboe Put/Call Ratio via LSEG Data Library?
Hi all, I’m using the latest lseg-data Python library (v1.x) with a Desktop session.For equities like SPY.P the usual Level-1 fields (TR.CLOSE, BID, ASK, etc.) work fine, but I can’t figure out the correct identifier / field for the Cboe Put/Call Ratio. I’ve tried several combinations without success:…