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
98 27 33 35

CF_CURR and TR.CompanyReportCurrency

Is there any difference between CF_CURR and TR.CompanyReportCurrency when the input is a RIC or a QuoteID?

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.

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @aquilesjlp300

These 2 fields are from different database, please refer to this picture:


I believe that in this case, they carry the same information.

This forum is moderated by developer, It is advise to contact Refinitiv Content Helpdesk to get an authoritative answer on content related questions.


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

Hi @aquilesjlp300

Just to add to @chavalit.jintamalit answer, CF_CURR is a real time field and displays the currency in which the particular RIC is quoted. The same company can be traded on different exchanges with different RIC codes and in different currencies, where TR.CompanyReportCurrency will be the main reporting currency for this company. See example below for Apple.

ek.get_data(['AAPL.OQ','AAPL.DE','AAPL.BN','AAPL.CN','AAPL.BIV'],['CF_LAST','CF_CURR','TR.CompanyReportCurrency'])

ahs2.jpg (59.0 KiB)

Thanks @chavalit.jintamalit and @marcin.bunkowski for your helpful replies.


Basically TR.CompanyReportCurrency states the currency for the primary quote RIC of the company (I checked for TR.IsPrimaryQuote for all these companies the only one that returned "TRUE" was AAPL.OQ).

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.