how do i want to get company ric codes with python
ric codes want from 1930 onwards
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
how do i want to get company ric codes with python
ric codes want from 1930 onwards
Hello @emrearuk,
Try this:
ek.get_data('.SPX',['TR.IndexConstituentRIC'])
Refer to this discussion for the additional details on retrieving constituents that may be of relevance.
I would like to get the RIC codes of all companies starting from 1940 including participating and leaving companies. thank you