#' Simple function for getting the last price of a security through `riingo`
#'
#' @param sym character vector of securities to get the quotes of
#' @export
recent_quote <- function(sym) {
riingo::riingo_iex_quote(sym)[['last']]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.