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

Regard TR.MARKETCAPITALIZATION

When I try to get TR.MARKETCAPITALIZATION, it occur Nan'

How do I use commends for get market caps data?

or Are there other ways to get this kind of data?

market-cap.jpg

eikoneikon-data-apipythonworkspacerefinitiv-dataplatform-eikonworkspace-data-apidata
market-cap.jpg (35.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.

Upvotes
Accepted
4.6k 26 7 22

Use 'TR.CompanyMarketCap' instead:

df, e = tr.get_data(['011150.KS'], ['TR.CompanyMarketCap'])
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.3k 2 4 5

This field could be the solution : TR.COMPANYMARKETCAP

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

Use 'TR.CompanyMarketCap' instead:

df, e = tr.get_data(['011150.KS'], ['TR.CompanyMarketCap'])
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.