I am running the following code using the Eikon api:
df, err = ek.get_data(['4297651992'],['TR.MngdFundName','TR.MngdFundCityName'])
I am interested in getting the mapped funds for this investor permid (4297651992)
I get the following result table, which is the proper result I am looking for; however I would also like to get the permid (or RIC/Lipper id) of each of the managed funds. What field needs to be passed to the api call in order to get a fund id column?