Let say that we want to find the benchmark of SPY. The answer is
data, err = ek.get_data('SPY', fields='tr.FundBenchmarkName')
However, how can we know the correct field name ('tr.FundBenchmarkName' in this example) a priori? More in general, is there any way to retrieve a complete list of available fields for a given RIC?