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?
Good morning Devportal Team, Client wants to get EST as of a historical date. e.g. day before quarterly announcement in Python Please provide sample script on how to do this for any Rics. Thank you for your advance support
Hello, how we can get the same result with Instrument Pricing Analytics Delivery Platform (IPA) as with the Excel function RDP.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…
Hello, I am trying to retrieve daily data for DE3YT=RR (and other RICs with different maturities stored in the list ric_codes) using get_history from refinitiv Python package. I am using this code: import refinitiv.data as rd for ric_code in ric_codes: response = rd.get_history(universe=ric_code, fields=['BID_YIELD',…
I need a list of Leavers and Joiners at the beginning let say at 01-01-1990 and then have the in and out for the following years in Phyton API. So this need to be done in 2 times : First having the list at special date let’s say 01/01/1990 Second the IN and Out the following years. For sample RIC : .GDAXI To have a…
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)
Query: How do I use refinitiv on my own version of Python? Is there any libraries I need
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'}
It looks like you're new here. Sign in or register to get started.