I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
Hi The below request has worked very reliably over the past few weeks when I tried: df_prices = get_history( universe=ticker, fields=['TRDPRC_1','ACVOL_UNS','TRNOVR_UNS','VWAP', 'TR.TotalReturn', 'TR.CompanyMarketCap'], interval='1d', start=start_date, end=end_date, adjustments='CCH' ) But today I tried three times and…
We have an account that is interested in a user swap (Workspace). Client wants to know if the Python codes can also be transferred to the new customer profile along with the Workspace license.
I recently ran into the issue of not being able to pull historical constituents using Chain objects as shown in the GitHub (ie: as of 12/31/2020). This worked for me previously, but as of today is exclusively pulling what appears to be the current consts no matter the date specific in the Chain attribute and parameters.…
Hi team. Im posting this on behalf of a UBS client. Can you help me confirm if this is possible using the lseg-data library in python? I'm looking for a way to do the following:- Obtain a fairly recent list of 1000 earnings (results) news headlines/items for EMEA from before market close, each for a different ISIN- For…
I am new to the API environment, fairly novice at Python. I am trying to install the Refinitiv-Data package and get the following error. Any assistance would be appreciated. Collecting refinitiv-data Using cached refinitiv_data-1.6.2-py3-none-any.whl.metadata (10 kB) Requirement already satisfied: appdirs~=1.4.4 in…
Hello, I'm downloading same set of listed companies from screener and codebook, and I retrieve different results for some fields, what is the reason for this? in particular, IPO date column is quite missing with API, i compare a sample of companies for Australia. but it also applies in general. I tried downloading…
If I try the below query, it looks good: response= fundamental_and_reference.Definition( ["5000274109"], ["AVAIL(TR.F.PERIODENDDATE(STTYPE=BAL), TR.F.PERIODENDDATE(STTYPE=INC), TR.F.PERIODENDDATE(STTYPE=CAS))","AVAIL(TR.F.PERIODENDDATE(STTYPE=BAL).fperiod, TR.F.PERIODENDDATE(STTYPE=INC).fperiod,…
Hi, It appears that since the version 2.0.0 C# LSEG.Data.Content library, the IPricingStream.OpenState behaviour changed from the previous 1.0.0-beta5 and the behaviour is also inconsistent after AddItems and RemoveItems actions are taken. The documentation for this states "Indicates if the stream is open with active…
Hi, I am trying to use the pricing template for swaption from the codebook. However, I am not sure how to enter the field and the final fair value can not match with my sample. I have attached the screenshot of the sample information and testing result to the question as well as pasting my code below. Would you mind advise…
It looks like you're new here. Sign in or register to get started.