Description Usage Arguments Author(s) Examples
Load AlgoSeek equity Full Depth data from zip files
1  | read_algoseek_equity_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  | zipdata <- tempfile()
download.file("https://www.algoseek.com/static/files/sample_data/equity_and_etf_etn/IBM.FullDepth.20140128.csv.zip",zipdata)
dat <- read_algoseek_equity_fullDepth(zipdata)
# Do not run unless the file 20180108.zip is avaliable
# dat <- read_algoseek_equity_fullDepth("20180108.zip", whichData="AMZN.csv")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.