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
1 1 1 3

Is it possible to use Mnemonic instead of the RICs to pull data using get_timeseries?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apimnemonics
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
4.6k 26 7 22

Not directly, but you can use ```get_symbology``` to convert your code (ISIN, CUSIP, SEDOL, street ticker) into a RIC:

tr.get_symbology(['AAPL', 'IBM'], from_symbol_type='ticker', to_symbol_type='RIC')

and it will return something like this:

RIC primaryRIC

AAPL AAPL.O AAPL.O

IBM IBM IBM

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.

Yes indeed. If you are using Datastream, you could retrieve ISIN codes for your Mnemonics in Excel and then use the ```get_symbology`` to get to RICs...

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.