Description Usage Arguments Value Examples
View source: R/GetOptionDates.R
Returns expiration dates on a single underlying. Requires API keys (in specific order). See help for more info.
1 | GetOptionDates(APIKeys, symbol)
|
APIKeys |
A vector containing API keys (order: cKey, cSecret, oKey, oSecret). |
symbol |
The underlying's symbol |
A tibble containing available option expiration dates and days to expiration
1 2 3 4 | ## Not run:
GetOptionDates(APIKeys, "XYZ")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.