Mutual Fund Holdings - (S12)

Options

Hi,

I want to know how to download the S12 mutual fund holdings data. I have a workspace account. Can I download it using RDP?

Thanks.

Tagged:

Best Answer

  • haykaz.aramyan
    Answer ✓

    Hi @econ-eikon5 ,


    This code is from another thread in the Q&A forum which I believe might be useful for your case:

    df, err = ek.get_data('LP40065886', ['TR.FundHoldingRIC','TR.FundHoldingName',
    'TR.FundPercentageOfFundAssets',
    'TR.FundNumberOfShares',
    'TR.FundNumberOfSharesChanged'],
    {'Endnum':'5000'})

    df

    Please let me know if you were looking for something different here.


    Best regards,

    Haykaz

Answers