​What field should I use to obtain start/end dates of an instrument?

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    On Eikon Excel, you can use TR.FirstTradeDate which represents that first trading date on which Thomson Reuters started storing pricing data. As for the end date, we do not have a field available that states when the RIC was delisted from the exchange.


    Here is a sample formula using cell reference wherein ISIN is at cell A1

    =TR($A$1,"TR.FirstTradeDate","CODE=ISIN",)

    Please note that if you are using ISIN as reference for TR.FirstTradeDate, this would pull up the first trade date of the primary issue RIC. This would be an issue especially if the instrument is trading on a specific exchange. Take for example ISIN LU0501835309 which is mapped to L'Occitane International SA. This ISIN has at least 9 different RICs mapped which the primary issue RIC listed on Hong Kong Stock Exchange.

Answers

  • I'm afraid I'm not quite sure what you're looking for. Would you mind providing a definition of a "start/end dates of an instrument" and also what type of instrument your question applies to? Alternatively the best resource for any content search and explanation questions is Thomson Reuters Helpdesk, which you can reach by either calling the Helpdesk number in your country or by using Contact Us capability in your Eikon application.

  • My input is ISIN and I'd like to get the start/end date of the ISIN.

    For example, when using python api like this, get_data( 'USxxxxxxxx', 'TR.yyyy' ).

    Please let me know the 2nd part, <TR.yyyy>, the field name of the dates.

    This can be also applied to excel.

  • @Alex Putkov

    My input is ISIN and I'd like to get the start/end date of the ISIN.

    For example, when using python api like this, get_data( 'USxxxxxxxx', 'TR.yyyy' ).

    Please let me know the 2nd part, <TR.yyyy>, the field name of the dates.

    This can be also applied to excel.

  • So, if I understand correctly, what you'd like to know is when an ISIN was created and when it became inactive, right? I'm pretty confident we don't carry this information. We have data about financial instruments, e.g. you can get an issue and maturity date of a bond or an IPO date of a listed stock, or an expiry date of a warrant. But we don't carry the info on when ISIN was assigned to an instrument or when it became inactive.

  • An ISIN does not have start/end dates. What exactly are you looking for? Could you give an example of a desired output?