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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
40 5 5 11

How do I retrieve RIC codes of stock symbols for a country, e.g. Canada?

How do I retrieve RIC codes of stock symbols for a country, e.g. Canada? I would like to retrieve this info preferably using the EIKON Python API.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondatarics
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
38.1k 69 35 53

Refer to the product overview, the APIs provide access to the following content sets:

  • News
  • Price time series
  • Symbology conversion
  • Fundamental and reference data

It doesn't provide a search functionality.

Currently, you can use Screener with Eikon Data API. However, it is not yet officially supported by Eikon Data API.

Screener can provide the list of RICs by Country of Exchange. The snippet code is:

screener_exp = 'SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.ExchangeCountryCode,"CA"))'
companies_data, err = ek.get_data(instruments=[screener_exp], fields=['TR.RIC'])
companies_data
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.

Click below to post an Idea Post Idea