#' Nikkei Heikin Kabuka Index (NIK) Financial Time Series Data
#'
#' A dataset that contains the daily financial data of the NIK from
#' 2000 to December 2021 (currency in EUR).
#'
#' @format A data frame with 5391 rows and 10 variables:
#' \describe{
#' \item{price.open}{opening price (daily)}
#' \item{price.high}{highest price (daily)}
#' \item{price.low}{lowest price (daily)}
#' \item{price.close}{closing price (daily)}
#' \item{volume}{trading volume}
#' \item{price.adjusted}{adjusted closing price (daily)}
#' \item{ref.date}{date in format YY-MM-DD}
#' \item{ticker}{ticker symbol}
#' \item{ret.adjusted.prices}{returns obtained from the adj. closing prices}
#' \item{ret.closing.prices}{returns obtained from the closing prices}
#' }
#' @source The data was obtained from Yahoo Finance.
"NIK225"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.