The most recent content from our members.
How to get monthly or quarterly changes in a fund holdings, sector and country allocations? With the below code I'm only able to get the recent holdings and not the historical holdings. Python column_fields = [ "TR.FundHoldingRIC", "TR.FundHoldingName", "TR.FundPercentageOfFundAssets", ] refinitiv_data, err =…
Hi Team, Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook? Kindly advise. Thank you in advance.
Hi Team, Can you help me to use eikon api and use the command ‘import eikon as ek’ to import the code below? import refinitiv.data as rd rd.open_session() rd.get_history( universe='CBF24^2', fields=["SETTLE"], count=1, ) Could you please provide the code that can be used through eikon package? For some reason, seems…
I'm trying to install Eikon on my desktop, but this system test fails due to some private network issue, which I don't understand what to do. Can anyone help please?
Is it possible to built an API or Excel Add-on to source data from the Cambridge Associates Benchmark calculator app?
Hi, let me stress that I do know that there is no recommended way of automating the Eikon application. However, I do need to send to myself some regular updates on stocks/bonds via email and this task is too manual to not be automated. Now, I have no troubles starting Eikon, getting the data, and so on, automatically but I…
Hi, I face this error message when running python with eikon api today. The error message is module 'anyio' has no attribute 'Lock'. I have already downgraded the anyio version from 3.4.0 to 3.2.1, but the problem stays. How to solve this problem? Thanks. Python 3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit…
For Eikon App Studio, when we deal with Context, is it acceptable/workable to define custom context, or is there only a limited number of pre-defined context values? For example, rather than just passing a company as the context, can we make it more specific? For example, can we set the context: Context:[ { "RIC":…
It looks like you're new here. Sign in or register to get started.