The most recent content from our members.
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 =…
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":…
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…
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,…
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,…
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…
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,…
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",…
It looks like you're new here. Sign in or register to get started.