Hi. The following request returns either wrong values or null values. instruments = [".MIEUG0000PEU", ".FTAWPACXJAR", ".TRIFREMLVNU", ".dMIGB0ECISGGB", ".dMIWO0EC0SGGB", ".MIJP0200BGGB", ".MIUGG200BGGB", ".MIAXK200BGGB", ".MIUS0200BGGB", ".MIEF0EC0SGGB" ] rd.get_data(universe = instruments, fields =…
Hello there, For quite some time now, I cannot use the CodeBook environment as it fails to connect to the Python kernel. Could anyone of you help me please? Thanks
Hi, I’m having trouble correctly using server-side functions AVG and SUM. I would like to iterate through dates and get the average price for a preceding number of trading days. The API returns results to me that are not what they should be. Removing the AVG function and just requesting the preceding three days of prices…
...PI in Python? How to retrieve historical news data from SMI over a long time (for example 10 years) via API in Python? If I use the proposed Python Code: NEWS = ek.get_news_headlines('R:.SSMI AND Language:LEN', date_to = "2012-12-31", count=100) NEWS.head(100) I can not get news data from 2012 for example. Is there an…
There are many types of fund code, refer to the screenshot, what types of fund codes be supported when I using the Eikon get_data api? If I can use China Code CE as instruments param or not? df, err = ek.get_data(instruments=[fund code], fields=[ "TR.RICCode", "CF_NAME", "CF_CURR", "CF_DATE", "CF_TIME", "TR.FundLaunchDate"…
As I know, I can query the dirty price of historical bond via RD API. I want to know if I can query the next pay date(下一付息日) of historical bond via Eikon or RD API?
I'm using the Refinitiv Eikon API (get_data) to input RICs and extract other identifying information, such as ISIN numbers. It seems at one point in time, you were able to use the Eikon API to call Worldscope Permanent IDs using the field source name "TR.WorldscopePermID". However, this is not returning any data. Is there…
Hello, after having set an app key, I am trying the python eikon package. python 3.8.13 eikon 1.1.16 httpx 0.24.1 (putting it there as I saw that this package was of importance). I am working behind a proxy, windows environment. I tried to relog on / log off my eikon session and tried with a new app key but nothing…
I have been using the following to screen for stocks in the US. However, the tickers that are returned in my has a combination of .O and .OQ tickers. Is it possible to modify the screen command to only return .O tickers? "SCREEN(U(IN(Equity(inactive,public,countryprimaryquote))/*UNV:Public*/),…
Can I get the long & short exposures separately for a fund on country and sector level? The below query gives the net exposure.
It looks like you're new here. Sign in or register to get started.