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
23 7 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.thomsonreuters.com/elektron/elektron-sdk-java/dev-tools?type=ric

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apirics
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
Upvote
Accepted
17k 80 39 63

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 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.