...ta Api?
I have a list of permids. I would like to retrieve all RICs connected to these permids.
Content team advised me to post a request here.
@alekseenkova.marina
You can try this code:
df, err = ek.get_data(instruments = ['55838323096','55850485015','21538366477'],fields = ['TR.RIC'])df
The output is:
@Jirapongse thank you so much! Could you tell me, please, do I understand it correctly that this script retrieves MAIN RIC of the company (permid)?
I am also looking for an answer on this. But I need all RIC's in a specific period of 13F filing, how would I do that? Thanks.