R/kenyaforex.R

#' Kenya Shillings Exchange Rates.
#'
#' Historical Data for KSH Exchange Rates vs Major Currencies.
#'
#' @format A data frame with 9746 observations of 5 variables.
#' \describe{
#'   \item{Date}{The date of year}
#'   \item{Currency}{The major currency: US DOLLAR, EURO, Sterling Pound, TSHS, USHS}
#'   \item{Mean}{The average of buy and sell columns}
#'   \item{Buy}{Buying Price for the currency in Kenya Shillings}
#'   \item{Sell}{Selling Price for the currency in Kenya Shillings}
#' }
#'
#' @source https://www.centralbank.go.ke/rates/forex-exchange-rates/
"kenyaforex"

Try the rKenyaForex package in your browser

Any scripts or data that you put into this service are public.

rKenyaForex documentation built on July 8, 2022, 5:06 p.m.