-
SCREEN syntax changes when moving from Eikon Python API to Workspace Python API
I have a SCREEN implementation in Eikon API using Python that has been working fine for many months: instrument = "SCREEN(U(IN(Equity(active,public,primary,countryprimaryquote))),IN(TR.ExchangeMarketIdCode,XNYS),BETWEEN(TR.Price52WeekHighDate,20240628,20240628))" df, err =…
-
Workspace Screener Output in Python produces errors when no results are found
When using the Workspace API in Python (under Windows 10), the program produces errors when the Screener results in no data returned. For example, the command screener_output=Screener('U(IN(Equity(active,public,primary))), IN(TR.NAICSNationalIndustryCode,"325520"), \ IN(TR.GICSSectorCode,"30"),…
-
RTO V2 authentication access
Hello, I will be going ahead and doing the RTO onboarding for the clients in South Asia (primarily India) region. When i try to run the V2 authentication via postman it gives me a message "Access Denied". Can someone please assist me in the process of raising an access request for the same. Thanks
-
Fragility of the API? in get_data raise RDError(-1, except_msg)
Working with Refinitiv Data Python library I have some bond titles for which I pull the Ultimate Parent Id in order to further query some data: >>> import refinitiv.data as >>> import pandas as pd ... >>> ParentIDs Instrument Ultimate Parent Id 0 US013822AC54 5051045063 1 US013822AE11 5051045063 2 US013822AG68 5051045063 3…
-
1-min VOD.L data request through Summaries Stream is returning empty data table
Using the latest Refinitiv Data Library for .Net. If I request 1-minute data for VOD.L the data table is empty. The Raw property shows the JSON data is there but not in the table. Here's the code... string symbol = "VOD.L"; var stream = Summaries.Definition(symbol) .Interval(Summaries.Interval.PT1M) .Fields("DATE_TIME",…
-
How to get the cds curve code from a bond ISIN?
For example, I have a bond ISIN XS1061711575, and I want to use python code to get the cds curve code 0#AEGNEUAMRBMK=. How can I make it work? Thank you so much!
-
How to retrieve bond data using a huge list of Tickers?
Using Eikon API, I extracted a huge list of Tikers, which contains all green bond issuers before 2023 (n=2370). The following is the command I used. response=search.Definition( view = rd.discovery.Views.GOV_CORP_INSTRUMENTS, top=8172, filter = "((DbType eq 'GOVT' or DbType eq 'CORP' or DbType eq 'AGNC' or DbType eq 'OMUN'…
-
API for get_data not working
Hi, the following query is not working at the moment: rd.get_data( universe=['LSEG.L', 'VOD.L'], fields=["TR.AdjmtFactorAdjustmentDate", "TR.AdjmtFactorAdjustmentFactor", "TR.AdjmtFactorAdjustmentType", "TR.AdjmtFactorUnderlyingEventId", "TR.CACorpActEventType"], parameters = {'SDate': '2010-01-01', 'EDate': '2024-06-1'} )…
-
How to match Workspace TRDPRC_1 on charts with Refinitv .Net API HistoricalPricing Summaries
Hi, I am looking to match up API data to Workspace chart data. Using the .Net sample for historical pricing summaries, I'm finding that TRDPRC_1 sometimes doesn't match that shown in Workspace, wondering if I need to use a different field etc.. This is the sample code: // Retrieve Interday Summaries with P1D (1-day…
-
Missing scopes [trapi.data.esg.views-measures-full.read]
When running the following code, I have received an error: I have contacted the helpdesk, but they referred me to this forum. Could anyone help me further?