For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

trying to get the dividend holdings with the get_data command,only returns current holdings

"df, err = ek.get_data(["IE00B4K48X80"], ["TR.FUNDHOLDINGRIC","TR.FundHoldingname","TR.FundPercentageOfFundAssets","TR.FundNumberOfShares"],{"SDate": 0,"EDate": -3, "Period": "FY0", "FRQ": "FY", 'endnum' :1000 })"

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondata
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
18k 21 12 20

Hi @kamal.chancari

You can use "Data Item Browser" to check parameters supported by fields.

In this case, TR.FUNDHOLDINGRIC does not support timeseries.

So it only give you the current data.


I think you can use TR.ETPConstituentRIC, TR.ETPConstituentName and TR.ETPConstituentWeightPercent

But they only support "as date" (not interval).

Please use Data Item Browser to check the support parameters.


ahs.png (57.9 KiB)
ahs2.png (53.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea