How to retrieve all ric names of .NIFTY500?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @anbezhilasokan.frm

    Please try the following code:

    df, err = ek.get_data(instruments=["0#.NIFTY500"], fields=['DSPLY_NAME'])
    df

    The output looks like:

    imageAll RIC names are in the Instrument column.

Answers