I am trying to pull level 1 (quotes and trades) for commodity futures contracts using the historical pricing API. I am noticing there is a large amount of latency when pulling the data using the query below, I have been trying to extract the dataframe out of the response but I am still waiting (it has been over 10min). Is…
I update my data everyday after market closes and I am using python function like this: df, err = ek.get_data( instruments = instruments, fields = fields, parameters = {'Frq':'D','SDate':last_date_in_file, 'EDate':today_str} ) I ran the code just now, and the latest date in the dataframe I got is 11-19
Hello Data API team, I'm raising this issue on behalf of my client Workspace users. The issues are discribed below: When I using Workspace data API, I frequently get the Errors refinitiv.data._errors.RDError: Error code -1| 'headers'. Please kindly find the screenshot attached with the error message. I can confirm all the…
I would like to investigate the relocation of corporate headquarters of publicly listed US companies. Therfore i need the old and new headquarter addresses and ideally also the relocation date/announcement of relocation date. How do I find that data? I have access to Refinitiv and Refinitiv Eikon.
https://us.v-cdn.net/6038239/uploads/06A3COUREV5G/e8-b7-af-e9-80-8f-e6-ac-a7-e6-b4-b2-e5-a4-a9-e7-84-b6-e6-b0-94.rar
The fields TR.EV.currency and TR.F.EV.currency have stopped working again (this has happened in the past as well).For example, the Python commanddf=dl.get_data(['GOOGL.OQ','AAPL.OQ','LVMH.PA','RKT.L','MELI.OQ'],…
Can you please confirm if this is do-able on Workspace API? Link : https://developers.lseg.com/en/article-catalog/article/crypto-asset---blockchain-flags---introduction-to-regulatory-com#:~:text=We%20are%20going%20to%20use%20the%20following%20DataScope%20Select%20templates,dll Checking the link, DSS API is the product to…
(I apologise in advance to those to whom this question may sound stupid.) I have just started using the LSEG data. I would really like to connect the "Infrastructure 360" app in Python, but I cannot seem to find a way to get the data through the API. It would be extremely useful to obtain the geolocations of the projects,…
Analyzing the loaded data for the last 10 to 15 financial years, I found multiple cases of misaligned or otherwise incorrect data. Parameters for SDATE and EDATE are the following: today = datetime.now() EDATE = today.strftime("%Y-%m-%d") # Today's date in YYYY-MM-DD format SDATE = (today.replace(year=today.year - 10,…
It looks like you're new here. Sign in or register to get started.