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…
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?
Hi, I am trying to pull real time data via Eikon API using python. But I am getting an error message that states Access denied, although I am running my Eikon desktop parallelly. Can you suggest ways to fix it. SourceCode: ErrorMessage:
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 to extract news towards code structure: (Topic:ARTI AND ( Topic:CASE1 OR Topic:DISP OR Topic:CVRSY OR Topic:TRWAR OR Topic:IPROP OR Topic:FAKE1)) via Eikon API which can be downloaded.
Hi, so i have a list of RICs that I passed to get a specific time price. However, some RICs are not opened for that specific time, but all the RICs would fail, is it possible to let it not fail but give me partial answers? If I run the list one by one, it would be too slow. I am thinking I can get trading status to…
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
Hi, I am trying to download headlines data with the ek.get_news_headlines function. Yet, I am running into the error: ValueError: Parser must be a string or character stream, not Timestamp when passing datetime values like below. Or running into "TypeError: datetime64 values must have a unit specified" when passing string…
It looks like you're new here. Sign in or register to get started.