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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
16 0 0 1

Is there a way to get historical bond holding data from eMAXX by using Python API?

I am trying to use Python Eikon API to get the bond holding data. But I could only get the latest information about bond holding. Is there a way to get all historical holding data?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonelektron-sdk
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.

Upvotes
Accepted
18k 21 12 20

Hi @ericwon

I checked these 3 fields in "Data Item Browser" (type in DIB in Eikon search bar)

These fields does not support custom date so It is not possible to retrieve historical data on these 3 fields.


ahs-dib.png (57.8 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.

Upvotes
18k 21 12 20

Hi @ericwon

Please share your API calls.

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.

Upvote
16 0 0 1

df,err = ek.get_data(['44932HAH'],['TR.H.REPORTDATE', 'TR.H.HoldingCompanyName', 'TR.H.PARHELD']) print(df)

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.

Upvotes
16 0 0 1

@chavalit.jintamalit Many thanks!

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