Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
個々の株の読み込みは問題ありませんが、しばらくの間、株価指数の読み込みに苦労していたので、共有する必要があると考えました.
zipline でインデックスをロードする場合は、次のようにストック パラメータに追加するだけです。
data = load_from_yahoo(stocks=['AAPL', '^gspc', '^ixic'], indexes={}, start=datetime(2014, 1, 1), end=datetime(2015,4,2))
これにより、Apple の株価、NASDAQ Composite および s&p500 の両方がロードされます。