R/technical_indicator_codes.R

#' List of Supported Technical Indicator Codes
#' 
#' A dataset containing supported technical indicator codes for the
#' technical_indicators() endpoint.
#'
#' @format A data frame with 52 rows and 5 variables:
#' \describe{
#'   \item{technical_indicator}{indicator passed to technical_indicators() function}
#'   \item{description}{description of technical indicators}
#'   \item{arguments}{available arguments}
#'   \item{response_attributes}{description of technical indicators}
#'   \item{example}{example response}.
#' }
#' @source \url{https://finnhub.io/docs/api#technical-indicator}
"technical_indicator_codes"
threadingdata/finnhubr documentation built on Aug. 10, 2020, 12:48 a.m.