Hello everyone, I recently faced the RIC changed issue, some companies changed their ticker symbol which leads my data retrieval and maintenance get in trouble. I'm seeking assistance in obtaining a list of RIC changes, such as FB.OQ --> META.OQ on June 9, 2022 KERN.OQ --> GRYP.OQ on Feb 2024 SASI.OQ --> NTRP.OQ on 13 MAR…
I would like to pull data from the SCREENER App on Private Equity/VC using the Eikon API. In WorkSpace I do this by opening the SCREENER app, setting "Universe" to "Private Equity/VC" and then setting any other filters I need. Based off this documentation of how to use the API to pull data from the SCREENER App, it appears…
I am writing to report a problem using Eikon. The problem is that when downloading data (in Python) from ESG using the following main commands: Fields = (['TR.EnvironmentPillarScore.date', 'TR.TRESGScore','TR.TRESCGCScore', 'TR.EnvironmentPillarScore','TR.TRESGEmissionsScore',…
I am trying to run Eikon DATA API: import eikon as ek ek.set_app_key(xxx) and i get error: "Error: no proxy address identified.Check if Eikon Desktop or Eikon API Proxy is running." I downloaded Eikon Data API Proxy for Windows - README.zip and this file is refering to the non existing page: Starting with Eikon version…
...face Hi, Below code is to extract implied volatility data for SP500 index. However, I want to pull data for multiple stocks and indices for multiple time horizon using single run. How can I amend the code to do that? import refinitiv.data as rd from refinitiv.data.content.ipa import surfaces import pandas as pd import…
How to get data related to the pages on Gas. Daily Dry Production & Consumption Historical Lower 48 to be specific. Using Eikon and Python. Eikon Codebook and Jupyter Notebook environments. * Correct instrument syntax to import the annual data of the Daily Dry Production chart for the US-Lower 48 for Natural Gas (Gas >…
Hi, I treid to get the data for these RICs with 2 different functions. However, when i get them with get_data() function it says 2021-06-21 So, I just wanted to check if it is correct and if it is not, which function do i need to use to get correct data? RICs : MPB-DEBRE-TOT , MZN-DEBRE-TOT Functions : get_data(),…
Python code: data, err = ek.get_data(instruments=code, fields=[ "TR.RICCode", "CF_NAME", "DSPLY_NMLL", "TR.TRBCIndustry" ]) Now we get the TR.TRBCIndustry field value in English. and is it possible to get the value in Chinese, Japanese, Korean and traditional Chinese language?
Hi everyone I need to retrieve the Fitch and Moody's long term issuer credit ratings for all (or substantially all) US firms, as at the end of each month for the period from 2003-01-31 to 2023-12-31. I'm completely new to APIs and Python, but from what I understand an API will be the best approach to retrieve such a large…
Hi, is it possible to get all the bonds from one issuer please? I found out that for getting Issuer name from ISIN this code is working `ek.get_data(['XS2552369469'],['TR.FIIssuerName'])` but I cannot manage to make it other way around. Any help will be appreciated! Thanks!
It looks like you're new here. Sign in or register to get started.