I am trying to get the tracking error item ("TR.FundTrackingError1Year") taken from the data item browser over an extended period
The code below just gives me the last available value for item "TR.FundTrackingError1Year".
- Is there a way to obtain the time series? I think "TR.FundTrackingError1Year" is just a static value?
- Which formula has been used to obtain the "TR.FundTrackingError1Year", haven't been able to reproduce the results
ric = ['IVV','SPY'] # example
fields = ["TR.CUSIP", "TR.FundTrackingError1Year"]
params = {'DateType': 'XD', 'SDate' : '1993-01-01', 'EDate' : '2023-12-31'}
fund_data = rd.get_data(ric,fields, params)