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
5 3 5 5

Python API returns NaN for revenue of Australian banks

I've been using the following code to get historical data about some Australian companies.

ek.get_data(['CBA.AX', 'ANZ.AX'], ['TR.Revenue.date','TR.Revenue','TR.NormalizedEBITDA', 'TR.EBIT'], {'Scale': 6, 'SDate': 0, 'EDate': -30, 'FRQ': 'FY', 'Curn': 'AUD'})

This code works for other Australian companies (e.g. BLS.AX, TLS.AX) and US companies (e.g. IBM), however for the big banks in Australia (e.g. CBA.AX, ANZ.AX) it returns NaN for revenue. I don't understand why this is the case - the data is accessible via the desktop program.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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 @jack.simpson0,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

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

@jack.simpson0
Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.
Thanks,
-AHS

Upvotes
Accepted
4.6k 26 7 22

What you see in standard apps on Eikon does not directly translate into fields in the database, so in future I would start with either exploring the standard spreadsheet template library or playing with the Data Item Browser app (DIB) or Formula Builder in Excel.

For the case that you mentioned, it is not a given that all companies will have the 'revenue' line in their income statement. For example, the banks report net interest income and non-interest income, rather than just the revenue. CBA.AX:

So, if you go to Eikon Excel and select 'Templates' on the Thomson Reuters toolbar, then search for 'Banking Income Statement', you will see which fields are normally available.


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

Hi Jack,

This is due to the different interpretation of different items between industries. For banks your probably looking for the TR.NetIncome field.

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.