I am trying to fetch historical ETF holding of EWG ric using below python code but not getting valid entries. kindly suggest required changes to be done to fetch historical holdings of EWG ETF df, err = ek.get_data( ['EWG'], fields=[ 'TR.ETPConstituentWeightPercent.constituentric', 'TR.ETPConstituentWeightPercent' ],…
Hi support team I want to download unadjusted stock price data. TESLA had a stock split on 2022-08-23. - Workspace is running while I download data via API If I use refinitiv.data API: import refinitiv.data as rd ... df3 = rd.get_history( universe=["TSLA.O"], fields=["tr.PriceClose", "tr.Volume", "tr.Turnover"],…
Sometimes this code throws an error and sometimes it runs fine Code: Error:
I'm interested in these tickers which I currently load via Excel JPYTN= JS(FXFWDJPYTN) Is there a standard code you can provide which saves the results to a csv, or prints to screen or something like that?
Hi, I would like to be able to issue a secondary API Key, but I find that this is not possible via the EIKON app. How can I issue a secondary API key? Thanks in advance!
I have just installed the LSEG Workspace app for MacOS, and I am trying to connect to the Eikon Data API through Python (3.14). I seem to have a connection error. Initially, the error message said "No proxy address identified". I then followed the trouble shooting instructions…
Hi Team, Good day! This is under case: 15584196 Query here is that the client seems to have experienced some issues pulling up the script below: try: session.open() ld.session.set_default(session) session.open_state Pull selected rics, in this case a GoC bond, the 10 year benchmark and the 5 year benchmark. To get a list…
For users who have configured their Workspace with Hosted Internet, if we switch to Customer-managed without changing their user ID, is it possible to make the necessary changes so that the API key used within the Workspace remains unchanged?
Why this error occurs: The error typically appears when the number of API requests exceeds the allowed limits. This can result from high usage patterns or inefficient code execution. Key API Limits to Keep in Mind: Requests per second: Maximum of 5 requests per second, counted across all client applications connected to…
Hi! I am using the LSEG Data Library for Python. As I am currently in the development phase doing lots of testing, I just got the message "Error using get_history_func>get_history (line 212) Python Error: LDError: Too many requests, please try again later. Requested universes: ['CLc1']. Requested fields:…
It looks like you're new here. Sign in or register to get started.