Bond Issuance history

viquar.shaikh
viquar.shaikh Newcomer
edited April 21 in Eikon Data APIs

Hello,

is it possible to source the history of auctions for a given bond? For example, this bond (IN061328G=) has a few as I can see on the LSEG WORKSPACE terminal. WOuld it be able to source this information through the API?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @viquar.shaikh

    The library can be used to retrieve the same data.

    ld.get_data("IN061328G=",
                [
                    "TR.FiAmtOutstandingChangeReason",
                    "TR.CA.AmtOutstanding.Date",
                    "TR.CA.AmtOutstanding"],
                {
                    'SDate':'2000-01-01',
                     'EDate':'2025-04-22'
                }
               )
    
    image.png

    This forum is dedicated to software developers using LSEG APIs. The moderators on this forum do not have deep expertise in every bit of content available through LSEG products, which is required to answer content questions such as this one.

    The best resource for content questions is the Helpdesk support team, which can be reached by submitting queries through MyAccount. The support team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.

Answers