A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
HI, When I use RDP.HIstoricalPricing on "LCOc1" (and also various currencies) in Excel, it returns data with today (Nov 5) as the most recent row. This is the formula that Workspace creates when you export a chart to Excel. When I run this code in Python, it returns data with the previous session (Nov 4) as the most…
In line with this question: https://community.developers.refinitiv.com/discussion/133301/how-to-get-all-ports-in-a-country The example code retrieves vessel information for all ports within a specified timeframe, then filters out unwanted ports locally using .isin()., which wastes API calls. How can the port name filter be…
What is the underlying methodology for determining the CSR Sustainability Reporting Score, and how is this score constructed
I would appreciate your confirmation and clarification on the following technical points regarding the News API integration. Question 1: Handling Deleted News Articles via API When previously distributed news articles are later deleted or withdrawn, how is this reflected in the API? According to the News user guide,…
I'm exploring the notebook examples provided in the CODEBK. In get_vessels_info.ipynb , there is this following code, which retrieves information on vessels entering a specific port: for i in range(0, len(vessels_imo), batch_size): temp = ld.get_data(vessels_imo[i:i+batch_size…
Hi, I noticed in this example on the API playground the interpolationMode is specified as ForwardMontoneConvex. Yet when examining MarketData the interpolationMode is CubicSpline: Is this a bug?
Hi, I am exploring zc_curves inside refinitiv.data.content.ipa.curves and want to define constituents of the curve by myself, e.g. choose some tenors of the IRS rather than using refinitiv default instruments. Then when I pull the zero rate curve, refinitiv calculates the curve based on my selected instruments. Is it…
Hi, I can get many events for the company DGE.L with this endpoint, https://api.refinitiv.com/data/events/v1/headlines?universe=DGE.L&startDate=20251022&endDate=20260702&ricType=searchableRics&page=1&size=10&sort=date&sortOrder=desc But the Regular Dividends are not in the Response. Where can i find this result ? what is…
Hello, we are implementing a client application for the RDP API endpoint /data/estimates/v2/summaries/recommendations. The swagger specs for this endpoint as published on the developer portal show that the variability component of the viewsummaryrecommendations is an enum which has one possible value, i.e. variable.…
Can someone help/ guide me about the feasibility to download broker reports on ADVRES app on worksapce via API. would appreciate your help on this.
It looks like you're new here. Sign in or register to get started.