I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
Hello, how we can get the same result with Instrument Pricing Analytics Delivery Platform (IPA) as with the Excel function RPD.DateCalcPeriod? In Excel we get the result 24.06.2025: But in .NET application using IPA service we get nothing. We use the following JSON request: Do you have the technical description for…
Hi team, Is it possible to have a sample code using this IPA Financial Contract for option contracts? developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/documentation/manuals-and-guides/ipa-financial-contracts/ipa-financial-contracts-option-contracts-fx#InstrumentDefinition
How do I setup my own Refinitiv API key? do you have a QuickStart guide link for this api ?no no once in python import refinitiv.data as rdrd.open_session(session_type=rd.Session.Platform, app_key=keys.eikon_key)
Is there a unique identifier in Eikon for each corporate action of each company, so that all registered corporate actions could be distinguished from each other?
Query: How do I use refinitiv on my own version of Python? Is there any libraries I need
Hello, I'm using the API Workspace via Python, and sometimes I encounter the following error message: "An error occurred while requesting URL(). ReadTimeout('timed out')" I want to handle this error using except Exception or except TimeoutError, but it doesn't seem to be recognized as an error by Python. As a result, the…
I am raising query on behalf of client that data is getting misaligned and they are using rdp platform session client issue: When I query the ID 4295900704 with the fields ["TR.F.StatementDate", "TR.F.PeriodEndDate", "TR.F.CashCashEquivTot", "TR.F.CashCashEquivTot.date"] and for the last 10 years (using SDATE and EDATE) it…
I am interested in U.S. news data at a large scale. I've already got an API key, but my first attempt in python is not working and gives me the following error code: ScopeError: Insufficient scope for key=/data/news/v1/headlines, method=GET. Missing scopes: {'trapi.data.news.read'}
I'm trying to download data from some TR. Tickers using the python API, however it's not working, can you give a general idea on how to fetch data from TR. types
I'm looking to get the data from the related rics column as seen in the news monitor through python. I can download news articles similar to the news monitor however this is missing the related rics column. I am using this code, response = news.headlines.Definition("7974.T", count=150).get_data() how would I add the column…
It looks like you're new here. Sign in or register to get started.