PhD student - cannot download Eikon API - client is trying to download at least 13000 data points - user is receiving error code 429: too many request - user wanted to know if user already reached her limit
Hi, i need some help please re: the below query for returning the assets held in a particular fund, but i would like some additional fields… data, err = ek.get_data('LP65070066', ['TR.FundHoldingRIC', 'TR.FundHoldingName', 'TR.FundNumberOfShares', 'TR.FundNumberOfSharesChanged'], {'Endnum': '1000'}) if err: print(f"Error:…
We use a service to pull historical data and would like to get clarification regarding the pricing fields. The service we use is: https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/{symbol} We typically retrieve the fields: "TRDPRC_1", "OFF_CLOSE" for closing price and determine the appropriate…
This is a question from a trial user who is testing out the WS API. for the specific ticker (like 9988.HK), I can find the DR under the ‘Price & Chart’, but it's different from the results I got from the API. May I check the reason? here is the code and result…
I was using '.description' at the end of Data Item Code but it looks like only some fields works. When I tried to get data 'TR.PriceClose.description' , it works. I need description at below so I tried same as before but it does not works. Is there any other function to find field description or do we have document on…
Hi all, I am trying to find the market cap's companies that I have RICs connected to their mining operations. I currently have refinitiv workspace lite installed into my excel. Thank you in advance for any assistance to this query!
Hi, I would think this would be an easy question, but I can't seem to get a total return for S&P 500 (or other example indices, for that matter), but the formula works fine for stocks. Can someone please advise? My call is below: ek.get_data(['.SP500'],['TR.TotalReturn'],{'SDate':'2017-01-01', 'EDate':'2018-01-01'})
What Fields ( FIDs) must be used to identify that a settle has been posted for a security, and at what time?
I want to get the future earning reports date for a given stock. And also the past earning reports date. How should I get it using python?
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: https://community.developers.refinitiv.com/discussion/131738/earnings-call-transcripts-download Now I am trying to understand…
It looks like you're new here. Sign in or register to get started.