-
The Average price for Datasets are wrong.
Hi, I am using Eikon with Python program for a few years. Every time, I contact 'Helpdesk', they said they have not clue about python, so I needed to ask questions on Developer site. I posted the same questions every single time, and i did not get any clear answer at all. Last time I asked, he said he does not have a…
-
API Python Query
I am currently gathering company financial data through Eikon Data API (Python). I have a situation where the only working metric for the 2500+ company identification is the company's full name. I have also tickers and 6-digit CUSIP codes (obtained from the SDC Platinum M&A Database); however, the tickers are for EU…
-
Client error doctype
I have been using API for quite some time, and never gotten this error. Now I get this. How to troubleshoot this? Thanks 2024-02-05 11:09:36,223 P[6956] [MainThread 7328] Error code 404 | Client Error: <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Error</title></head><body><pre>Cannot POST…
-
What is the ID retrieved in the API?
Hello, Using the following two fields: ['TR.InvestorFullName.investorid','TR.InvestorFullName'], I may get as ID "2928306", corresponding to "Mitsubishi UFJ Financial Group Inc". If I try to use ek.get_data() with 'TR.ISIN' for the ID above then I get no match. If I try to use ek.get_symbology() I have the same issue. (For…
-
Using Multiple eikon Api key
I am using multiple API key (which were generated by API key Generator in the refinitv eikon Desktop) . I have Suppose four API keys each API key associated with different account and each account logged on different PC. I am trying to use all the four API keys to get the data from eikon data API but on single PC . So as…
-
Some stock codes are not available to get RicCode
000763.SZ,600290.SS we can find RicCodes in software ,but not right by api rd.open_session() set_rv_app_key() df = rd.discovery.search( view=rd.discovery.Views.SEARCH_ALL, query=code, top=10, select="RIC" ) rd.close_session()
-
Error: no proxy address identified, Check if Desktop is running
Hi, we got RW user/client getting this error in her Jupyter Notebook, (Her Codebook is working though.) She is using Refinitiv Workspace. RD version is 1.5.1 Python version is 3.9.13 She provided the logs below: (RDP Library logs) [2024-02-02T17:43:47.781761+08:00] - [DEBUG] - [rd] - [39140] | MainThread RD version is…
-
Several Corporate Actions in same day for same ISIN
Hi all, Considering ISIN ES0167050915, we see 2 corporate actions (image attached) for 19-Jan-2024, but API only asks one. How can we obtain both? InstrumentISINTicker SymbolEXDIVDATEDividend Ex DateDividend TypeCompany Event TypeEvent TitleACS.MCES0167050915ACS2023-07-042024-01-19InterimExDividendsACSAY.PQ Approximate…
-
Index constituents every month
How can I get index constituents every month? I am looking for the .HSLI index constituents every month end since 2015/1/30. I have used df=ek.get_data('.HSLI', ['TR.IndexConstituentRIC'], {'SDate':'-50M'})[0] With a loop from -50 to 0 so I get every month... However, the data is there only for the last couple of years. On…
-
Error: Error in 1:nrow(input_data_frame) : argument of length 0 while using get_timeseries
Hi, I am getting the above addressed error while running the get_timeseries. It is not a consistent error, sometimes it appear and sometimes it does not NCLData <- get_timeseries(list(paste0(CFTCRICS[i],"NLNG")),start_date = paste(floor_date(Sys.Date() - years(14), "year"),"T00:00:00",sep = ""),end_date =…