Hello,
I'm trying to use Quantopians backtester for a pre-calculated list of stocks. What I want to do is quite similar to what's done in the example "Using Fetcher to create a custom universe" at https://www.quantopian.com/help. I use that example to test my list. However, the code fails for some symbols. Output from loading my list:
0 NI -1 2/6/2015
1 HME -1 2/6/2015
2 CBM 1 2/6/2015
3 AI -1 2/4/2015
4 YOKU 1 2/4/2015
2015-02-04 00:00:00+00:00 -1 0
2015-02-04 00:00:00+00:00 1 Security(40562 [YOKU])
2015-02-06 00:00:00+00:00 -1 Security(5310 [NI])
2015-02-06 00:00:00+00:00 -1 Security(11654 [HME])
2015-02-06 00:00:00+00:00 1 Security(1297 [CBM])
As can be seen only four of the symbols could be identified. "AI" could not. The same thing happens for other tickers as well, "DAL" is another example.
Why does the symbol identification fail?