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
5 6 6 8

Data issue with API

I am facing data issues with specific ISIN

eikon.get_symbology(['INE116A01024'], from_symbol_type="ISIN", to_symbol_type="RIC")errorINE116A01024 No best match available

There is no ambiguity when selecting from Eikon Terminal

With bestmatch=False it returns many matches which is not as indicated on Eikon Terminal

eikon.get_symbology(['INE116A01024'], from_symbol_type="ISIN", to_symbol_type="RIC",bestMatch=False)


RESULT:
RICs ... symbol

INE116A01024 [APCI.NS, APCI.BO, APCIqf.BO, APCI.NSf, APCIau... ... INE116A01024

Also,

Facing issue getting price for a specific RIC

eikon.get_data(['TNVE.NS'],['TR.CLOSEPRICE.date','TR.CLOSEPRICE(Adjusted=0)'],{'SDate': previous_day.strftime('%Y-%m-%d'), 'EDate': current_day.strftime('%Y-%m-%d') ,'FILL':'PREVIOUS'})

RESULT:
( Instrument Date Close Price

0 TNVE.NS NaN NaN, None)

Here

previous_daydatetime.datetime(2013, 12, 31, 16, 30) 

current_daydatetime.datetime(2014, 1, 1, 16, 30)

Please help as normal support is redirecting this data question towards the API forum.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

Upvotes
Accepted
32.2k 40 11 20

Hello @abbanerjee,

Like to add to the answer by @chavalit.jintamalit that from what I see, your result, from Eikon ISIN search, returning multiple RICs, is consistent with the result returned by the Eikon search on the same ISIN:


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.

Upvotes
18.2k 21 13 21

Hi @abbanerjee

1. INE116A01024 is mapped to INE116A01032

You can get RIC by follow this:

2. API call is correct but data is not available, please see this picture.

Content support will be able to provide you the reason why the data is starting from 2nd Aug 2017 for TNVE.NS RIC.


ahs2.png (54.4 KiB)
ahs1.png (18.5 KiB)
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.

Upvotes
32.2k 40 11 20

@abbanerjee,

It is excellently useful to all member developers, if, when one has more then one question in mind, one asks each of these questions as the separate new question.

These questions become readily searchable and reference-able by their header and tags, easy to find for other members, and sure to all get many eyes on them, not just the first one.

Thanks,

-AHS

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.