A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
Hi, I am currently using the funds\v1\assets endpoint of the RDP API to retrieve all constituents of a fund via the “Holdings” property. However, I keep getting an empty result, as shown below: { "assets": [], "totalRecords": 0, "fromIndex": 0, "toIndex": 0, "pageNumber": 0} Does anyone know if I am using the correct…
I am testing this sample code in order to get data, but the dataframe returned is empty My college is getting data with this same code, so Im assuming its something related to configuration
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.…
It looks like you're new here. Sign in or register to get started.