Hello guys,
I couldn't find a similar question.
Let's say I would like to retrieve a list of all related companies of a RIC.
For that purpose I have built the following formula:
equity, e = ek.get_data(ric, ['TR.RelatedOrgId', 'TR.RelatedOrgName', 'TR.RelatedOwnPct', 'TR.RelatedOrgType'])
As I expected, I have recieved a very well dataframe with related companies. However, to my best knowledge, the dataframe doesn't contain inactive companies, to which the RIC was related in the past.
1. Is it possible to adjust the code, so that the query also includes inactive companies?
2. As an alternative: Is it possible to define a timeframe? For instance the related companies between 2005-2019?
Please let me know if I can improve my question.
Thank you in advance!