
Last chance! 50% off unlimited learning
Sale ends in
An xts object containing the raw quotes for the imaginary stock XXX for 1 day, in the typical NYSE TAQ database format.
This is the cleaned version of the data sample sampleQDataRaw
, using quotesCleanup
.
sampleQData
xts object
# NOT RUN {
#The code to create sampleQData from raw data is
sampleQData <- quotesCleanup(
qDataRaw = sampleQDataRaw, exchanges = "N", type = "standard",
report = FALSE)[, c("SYMBOL", "BID", "BIDSIZ", "OFR", "OFRSIZ", "MODE")]
# These are the historically included columns.
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab