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

No date showing here

df_profit, err = ek.get_data(['GASI.MI']

,['TR.Revenue.date'

,'TR.EBITMarginPercent'

,'TR.TotalAssetsReported'

,'TR.ROATotalAssetsPercent'

,'TR.TotDebtTotAssetsPct'

]

,{'Scale': 6, 'SDate': 0, 'EDate': -3, 'FRQ': 'FY', 'Curn': 'EUR'})

I am trying to get data using this code, but there are some RIC returns with value but no value for the date?

I dont know the reason why? I hope I can get some help how to solve this.

Thank you so much

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
1609443718944.png (14.0 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.

@hant764

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvote
Accepted
18.2k 21 13 21

Hi @hant764

You can try the following code:


ahs.png (26.1 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.

Thank you so much for your reply

I use this one 'TR.ISPeriodEndDate' :D

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.