Hi I am working on a project and would like to know if it's possible to extract the column headers, excluding the first cell, from rd.get_history result and put it inside a list. May I ask for guidance on how to do it? As a sample, I am using this code import refinitiv.data as rd rd.open_session() import pandas as pd df =…
Is it possible to get tick history data for currency via Python RD API Historical Summaries ?
I test run sample code (EMA JAVA) . But occur error "failed to submit authorization request, exception = Connect to api.refinitiv.com:443 [api.refinitiv.com/99.83.242.11, api.refinitiv.com/75.2.0.254] failed: Connection timed out: connect Host: null Port: null " please support me for solve this problem
Hi i am looking for a data provider for financial data. Is there a REST API endpoint available in any of the data products by LSEG which provides the quarterly/annual financial (e.g income) statements for each company. thank you
Can you please tell me What is actual master RIC to get all SPY and SPX options ? . I want to download SPY and SPX options complete data of 5 years.
Hi, if you search 6195739 (sedol code), you'll get Chubu Steel Plate Co Ltd on Workspace; However, if I use rd.get_data(universe=['6195739'], fields=['TR.PriceClose']) it returns RDError: Error code -1 | Unable to resolve all requested identifiers in ['6195739']. However, if I use the corresponding RIC code: 5461.T, and…
I am looking for a method to retrieve all underwriters of a specific bond using a python API. Within the Refinitiv Workspace, you can open a bond and retrieve a set of multiple underwriters, as exampel Following the article Debt Structure Analysis on an Organizational Level, I constructed the following Python code: import…
Hi all, I'm looking into using the refintiv.data python API to calculate benchmarks for bonds. Right now the process is very manual and not scalable, I'm searching the bond in the workspace and looking at the "Related Instruments" tab, then creating my query and looking at the results. (see screenshot) I would like to use…
Hi everyone, One thing that I am confused with regarding get_data_async, is that, depending on the datapoints I try and retrieve, I can't seem to get data within the scope of years that I specify. Say I have this for example: current_year = datetime.today().year start_year = current_year - 8 async with semaphore: #…
Program received channel reconnecting notification for socket 12 associated with LPC. Error: -1</local/jenkins/workspace/RRTLPC/OS/OL7-64/esdk/source/esdk/Cpp-C/Eta/Impl/Transport/ripcutils.c:256> Error: 1002 Curl failed. Curl error number: 56 Curl error text: Received HTTP code 403 from proxy after CONNECT
It looks like you're new here. Sign in or register to get started.