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
7 1 2 2

How do I get historical data on TR.PriceMoCountryRank?

fields =['TR.PriceMoCountryRank(SDate=-30D)'] would return 400 error in

ids, err = ek.get_data(RICS, fields=fields)

 
eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifields
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.

Upvotes
Accepted
39.4k 77 11 27

As @Zhenya Kovalyov said, there's no history for TR.PriceMoCountryRank field in Eikon. You can verify it using Data Item Browser app or Formula Builder in Eikon Excel: select this field, select Parameters tab and observe there's no Series checkbox at the top of the parameters list. Compare it to the parameters available for say TR.ClosePrice or TR.Revenue where the Series checkbox is shown.

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.

Upvotes
4.6k 26 7 22

TR.PriceMoCountryRank is a singe value rather then a series, but I suggest double-checking with your Thomson Reuters support desk.

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.