#' Supported stock exchanges
#'
#' A dataset containing supported exchanges for retrieving stock symbols using
#' the stock_symbols() function.
#'
#' @format A data frame with 63 rows and 7 variables:
#' \describe{
#' \item{exchange}{exchange code to pass to stock_symbols() function}
#' \item{name}{name of exchange}
#' \item{mic}{??}
#' \item{timezone}{timezone of exchange}
#' \item{hour}{trade hours}
#' \item{close_date}{date closed}
#' \item{source}{exchange source url}
#' }
#' @source \url{https://finnhub.io/docs/api#stock-symbols}
"supported_stock_exchanges"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.