Historical insititutional ownership

Hello, I want to calclulate historical insititutional ownership for S&P500 companies using the Eikon Formula Builder. To get the amount of shares owned by institutional investors I use: @TR(C1;"TR.InvestorType;TR.SharesHeld";VERKETTEN("SDate=";TEXT(A1;"jjjj-MM-tt");" CH=Fd Transpose=Y");D1). To retrieve the amount of shares outstanding for this point in time I use @TR(B2;"TR.CompanySharesOutstanding(Adjusted=1)";VERKETTEN("SDate=";TEXT(A2;"jjjj-MM-tt");" CH=Fd Transpose=Y");C2) where i set adjusted to "1" in order to adjust for stock splits. The problem is that this sometimes results in ownership levels over 100% (after deviding the sum of shares of all institutional investors by the amount of shares outstanding) which leads me to question if .CompanySharesOutstanding(Adjusted=1) is the correct Data Item in this case. What do you recommend?

Best Answer

  • Hello @Anna-lena.bauer ,

    If I understand the question fully, you are trying to identify the content within Eikon that you require, by using Formula Builder tool, and would like some help with identifying the required content.

    If this is correct, the best way for a customer to get expert help with Refinitiv content is to contact Refinitiv Eikon content experts directly via Refinitiv Helpdesk Online -> Content -> Eikon/Refinitiv Workspace

    You will also be able to investigate suspected discrepancies in content as well as obtain in-depth explanation on Eikon content.

    Hope this helps

Answers

  • Furthermore I noticed, that for the calculation of Institituional Ownership sometimes the amount of Free Float Traded Shares is used whereas in other occasions the amount of Shares Outstanding is being used. What is the decission criterion here?