-
Why did the primary name of some results revert to the empty string?
We recently noticed that the primary name disappeared from some of our old results. This appears as "primaryName": "", in the JSON response when I check the results of a case. We're using the V2 API. We assumed that the primary name will always be set. We also noticed that this may be happening to results where the…
-
What is the recommended way to lookup the Options RICs for a Cash Equity to be able request via RTDS
in 2026 what is LSEG's recommended way for applications to find the RIC codes they are after? Just had a request for an application to use RTDS (EDGE Feeds from LSEG feed this) with Full tick real-time feed and if they have the cash equity e.g. VOD.L they find the options available across different exchanges that have the…
-
ReadTimeouts when Running In .py file and not in Jupyter Notebook
Hi everyone, When I run the following requests in the syntax that you see below , in a Jupyter Notebook, the requests do not timeout, however, if this is run from a Python file, I see that it is more prone to ReadTimeout errors. Is there a way that I can go about fixing this error, and know why this is occurring? tasks =…
-
Obtaining Years alongside retrieval of Fundamental Data Asynchronously
Hi everyone, I have a question regarding the Date column not coming with get_data_async function calls. When I am making calls like so: roa_datapoints = await content.fundamental_and_reference.Definition(universe=[f'{ric}'],fields=["TR.F.IncBefDiscOpsExordItems","TR.F.TotCurrAssets","TR.CommonName"],parameters={"SDate":…
-
ASX Tick Size Tables via RDP or ?
Hi, I'm trying to determine how or where I can receive the Tick Size Tables for a stock on the ASX Market. There is a standard tick size/price steps table shown below. However the note in the screen shot below indicates other security types can different rules. The ASX documentaton…
-
Reference for websocket API messages
Hi, We are now developing a link software to RDP using Websocket API, our main issue is that we cannot find a reference documentation, is surprisingly hard to find... I would like to know if exists a Reference docuementation to check all messages, responses and their fields. I mean explaining the semantic of each field,…
-
finding the underlying RIC for a convertible bond
Hello, I am trying to find the underlying RIC(Equity) for a convertible bond. The underlying RIC is available in GovCorp but "Views.GOV_CORP_INSTRUMENTS" does not output the expected RIC using "UnderlyingAssetRIC" which exists in the metadata of the view. Other Convertibles' CUSIPs with the same outcome : 78015V548,…
-
How to collect interest rate swap day count conventions in Eikon Python api?
The Eikon desktop application has a "Description" page for swaps (USD1YOIS=) that presents contract specification data such as day-count convention, holiday calendar, and reference rate RIC. Is there a way to locate Python api field names for these items? I could not locate them in the Data Item Browser, or using the TR…
-
timeseries data in RDP
Hi Currently i get data (Open, Close, EV, MC) for a list of tickers (on daily basis) by using ek.get_data I want to get rid of opening eikon toolbar, how can I get this data with rdp? Thanks fields = ["TR.PriceClose.date;TR.PriceOpen;TR.PriceClose;TR.EV;TR.CompanyMarketCap"] prices_df,err = ek.get_data( ric, fields,…
-
Open PermID API - How to download Organisation AND Persons data?
Hello, i am trying to familiarise myself with the PermID API and I see it's straightforward to obtain organisation's data. For example, say: https://permid.org/1-4295869244 we can get something like: { "@id": "https://permid.org/1-4295869244", "@type": "tr-org:Organization", "tr-common:hasPermId": "4295869244",…