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…
Please fix this
HI, I am trying to obtain arival price for mature options and futures using RIC code. Can you please point me the the correct API and give me and example of the code that would retrive that data.
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…
It looks like you're new here. Sign in or register to get started.