View source: R/get_option_expiration_chain.R
get_option_expiration_chain | R Documentation |
Given the tokens object from the 'get_authentication_tokens' function and the symbol of interest, return the option expiration chain information related to the symbol. This includes expiration dates, expiration types, settlement types, and more.
get_option_expiration_chain(tokens, symbol)
tokens |
token object from 'get_authentication_tokens' function (list). |
symbol |
symbol for option expiration chain (string). |
Returns a data frame containing information surrounding the option expiration chain.
Nick Bultman, njbultman74@gmail.com, June 2024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.