-
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…
-
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…
-
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.
-
How to extract company wide data
All, I am new to this data set- As part of trial , we have a daily dump of news (***.news.refinitiv.com) in a complex json structure (The file we got is RDP_STORY_T30.RTRS_CMPNY_EMEA.2024-11-05.REC.JSON) I am trying to extract the data like Data published, symbol,title and news etc. Due to complex structure and too much…
-
error message: Error.EikonError: Error code 400 | Backend error. 400 Bad Request
Hi, I am running code that was once reliable, but now I get a backend error about half the time the code runs. ek.get_data('0#.AORD(2024-01-01)', other_fields+beneish_fields+altman_fields, {'Period': 2024}) other_fields+beneish_fields+altman_fields: ['TR.CompanyFYearEnd', 'TR.F.TotRevenue(Period=2024).periodenddate',…
-
problems with get_data() and get_timeseries()
I am trying to get historical prices data of a germany government bond with the get_timeseries() method but I am not able to get the prices. I can only get CLOSE, OPEN, etc. The values of these fields are between -1 and 1, and the bond prices quote around 100 (so nothing about prices). Is there any posibility to get these…
-
How can I pull VIX index price data via BigQuery?
I would be particularly grateful for some sample code. Thank you!
-
Starting the CIAM migration process using Python
We just learned about the need to upgrade to V2 authentication. We have generated a service account, and have a key. The next step is to ?replace? our existing Python client. I assume we should be using the library here ; it shows some examples. Are there a working versions of these examples? Stepping through the library…
-
Automating usage reports export / download
I am looking for a way to automate the process of retrieving the usage reports (generated in DACS) with the DACS WS API. I could not find a respective GET method in the API manual I did not find any instructions / posts on the Developer’s forum explaining how it could be achieved (besides a single one where it was…
-
get data using Eikon Data APIs instead of Rhistory
I'm trying to get market data like using excel formula function(=RHistory), but I found Eikon Data APIs couldn't retrieve the same historical data as the =RHistory excel function. so I'm trying to get a few days of data("OPEN","HIGH","LOW","CLOSE","OFF_ASK") using Eikon Data APIs, but it doesn't work. I tried get_data…
-
How retrieval all rics from an exchange (exceeding 10,000 rows)
I want to retrieval all rics from NYSE for example, but following code return the top+skip can never exceed 10,000. Is there any way to retrieval all rics? If any other modules work is ok as well, doesn't have to be search.definition. This is not a lot of data, can't image why set this limit.
-
How to filter only normal stocks?
Hi. I am trying to search all stocks rics from an exchange, but the return many are not stocks such as in screenshot iShares Trust - iShares Core S&P 500 ETF. And many lot of rics for the same stock for CBA there are 7 rics, but only CBA.AX is the normal one, how can I filter out those during retrieve? I don't want to drop…
-
How to use eikon's get_data function to get revenue data between a certain sdate and edate
I tried: import eikon as ek new_data_df, err = ek.get_data(['AANC.BO'], ['TR.TotalRevenue'], {"Curn": "USD", "SDate": '2024-01-01', "EDate": '2024-11-22', 'Frq': 'D', "Scale":8}) But the data it returns is very strange, there are only two kinds of numbers
-
Python- workspace excel implementation
Hi Team, Can you please answer two questions below? 1) Will new workflow (Python-Excel) implementation require additional payable data access licensing (for instance to data API licenses). If yes – then where can we find pricing? 2) Is there a way (please share some sample python file or reference) to initiate some…
-
How to retrieve programmatically all the upcoming corporate actions of a given stock?
Hi team. Hope you're doing well. I'm trying to retrieve programmatically all the upcoming corporate actions for a given stock. I can get this calendar in Workspace as you can see below. Can someone help me ? Thank,