Hello Friends,
I'm using Eikon data API to retrieve the component RICs from the Chain RIC<0#.STAR50>.
I tried some ways but still could not get it.
I used the syntax of ek.get_data(), but I could not get anything.
ric = '0#.STAR50' field = 'TR.CommonName' df, err = ek.get_data(ric, field) df
After reviewed the Q&A in the forum, I tried to get the LONGLINK information from the chain RIC, but still could not get anything.
df, err = ek.get_data('0#.STAR50','LONGLINK1') df
Much appreciate if you can help to look into this case.
Thanks & Regards,
Dan