Is there a one request through which I can pull all the RICs under a RIC root and get the eikon q...

Is there a one request through which I can pull all the RICs under a RIC root and get the eikon quote page Fids data of each of those RICs?

Best Answer

  • m.bunkowski
    Answer ✓

    HI @sreedhanya.kavunkara1

    Here is the example of retrieving index constituents along with the data for each particular stock:

    ek.get_data("0#.GDAXI",["DISPLY_NAME","TRDPRC_1","NETCHNG_1"])

    And similar example for the futures chain:

    ek.get_data("0#LCO:",["CONTR_MNTH","TRDPRC_1"])

Answers