I executed the following commands in R: library(quantmod) optData = getOptionChain( "XOM", Exp=NULL ) nrow(optData) The last command returned NULL. What am I doing wrong? Bob