Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
help with fetcher

I'm trying to grab price data from a csv file and use it in the algo. my csv is setup correctly but it doesn't pull the data from the 'price' column and use it in the algo. I get the error "Cannot order PUTW, as it started trading on 2016-02-24 00:00:00+00:00. Try using data.can_trade to check whether an asset is delisted"

I know the ETF only started trading in Feb 2016 but the index has been around much longer which is why I'm trying to pull the index price from the csv. thanks in advance!!