Getting RICs using TR.CIKNUMBER
Find more posts tagged with
Sort by:
1 - 1 of
11
Sort by:
1 - 1 of
11
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
@lomov
Thank you for reaching out to us.
I ran the following code with CIKs and the get_data method can return RICs properly.