Getting RICs using TR.CIKNUMBER

I need to get RICs for a list of CIKs I have in possession. I tried to use this command

ek.get_symbology

But it does not have CIKs as identifiers so I am wondering is there a way to use TR.CIKNUMBER to get the list of RICs for my list of CIKs. My list consists of firms under SEC "1311" industry code.


Best Answer

  • @lomov

    Thank you for reaching out to us.

    I ran the following code with CIKs and the get_data method can return RICs properly.

    df, err=ek.get_data(['0000051143','0000320193'], fields = ["TR.RIC","TR.CIKNUMBER"])
    df

    1695872322591.png