I am trying to automatize the download of prospectus for Green and Sustainability bonds. Is it possible to use the python API or the Codebook App to program a code that download these pdf?
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name in hand?
I am looking to obtain the fiscal period name, start and end date as well as earnings release date for a set of tickers. I can obtain the earnings release date and period end date using the code below, but I am unsure how to get the actual fiscal quarter/period (i.e. FY19 Q1)…
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 =…
Refer to the below link: Can you return full arrival dataset for a specific port, similar to how the PORTS app works. - Forum | Refinitiv Developer Community We would like to return a dataframe with all the vessel arrivals historically that have entered a given port. The PORTS app does this but is manual and only allows…
It looks like you're new here. Sign in or register to get started.