A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
Dear all, for RDP (not Eikon), e.g. https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/VOD.L, do I have any possibility to get a total return timeseries? It is possible for S&P or Bloomberg, is it also possible here?
How can I get ESG scores for target companies? I am using excel.
How can i form a list that I could use in company screener? Especially, can I form a list in Deal screener and use it in company screener to retrieve ESG related data and other financial data? If yes, how the list should be built?
Hi, is it possible to download (or replicate) the information from the CURVB app into Python? Specifically, I am looking to generate the information screenshoted from the CURVB app directly in Python.
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…
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?
It looks like you're new here. Sign in or register to get started.