Client would like to know as to how to automatically set 'Long Names Support' to ticked by default? Please check attached screenshot. He just wants the checkbox to be automatically set in the settings during installation. Is there a way to do this?
How to fix this issue
I am current using the Eikon Data API to retrieve data via Python libraries: refinitiv.dataplatform.eikon and refinitiv.dataplatform. However, this required the Refinitiv Workspace running on same local machine where my Python code is located. What would be the correct API to subscribe to in order to get the same data…
Hi everyone, I'm encountering a strange issue as I use RIC and PermID to get_data and then get different return, Please refer to the screenshot: as you can see the df2 is empty, it should be return as df1 since '4295884869' is the PermID of 'ASML.OQ' I tried several times and the PermID kept returning empty dataframe, does…
Hello Team, I have syntax below that gets data at exactly 6PM (df) and latest tick of EUR= (df2) I'd like to get the percentage between the two output. I tried df3 =((df2-df)/df*100) but it is not working. Also, how can I set a specific timezone? import refinitiv.data as rd rd.open_session() df = rd.get_history( universe =…
Hello, I would like to download the time series of ESG scores, but reading your documentation about ESG data I discovered that once a ESG score is published for a given year it can be update later for the subsequent next 5 years, e.g. an ESG score for the 2022 year can be updated until 2027. Is there a way to track the…
Hi, I followed Eikon Python api, but it gave me different data. please help me. I would like to get these news, so i put that query in my python code, but it gives me the latest news, not what i wanted. Here is what i did: and Here is what it provided. please let me know, what is wrong..
Hi, I am trying to access the corporate governance data via Eikon Python API as advertised here. Concretely, I would like to obtain the data available through the CORPGOV user interface, but do so using the Python API. I would also like to append the target company's ticker to that data. I notice two similar threads here…
这里可以直接通过导入excel来获取数据,但是如何通过api来实现
It looks like you're new here. Sign in or register to get started.