I'm trying to work through the futures tutorial using the above futures contract. Since it shares a root symbol with an equity 'FI' I'm having trouble getting the correct history.
fi = symbols('FI')
fi_data = history(
fi,
fields=['price','volume'],
frequency='daily',
start_date='2015-10-21',
end_date='2017-12-21'
)
fi
This gives me: Equity(45248 [FI])