options_list.Rd
Get options data.
options_list( underlying_symbols, type = NULL, expiration_date_gte = NULL, expiration_date_lte = NULL, complete = FALSE )
Filter contracts by the type (`"call"` or `"put"`).
Minimum expiration date.
Maximum expiration date. By default this is set to the next weekend.
Whether to retrieve complete chain with all future expiration dates.
A data frame.
if (FALSE) { # \dontrun{ options("AAPL") options("AAPL", "put") } # }