assets: Lookup Equities

Description Usage Arguments Details Zipline Documentation

Description

Lookup an equity for use in a flyingfox algorithm. These are often assigned to variables in context and are used in handle_data() to perform computations on the equity's historical prices, or to make an order.

Usage

1
2
3
4
5
6
7
8
9

Arguments

symbol

The string ticker symbol for the equity to lookup.

symbol_list

The ticker symbols to lookup. Passed as a list like list("AAPL", "MSFT").

dt

The new symbol lookup date. A Date or POSIXct object.

sid

The unique integer that identifies an asset.

Details

Zipline Documentation


DavisVaughan/flyingfox documentation built on May 5, 2019, 12:28 a.m.