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

Is Starmine DATA available on CODEBOOK

eikoneikon-data-apistarmine
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
10.1k 18 6 9

@roopa.naganath You can see what Starmine data and Analytics are available using the Data Item Browser App (type DIB into Eikon Search) and open the filter panel and highlight the Starmine content set and all the available fields, descriptions and parameters will be revealed.:

1635335836538.png

I hope this can help.


1635335836538.png (335.8 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
14k 30 5 10

Hi @roopa.naganath ,

Regarding the answer from this thread, Starmine stuff can be fetched using the code below (the first two rows are for import Eikon library and setting the app key)

import refinitiv.dataplatform.eikon as ek
ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY')

df,err = ek.get_data(["AAPL.O"], ['TR.RelValEvSalesComponent','TR.RelValEvEbitdaComponent','TR.RelValPeComponent','TR.RelValPriceCashFlowComponent','TR.RelValPriceBookComponent','TR.RelValDividendYieldComponent','TR.RelValEVSalesNTM','TR.RelValEVEBITDANTM','TR.RelValPENTM','TR.RelValPriceCashFlowNTM','TR.RelValPriceBookNTM','TR.RelValDividendYieldNTM','TR.TRBCEconomicSector','TR.TRBCIndustryGroup']) 
df.transpose()

1635334817264.png

Hope this could help


1635334817264.png (118.5 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.

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.