Hello, I am looking for historical data on US Equity mutual funds. I am conducting research on the following topic: The aim of the research is to explain how the compensation structure of portfolio managers affects their risk-taking in mutual funds and how this behavior is reflected in the performance of the funds. I tried…
My code starts like this: import eikon as ek ek.set_app_key("my_key") I never got any errors. However, lately it hasn't been working anymore and I'm getting the following error: 2026-02-05 10:15:43,992 P[32556] [MainThread 44800] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running.…
If I try to fetch data for January, I can see some periods are missing on the 25th and 26th, but when I tried this on last week, I found that more than two days were missing, but this is just an example. Now, if I make the call for February, I am missing periods on the following days: 3, 5, 6, 7, 8, And for the rest of the…
I am downloading emissions-data with the Workspace Codebook app (see code below). I was wondering how to obtain a variable that indicates the year to which the emission data refers to. To my knowledge, ".date" gives me the reporting date, but I haven't found a variable on the year/fiscal year for which the data was…
Hi, Is it possible to download data from the Workspace without using Codebook? I.e. with an API key. Or accessing your local drive in Codebook to read/write?
How do I get an access token from the api key? What is the get request that I need to call?
Is there an existing method of accessing the Data Item Browser within the Eikon API for Python? If not, is it possible to get this integrated? This would drastically save time and energy versus flipping back and forth, sorting, and manually entering codes. Thanks.
I am using this formula to extract the index constituents details which In my opinion represent the latest available constituents. How Do i extract the constituents as of a particular date? I tried to extract it via df = ld.get_data(['.nifty200'],['TR.IndexConstituentRIC','TR.IndexConstituentName'], {'SDate':…
import os import pandas as pd import numpy as np import pytz import refinitiv.data as rd from datetime import datetime, timedelta, time from time import sleep # Suppress downcasting warnings pd.set_option('future.no_silent_downcasting', True) # ========================================================== # 1️⃣ SESSION #…
Is there a way to retrieve OHLC data for the synthetic instrument I created named S)eu2ss via API or WebSocket?i made it using formula"/EURAB6E2Y=,VIEW.BID" - EU2YT=RR,VIEW.BID_YIELDPlease let me know if this is supported
It looks like you're new here. Sign in or register to get started.