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

How to obtain the fiscal period year and Fiscal Month for Interim and Annual Fundamentals Data

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
capture.jpg (162.3 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.

Hello @kamal.Jayapalan

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

@kamal.Jayapalan
The best way to go about discovering metadata for use with Eikon Data APIs is by using Data Item Browser app in Eikon application or following Formula Builder wizard in Eikon Excel as described in the following tutorial.

https://developers.refinitiv.com/eikon-apis/eikon-data-api/learning?content=14707&type=learning_material_item

The data you're looking for can be derived from income statement / balance sheet / cash flow statement period end date. The following expression retrieves income statement period end date and financial period reference in absolute notation for the last 5 annual fiscal periods for a given stock.

ek.get_data('TREC.K',['TR.ISPeriodEndDate','TR.ISPeriodEndDate.fperiod'],
           {'Period':'FY0', 'Frq':'FY', 'SDate':'0', 'EDate':'-4'})

I hope this helps.

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.