Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 2 4

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
icon clock
10 |1500

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

Hello @kamal.chancari

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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