Description Usage Arguments Author(s) Examples
Load AlgoSeek Futures Full Depth data from zip files
1  | read_algoseek_futures_fullDepth(zipdata, whichData = NULL)
 | 
zipdata | 
 the original zip data provided by AlgoSeek  | 
whichData | 
 the specific data to be loaded; by default load all data in the zip file  | 
Larry Lei Hua
1 2 3 4 5 6 7 8  | zipdata <- tempfile()
download.file("https://www.algoseek.com/static/files/sample_data/
futures_and_future_options/ESH5.Futures.FullDepth.20150128.csv.zip",zipdata)
dat <- read_algoseek_futures_fullDepth(zipdata)
# Do not run unless the file 20160104.zip is avaliable
# dat <- read_algoseek_futures_fullDepth("20160104.zip", whichData="ES/ESH6.csv")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.