-
Earnings Call Transcript Download
Hi, I saw in various earlier conversations that extracting earnings call transcripts directly via the LSEG Data Library (for Workspace) by using an API is not possible. See here for example: Now I am trying to understand alternative ways to get these transcripts (without having to manually bulk-download them). I saw that…
-
How to retrieve a clean, consolidated time series of quarterly reports using multiple fields.
Dear Support Team, Our goal is to retrieve a clean, consolidated time series of quarterly financial reports using multiple fields (e.g., "TR.TotalRevenue.date", "TR.TotalRevenue", "TR.CostOfRevenue", "TR.GrossProfit", "TR.TotalOperatingExpense", etc.). Ideally, we expect four records per year, each representing one…
-
Connect to the desktop session by using the R Library
I recognise that all support is basically focused on Python, but I don’t want to run another Python-based system next to the R-based system we already have. However, going through the Python documentation, it seems to me that, under-the-hood, the Eikon Data API is just JSON over WebSocket on localhost:9000. Therefore, it…
-
Incomplete Screener with delisted stocks missing despite checking the box.
Hi, I aim to get a complete list of all companies, listed and delisted, worldwide. As such, I used the SCREENER command and checked to include delisted stocks as well. I noticed, however, that the data is incomplete. Many delisted stocks are not included in the universe despite explicitly checking for delisted stocks. For…
-
get_symbology() from SEDOL to RIC returns "no best match available"
I am trying to convert SEDOL to RIC through get_symbology, but it returns "no best match available". Meanwhile, Same SEDOL is able to convert SEDOL to ISIN. However, I tested it with other SEDOL, it is able to convert SEDOL to RIC. Those unavailable assets are mainly ETFs, and I wonder is this the reason that cause the…
-
need to filter Japanese stock data with api
I need to filter Japanese stock data that meets the following criteria: Exchanges: Tokyo (TKS), Osaka (OSE), Nagoya (NGY), Fukuoka (FKU) Security Type: Common Stock Listing Status: Including Active and Delisted Country of Domicile: Japan Time Range: Monthly data from January 2024 to April 2025 I have tried various query…
-
How to get close price for morning session
Please let me know the name of template and field on how to get close price of TSE-listed stocks for morning session?
-
Guide to reifnitiv.data search functions
Is there a comprehensive guide which shows how to build search functions in python. For example, I need to program a loan search function in the form below but with other search parameters and output. How do I identify how to add other search parameters and which output fields are available: df = rd.discovery.search( view…
-
Historical beta calculation via Python API
What would be the best way to replicate the historical beta calculation through the Python API (preferably via lseg-data)? As I understand, there is currently no example available in the Workspace Codebook library of such a historical beta calculation, as the API instead only allows for obtaining the latest available data…
-
Eikon API guidance summary data gets mixed up
Hello, I am trying to pull guidance summary data using eikon api. My issue is that when I include new data field (for example TR.GuidanceUnitType), the data gets mixed up and some items like revenues show up as tax rates. I have seen this happen as I include and exclude different data fields. Please let me know why this is…