Package 'rKenyaForex'

Title: Historical Data for Kenya Foreign Exchange Prices
Description: Exchange rate for Kenya Shilling against other currencies, US DOLLAR, EURO, STERLING POUND, Tanzania Shilling, Uganda Shilling.
Authors: Mutua Kilai
Maintainer: Mutua Kilai <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-11-19 05:24:59 UTC
Source: https://github.com/cran/rKenyaForex

Help Index


KSHS Exchange Rate Prices

Description

Historical Data for KSH Exchange Rates vs Major Currencies

Usage

data("kenyaforex")

Format

A data frame with 9746 observations on the following 5 variables.

Date

a Date

Currency

a character vector for the currencies

Mean

a numeric vector

Buy

a numeric vector

Sell

a numeric vector

Details

None

Value

None

Author(s)

Mutua Kilai

Source

https://www.centralbank.go.ke/rates/forex-exchange-rates/

Examples

data(kenyaforex)
## maybe str(kenyaforex) ; plot(kenyaforex) ...