[R-SIG-Finance] Trying to Extract Option Quotes with R
Robert Sherry
rsherry8 at comcast.net
Fri May 12 18:34:31 CEST 2017
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
More information about the R-SIG-Finance
mailing list