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
0 1 4 5

Attempting to pull data for funds - PCTCHNG (data item browser)

Trying to use ek.get_data to pull PCTCHNG for funds. Using

ek.TR_Field('PCTCHNG') does not work successfully - please see screenshots. pctchng.pngpctchng2.png

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifunds
pctchng.png (31.5 KiB)
pctchng2.png (36.3 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.

Upvote
Accepted
18.2k 21 13 21

Hi @J13513

Please try this code:


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

Thanks for this. Can I also ask, why are some funds not showing this? ie:

LP68335791, LP68500542, USTY.L ?

Refer to the same question asked on another thread here.

Upvote
39.4k 77 11 27

Real-time feed fields (the ones whose field names do not start with "TR.") can only be retrieved using RICs as instrument identifiers. If you're using SEDOLs or ISINs you first need to retrieve TR.RIC and then use the RICs to retrieve PCTCHNG.

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.