So far I have searched for the data item via DIB and formula wizzard quite extensively. I have found NAICS, TRBCs and several else but no SICs. Have I missed it? How can I retrieve it via Eikon Data API?
Bond Shanghai code : 175143
Hello! I am using Eikon API with PyCharm for some data retrieval work. I get Error : HTTP error: 500 Internal Server Error on Refinitive Workspace and the python code returns the following error: eikon.eikonError.EikonError: Error code 403 | Client Error: {"ErrorCode":1401,"ErrorMessage":"Application id…
Hello, I created a list of actions with their datastream identifiers which I call here 'merge_universe' and would like to make a group request like: universe_merge_data=(ds.get_data(universe_merge,['CODOC',],last_year). However, when my list is longer than approy 50 tickers, the request fail. I would like to do avoid…
Hi I have been using Eikon Data API for Python, I wanted help for the following topics in Futures Contracts: * Is there any way I find the Tick Size through Eikon Data API (For Example: for 0#FFc1) * Any way can I find the Delivery Code (H M U Z) for the front most or subsequent RIC (Example: 0#FFc1 has the front most RIC…
Hi guys, This is a general question following this thread. Given a stock (let's say VOWG_p.DE) and a reference index (let's say .STOXX), a customer wants to compute/retrieve the correlation between the day to day return of the stock and the reference index price on a timeframe. Of course the stock returns include the…
Work PC got a forced update to Python 3.9 trying to reinstall Eikon manually using wheels .whl however for a dependency "hyperframe" can't seem to get a whl to match the pip install hyperframe-6.0.1-py3-none-any (1).whl" ERROR: hyperframe-6.0.1-py3-none-any (1).whl is not a supported wheel on this platform. painfully due…
I'm trying to obtain information of the set 0#CFI2. The elements are CFI2U3, CFI2V3, CFI2X3, etc. With the function ek.get_timeseries('0#CFI2+', 'BID') I have a invalid RIC error. With the function ek.get_data('0#CFI2+', 'BID') I have a message "the record couldn't be found". For a single instrument (e.g. CFI2U3 it works…
Client using Eikon API Python and they have requested to retrieve list of Service Alerts from the RIC <ALERT>. They wanted to know how they can generate the list of alerts? Also to create a column to identify the impacted market / region of the alert? We have provided a sample syntax to retrieve how the page looks like on…
Hi, I am looking to get historical data on bonds (Yield and Price) going back ten years, or even more. Ideally on a monthly basis, at the end-of-month. The results I got only date back to 2021. I've been trying with the following code: import refinitiv.data as rd import refinitiv.data.content.ipa.financial_contracts as rdf…
It looks like you're new here. Sign in or register to get started.