-
RDP get_data error insufficient scope
Hi, I have a client trying to pull data via RDP API using Python. He is using rd.get_data and is getting the error below. He is able to retrieve data using get_history. Please advise how to fix. rd.get_data(['/LSEG.L', '/VOD.L']) No user scope for key=/streaming/pricing/v1/, method=GET. Insufficient Scope. Cannot load the…
-
Mistake in the example
Hello everyone I noticed something in the examples in the CodeBook. Namely in the example "Discounted_Cash_Flow_Analsis". In the section "Discounted Cash Flow" the function .npv() from NumPy is used. According to the documentation, the discount rate does not have to be given as a percentage, but as a decimal number (0.05…
-
orgId property in rdp search API
https://api.refinitiv.com/discovery/searchlight/v1/ { "View": "Organisations", "Select": "Orgid, BusinessEntity, CommonName,PrimaryRIC,PrimaryRICTickerSymbol,PrimaryRICExchangeCode,GicsName", "OrderBy": "CommonName asc", "Filter" : "PrimaryRICExchangeCode eq 'ASX' and IsPublic eq true", "UnentitledAccess": true, "Top": 10…
-
How to filter ownership data using the Eikon Formula Builder?
Hello, I am using the following formula to extract ownership data in Excel: =@RDP.Data(A2:A1000;"TR.InvestorFullName;TR.InvestorType;TR.InvInvmtOrientation;TR.PctOfSharesOutHeld;TR.OwnTrnverRating;TR.InvestorTotalAssets";"SDate=#1 CH=Fd RH=IN";E4;$D$1) However, as I am trying to analyze a large number of companies over…
-
Download a list of filtered bonds from advanced search into an excel sheet
Hi, My problem is this: I created a filter in Refinitiv Eikon's advanced search to filter corporate bonds with certain properties. Now I want to load this filtered data into an Excel sheet. The issue is that Refinitiv only supports downloads of up to 10,000 items at a time. However, my list of filtered bonds contains…
-
How to determine Fields for Instruments .Net Refinitiv Data API
Hello, I am trying to find a generic way to determine which fields to use for different instruments so that the data processed is consistent with that displayed in Workspace. Looking at Daily Charts: For example if I query some daily history for MSFT.O and VOD.L with the following: var response =…
-
refinitiv formula excel generate issue
I am trying to retrieve data for a list of ticker and date in excel, the formula for the single cell work well, example of formula =@RDP.Data(N1782,"TR.CGBoardSize","SDate=#1 EDate=#2 Period=FY1",,TESTO(Z1782-364,"YYYY-MM-DD"),$Z1782) When I copy and paste the formula in the other cells the formula is correctlycopied for…
-
Historical option data
Good morning, I have been extracting expired options data through the Refinitiv Data Platform API and a couple of questions have arisen: I am trying to extract data from the year 2000 to the present, but I am only getting data from 2015. Is this due to a limitation of the API? When extracting the data, the Greeks do not…
-
Is it possible to get link/url to news article.
I am just working with the refinitiv news data apis. I'm just wondering if its possible to get the url to the original article? I can't currently seems to find that outputted by any of the endpoints. Thanks
-
User has no permission rics except TRI.N
I am testing API, but i found i cannot access any of ASX stocks, also even APPLE, the only symbol i can get data is default one TRI.N, which is Reuters. Why is that, any permission problem? the permission scope is "scope": "trapi.auth.cloud-credentials trapi.cfs.claimcheck.read trapi.cfs.subscriber.read trapi.data.est.sum…