For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
98 10 21 27

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
18k 21 12 20

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 5.0 MiB each and 10.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).

Click below to post an Idea Post Idea