Hi! I am trying to download daily price of stock index from a list of RICs by the following code. But it does not work. Can you please help me on this? df, e = ek.get_data(["MERV","SP500","ATX"], ['TR.PriceClose(Curn=USD)','TR.PriceClose.calcdate'], {'SDate': '2012-01-01', 'EDate': '2023-02-10','Frq':'D'}) df
hi, I have recently been migrated to Workspace (from Eikon). Using a python api, is it possible to retrieve the news headlines over, say, the last 1 year? I would like to ad some filters like, "most impactful"/ "inflation" / "interest rates"/ "country" like US or Japan etc. I am guessing this was possible using eikon api…
Can anyone please help me in fetching the Open Interest(OI) data for a given contract. I thought that the below data frame would contain a column for Open Interest, but it didn't. There may be a specific RIC for the same.
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(),…
It looks like you're new here. Sign in or register to get started.