For the code below - not able to get RIC data. kindly suggest any other way via python which i can run on lseg internal platforms like Sparrow. error is "Exception infer_objects() got an unexpected keyword argument 'copy'" <code>import os#from dotenv import dotenv_valuesimport lseg.data as ldfrom lseg.data import…
This was already mentioned here: https://community.developers.refinitiv.com/discussion/131882/eikon-get-timeseries-and-lseg-data-get-history-return-different-results ld.get_history with interval=1d (or daily) and with start=day1 , end=day10 - does not return information for da1. So, if I want to request the data for 1 day…
Hello Eikon Developer Team, I am encountering an issue when using the ek.get_news_headlines() function in the Eikon API. Recently, when fetching news headlines in my project, the following traceback error has started to occur: Traceback (most recent call last): File "main_8.py", line [105], in <module> df_new =…
1 PROBLEM: TO OBTAIN A VALID TOKEN. We follow the code from this webside, but the first linea is not defined (what does it made for? Problema: la primera línea no está definida (¿para qué sirve?) 2 PROBLEM: TO EXECUTE THIS FUNCTION _requesttNewToken(None) IT GIVES MANY ERRORS such as "SCOPE not defined" and "requests not…
Hi, What encoding should be assumed for .txt.gz files retrieved from the Client File Store (CFS) API? E.g., a request made to the following endpoint: https://api.refinitiv.com/file-store/v1/files/{fileId}/stream?doNotRedirect=true … returns response headers: x-amz-id-2: REDACTED x-amz-request-id: REDACTED Date: Fri, 04 Apr…
A UBS client raised this query "Error occurred: Too many requests, please try again later." and I had provided him info about the Eikon Data API Usage and Limits Guideline. However, he has a follow-up "Is it possible to reset my limit for today. This is urgent and ask to escalate to who could help with todays limit issue.…
I was looking for assistance regarding access to economic monitor data via python api, can you please help me? Can you please check if there is access to the Economic Monitor data, i.e. access to the full economic calendar via Phyton API? But the most important / what I care about is: local date, local time, country,…
Hello, I was sent here after opening a ticket at the help desk. I am trying to download data through python for a certain number of industries for a few specific variables. Here is the code that I'm using but it's not working. import eikon as ek import pandas as pd # Set your Eikon API key…
I used this formula to retrieve historical data for total assets for bank of England. =@RDP.Data("8589934365","TR.F.TotAssets","Period=FY0 Frq=FY SDate=0 EDate=-9 CH=Fd RH=date") However, there is only data from 2011-2019. Where can i find data for longer period of time, and why there are no data after 2019? I also need…
It looks like you're new here. Sign in or register to get started.