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.

Best Answer

Answers

  • Hi @abbanerjee

    1. INE116A01024 is mapped to INE116A01032

    You can get RIC by follow this:

    image

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

    image

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

  • @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