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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

How to get share classes for listed companies via API?

Hi, we want to get all share classes for listed companies. For example, Square Inc. has class A share (listed) and class B share (private). We are not sure what is the command to get this information via API or on Eikon app. Thanks!

screener
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.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@cccccali

I found the TR.ShareClass field. You can get it by using the following code.

df,err = ek.get_data(["SQ","ZDGE.A"], "TR.ShareClass")
df

The output is:

1635159038722.png

If this is not what you need, please contact the Eikon support team directly via MyRefinitiv and ask for the Eikon Excel formula which can be used to retrieve the required data.

If the formula is available, we may be able to apply it to the Eikon Data API.


1635159038722.png (3.4 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.

Click below to post an Idea Post Idea