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

Operating metrics of all index const

I'm able to pull the index constituents as of a particular date, using:

df = ek.get_data('.RUT', ['TR.IndexConstituentRIC', 'TR.IndexConstituentWeightPercent'],

parameters={'sdate':'2022-04-30','edate':'2022-04-30'})[0]

holdings_list = df['Constituent RIC'].str.cat(sep = ', ')

How can I use the API to pull operating metrics for all constituents while specifying the as of date and period? For example, TR.TotalRevenue, for last 12 months (or 4 quarters), as of 4/30/2022?

eikon-data-api#contentpython apiindexconstituents
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.

1 Answer

· Write an Answer
Upvotes
Accepted
80k 257 52 75

@scott.curry

Thank you for reaching out to us.

Please refer to the answer on this discussion.

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.

Where can I go to find other metrics that are available to pull in this manner? I don't see these types of values (below) in DIB in Refinitiv Desktop

TR.F.TotRevenue(Period=FY0)

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.