Questions tagged [refinitiv-eikon]

A service providing financial news and market data. Formerly known as Thomson Reuters Eikon, but the name has been changed after an acquisition by Blackstone Group L.P.

12 questions
2
votes
1 answer

pywintypes.error: (5, 'SetFileSecurity', 'Access denied') when trying to run jupyter notebook Kernel via Anaconda prompt

Jupyter Notebook is running and I can open a python3 notebook. But I receive this kernel error. It seems to be a permission issue. But im not sure where to start looking. Any tips how to proceed? Traceback (most recent call last): File…
1
vote
2 answers

How to retrieve all associated company RICs for a specified exchange RIC using the Refinitiv Eikon API?

Using the Refinitiv (formerly known as Thomson Reuters ) Eikon Data API, does anyone know how to quickly return all associated company RICs for exchanges such as Oslo Stock Exchange? The RIC for Oslo Stock Exchange seems to be .OSEBX And…
vestland
  • 55,229
  • 37
  • 187
  • 305
0
votes
0 answers

Refinitiv-Eikon python API returns 404 | client error

I have been trying to make a python script that get's data from Refinitiv-Eikon but i keep getting a 404. It looks like the page it tries to reach does not exist. But there is nothing i seem to do wrong. I use the wealth management version of…
Niek H.M
  • 3
  • 3
0
votes
0 answers

Refinitiv list of stock symbol

I am using Excel stock data in Mac and able to find the stock/mutual fund symbols. I understand stock data is coming from "Refinitiv". I am not able to find the Mutual fund "Axis Nifty IT Index Fund" in the excel. Also, i am trying to find this…
Jey
  • 2,137
  • 4
  • 22
  • 40
0
votes
1 answer

How to get date as out of ek.get_data together with value in Refinitiv Eikon?

I am trying to retrieve historical Book Value per Share using the Refinitiv Eikon API. Apart from the value, I would also like to output the date corresponding to the value. I am currently able to output the values: import eikon as…
deblue
  • 277
  • 4
  • 18
0
votes
1 answer

Retrieve more than 10000 rows from refinitiv workspace

I'm trying to retrieve all the bonds from refinitiv workspace. I want to extract all the 250000+ bonds and actually I don't know how to do this. Here's the code I wrote: import refinitiv.dataplatform as rdp import refinitiv.dataplatform.eikon as…
0
votes
0 answers

use ek.get_data in python, there is only one line corp.ric in csv shows the results, other lines are disappear

I want retrieve the financial data from Refinitiv, I use the code below, the 122.csv have many ric of companies, but when I run the code, the results only shows the first company's information, and the ric of the first company is incomplete, with…
0
votes
0 answers

Replace deprecated code from wincertstore package in python package

I am trying to work with the python library provided by Refinitiv on github. I came across the issue that the code in DS_Response.py [1] uses a deprecated package and I would like to fix the code, so that I could use it without resorting to the…
hannes101
  • 2,410
  • 1
  • 17
  • 40
0
votes
1 answer

Connect eikon/refinitiv from RStudio

I have not found a solution posted how to download data from eikon/Refinitiv (I have my login/password) from my RStudio session that runs on a Unix server? "eikonapir" seems to not work since it seems to required to run on an Windows OS. Any help is…
Grillo
  • 75
  • 6
0
votes
1 answer

Quickest Way to synchronously refresh TR-Formulas in VBA

Thanks to the help in this forum, I got my SQL-conncection and inserts working now. The following TR-formula is used to retrieve the data from Excel Eikon: @TR($C3,"TR.CLOSEPRICE (adjusted=0); TR.CompanySharesOutstanding; TR.Volume; …
0
votes
0 answers

Refinitive Eikon login message

I am getting the following message when I try to log on to Eikon. Does anyone have any ideas? It used to work fine. I have tried a different email and password and it tells me immediately that they are wrong, so it can't be my login details. I…
Hemmedin
  • 1
  • 1
-2
votes
1 answer

How to copy 500 cell value in a loop and run it untill it reaches the last cell

i am trying to build a vba program in which i have 3 worksheets : sheet 1, sheet2 and sheet3, i will input the data in sheet 2 (column A : column E) and i want to copy first 500 rics to be copied from sheet 2 (column B) in sheet 1 (column A) and…
Naina
  • 127
  • 9