-
Retrieving Data using Datastream Codes
Hi, I am trying to retrieve data using datastream codes from Excel Add-in (workspace). But, whenever I give LSEG instructions to download the data, even if it is for one company, it shows "Retrieving" forever. What can I do to download data? Please help!
-
'NoneType' object has no attribute 'get' error for API data
Hello all, I am trying to download a list of index constituents using the eikon data API, however, i am getting a 'NoneType' object has no attribute 'get' error for this code : import eikon as ek import pandas as pd from tqdm import tqdm # Import tqdm for progress tracking Your Datastream API keyapi_key = 'kEY ' Initialize…
-
EPS - Refinitiv - datastream excel
I have download some EPS (earnings per share) data for different firms, but in some cases, the firm died, and it continues to gave me values for EPS. Why? And how can I correct this?
-
how to calculate annual dividends per share using direct functions or python?
I need assistance with obtaining dividend data from various companies. Since not all companies pay dividends at the same intervals, it is most practical to calculate the total annual dividend. In the attached image, you can see that individual dividend payments are listed. However, I would like to display the summed annual…
-
Service Discovery and hot backup (using Python)
I am attempting to upgrade to V2 authentication. I assume the python library () will do this for me. This library demands a configuration file like (https://github.com/LSEG-API-Samples/Example.DataLibrary.Python/blob/lseg-data-examples/Configuration/lseg-data.config.json), and I am still in he process of getting that to…
-
Refreshing credentials for RDP alerts API using AWS SQS java sdk
Hi, I am using the AWS SQS java sdk to connect and retrieve data from the alerts API in RDP. Every hour I need to refresh the cloud credentials as per the user guide, so I end up creating a new SQS client object because I am using StaticCredentialsProvider to pass in the cloud credentials. I can't seem to find how to use a…
-
Spread bond
The reference spread that the refinitiv gave us related to a certain bond is Computed base on what?
-
PROD_PERM and PEList
Hello, I use the Java/RefinitivSDK 3.7.0.0 in order to receive RealTime data from TREP. Once a RealTIme data is subscribed, the API notifies me through my implementation of the interface method OmmConsumerClient.onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) The RefreshMsg argument provides: the permission of…
-
How can we know which fields are available for returning time stamps using get_history?
I am trying to receive time stamps (more granular than daily) using get_history. I know there are different intervals that I can select, and I can return time stamps with certain items. I am curious if there is a way to identify which fields can be retrieved for time stamps using get_history. I understand get_data function…
-
How to map entity names to identifiers?
Hi, I have used the OpenSanctions API /search endpoint and retrieved results of entities under the UFLPA dataset My next task is to map these entities to permIDs (if available) The entities retrieved from the API call are API native fields and names of companies. I want to map the names to permIDs Please can someone guide…
-
DSS.Api.Examples.exe application file gives error
Hi team, How do I fix the attached error I am facing with the Example application?
-
PTBV is missing to get P/B
I'm trying to get P/B using the API, but I can't get the data even if I request PTBV. Specifically, I'm using DatastreamPy to get the data with the following code: ds.get_data(tickers='J:TYMO', fields=['PTBV'], freq="D", kind=0) I would be grateful if you could tell me how to get the data.
-
Eikon messenger API
Hello, My name is Dragos Mocanu, and I represent the IT team at Commerg Ltd. (we currently have a contractual relationship with Refinitiv, submitting data to your platform). We are exploring the possibility of using the Eikon Messenger API to automatically retrieve our brokers' conversations with clients from Eikon into…
-
Unable to get some RIC/Field values
I cannot get the attached RIC/Field values using the LSEG Data Library for .NET. I would appreciate it if you could investigate. ※The libraries we are using are below. ・LSEG.Data ・LSEG.Data.Content ※I was able to get it when I was using the following library for Eikon. However, I can't get it with LSEG.Data.…
-
Would appreciate an explanation for it?
I am trying to pass a request for a ticker symbol, that is valid. Still it always throws an error with message of Investor Full Name. Any idea what is about? I can relate it to having investor names empty and so on.