-
Fund holdings
I would like to get fund holdings (LP40215045) by ISIN code using the API df = ld.get_data( universe = ['LP40215045'], fields = [ 'TR.FundName', 'TR.FundHoldingName(StartNum=1,EndNum=200)', 'TR.FundHoldingRIC(StartNum=1,EndNum=200)','TR.FdInvestorPctPortfolio(SDate=2021-12-31,EDate=2024-12-31,StartNum=1,EndNum=200,Frq=Q)'…
-
Eikon/LSEG Python packages and whether they are available for installation through pip?
Can you let me know where to download the Eikon/LSEG Python packages and whether they are available for installation through pip?
-
Workspace API Data Extraction Limitation for Bulk Queries
Hi Team, For this source Link: https://developers.lseg.com/en/api-catalog/eikon/eikon-data-api/documentation#eikon-data-api-usage-and-limits-guideline We noticed that several references in the document are dated “10‑Oct‑2019”. Could you please confirm whether the information regarding usage limits and related guidelines is…
-
Is EMA library affected by the OS Regional settings
My question is specifically related to data type Real/Double, where there could be a decimal part. If the client has Regional settings with Decimal separator switched to "," will this affect the actual decoded values? Specifically we got some updates that had price fields with comma separator when there was significant…
-
What permisisons do I need to get access to the "trapi.data.ownership.adv" scope?
-
Need Index Benchmark data - through API using RIC codes
Hi LSEG Team, I want to extract the Index Benchmark data for the below list of codes. Can you please help in selecting which :ExtractionRequestBase" I should select to get the required data through API. CCMP SPX .FTIO MXEUG MXEUG MXEUG ASX SPX MXASJ MXEF TPX ASX .MERE0L0 TPX .MERHL00 & .MERE0L0 & .MERHEC0 Need information…
-
How to test ongoing monitoring
Hello, I am using World-Check One API to perform screening. Everything is working as expected, and I now want to turn on ongoing monitoring. Is there a way I can use test data or mocked data? Otherwise, how can I test a change in the worldcheck data so that I can validate my software is using the APIs correctly? Thanks!
-
Questions on Automated Price Retrieval and License Usage in Cloud Environments
Query; -I would like to automatically retrieve prices to run end‑of‑day PnL calculations. -My Python environment will be running on a cloud platform (likely Databricks). -Is there any licensing issue or limitation with running this process in the cloud instead of on my local PC?
-
I would like to get all rics of chain of chain 0#LCO++ in python
hi, I would like to get all rics of chain of chain 0#LCO++ in python in 0#LCO++ , you have other chain 0#LCOc1++,0#LCOc2++,0#LCOc3++ , ….. how can I get rics under each chains using a function from 0#LCO++?
-
How to distinguish between different ISO 15022 SWIFT messages received for same security.
I want to understand if LSEG provides ISO 15022 SWIFT messages for voluntary corporate events and if for a particular security if multiple SWIFT messages are received then which factor can help to uniquely identify different SWIFT messages for same security. Also does ISO 15022 SWIFT messages provides details like when…
-
Validated end of day extraction for DSS Elektron EoD
Please advise how we can select REST API settings for "Use Validated end of day Prices" for DSS Elektron End of Day Pricing? Let me attach below screenshot of DSS GUI for your refernce.
-
RTO error messages
Hi, Do we have a list of error messages returning from RTO and its explanation…example like F2:Not in Cache
-
Refinitiv cloud API entitlement
Is there LSEG Data Platform / Refinitiv cloud API entitlement for server-side applications, independent of Workspace desktop session? and more specifically: Can my backend running outside Workspace authenticate and call LSEG data APIs without relying on the local desktop proxy on port 9000?
-
Is the SDR FX Options from SDR View page available in API?
Client is looking at FX Option in SDR View and wants to incorporate this to API. He is is not looking for rates, but he is looking for FX Option in SDR View. Is this possible?
-
Python code to download
I need a script to download this information for the attached RICs. Could you help? STRIKE_PRC CPPM_RCCHM FLPM_RCCHM LOGNV_RMID NORMV_RMID STRDPM_RM RICs attached Thanks https://us.v-cdn.net/6038239/uploads/6DD7DH9B0B2C/rics-4dev-community.xlsx
-
image truncated ?
hello I know RDP using raw python requests but I am a newbie with lseg-data on a specific onlinereports image ( tag%3Areuters__com%2C2026%3Anewsml_LYNXMPEM2H0FS%3A1___tag%3Areuters__com%2C2026%3Abinary_LYNXMPEM2H0FS-FILEDIMAGE ), grabbing it is truncated (345 ko) even if response.is_success is true, response.errors is []…
-
EMA Java – How to detect “total outage” and gracefully stop the application instead of retrying
Hello Everyone, We're working on a java application that uses EMA to connect to RTDS/ADS through a custom plugin developed by our team. Our customer has requested a specific behavior: if both ADS endpoints configured in the failover channel list are unavailable (i.e., a total outage), the application should stop instead of…
-
getting news topic name
Hello, I want to get the topic name(such as TECH) through the news storyid (I retrieved this by get_news_headlines ). Should I using the topic_code field? Is there any way for me to get the topic list for a certain category of news? And is there a full list of topic for all news? Thank you!
-
RTSDK/EMA receives only RefreshMsg with no UpdateMsg - RFA 7.x gets streaming from same service
We're migrating from RFA 7.x to RTSDK/EMA (C++) and encountering an issue where we receive only initial RefreshMsg (snapshots) but no subsequent UpdateMsg (streaming updates) during active market hours. Configuration: * API: RTSDK (EMA C++) * Service: hEDD * Domain: marketPrice (MMT_MARKET_PRICE) * Symbols: 4 * Field View:…
-
Observed Data Inconsistencies and Performance Delays in lseg.data Migration
I am currently migrating our Python scripts for retrieving EA banks’ daily Price‑to‑Book, Market Capitalization, and Price Close data. Previously, these scripts used the eikon package; I am now updating them to use the newer lseg.data package. Both rely on the get_data() function. During this migration, I’ve identified two…