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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
23 4 2 9

Case sensitive ric codes

Hello,

We're working with a few ric codes that appears to mix small and capital letters. When we request this information, the api responds with a TSIUnknownInstrument-error.

For example, Titan Cement Company SA has the ric code TTNr.AT. This information is found through the search tool https://developers.refinitiv.com/en/tools-catalog/ric-search

I noticed that you translate the ric codes to upper case in the time_series.py

if is_string_type(rics):
        rics = [rics.strip().upper()]

This is possibly an error. Could you confirm this?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonrics
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

Upvote
Accepted
9.7k 49 38 60

Hi @tomas.kourim,

Yes, this a known issue. See this answer and workaround.

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