How do I get historical ownership summary of a company in terms of insiders and institutional wit...

How do I get historical ownership summary of a company in terms of insiders and institutional with python?

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    Here's an example retrieving top 30 investors in Air Canada as of 01-Apr-2019.

    ek.get_data('AC.TO',['TR.InvestorFullName', 'TR.PctOfSharesOutHeld', 
    'TR.SharesHeld', 'TR.HoldingsDate',
    'TR.SharesHeldChange'],
    {'SDate':'2019-04-01', 'EndNum':'30'})

    I think you would benefit from looking at this tutorial, which talks at length about metadata discovery (finding field names and parameters) for use with Eikon Data APIs.

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.