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…
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…
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.
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',…
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…
Dear Sir/Miss, Recently I got a problem to use the ek.get_data() function. Few days ago when I used this function, I can clearly get the data using python API. But suddenly, in today, I can't the same day from it and it will return NA in every columns. Here is the relevant code for you to reference: Did I do something…
What is the best and easiest way to create a single dataframe with time series of NAV of funds and close of equities or indexes using a lseg formula such as get_data or get_history ? i can't easily have both in the same dataframe. thks
Hi Im trying to connect to the Eikon API and have followed the quickstart guide but i run into an Error 403 when trying to execute the following: import eikon as ek ek.set_app_key('****') ek.get_news_headlines('R:LHAG.DE', date_from='2019-03-06T09:00:00', date_to='2019-03-06T18:00:00') I however just get the following:…
Hello, I am doing research for a PhD and I am trying to get news headlines data for certain keywords over a 5 year span using Workspace's APIs via Jupyter notebook. Are there restrictions on the amount of historical news data available via the Eikon Data API and the EDP API, even with an academic account? I have seen it…
I am looking for the Carbon Disclose Project data, as illustrated here. Carbon Disclose Project data, is it available also through the codebook?
It looks like you're new here. Sign in or register to get started.