R/supported_stock_exchanges.R

#' 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"
threadingdata/finnhubr documentation built on Aug. 10, 2020, 12:48 a.m.