Skip to content

Wrapper functions for the Central Bank of Malaysia’s API

Notifications You must be signed in to change notification settings

HaydenMacDonald/bnmr

 
 

Repository files navigation

bnmr

Travis build status Codecov test coverage R build status

The goal of bnmr is to provide a set of convenient wrapper functions for the Central Bank of Malaysia’s API.

Installation

To install bnmr, run the following code (requires remotes):

# install.packages("remotes")
remotes::install_github("philip-khor/bnmr")

Example

This is a basic example which shows you how to solve a common problem:

library(bnmr)
base_rate()
#> # A tibble: 35 x 6
#>    bank_code bank_name base_rate base_lending_ra~ indicative_eff_~
#>    <chr>     <chr>         <dbl>            <dbl>            <dbl>
#>  1 BKKBMYKL  Bangkok ~      3.97             6.62             5.17
#>  2 CIBBMYKL  CIMB Ban~      3.5              6.35             4.25
#>  3 CITIMYKL  Citibank~      3.15             6.3              3.95
#>  4 HLBBMYKL  Hong Leo~      3.38             6.39             4.25
#>  5 HBMBMYKL  HSBC Ban~      3.14             6.24             4.25
#>  6 ICBKMYKL  Industri~      3.27             6.2              4.22
#>  7 MBBEMYKL  Malayan ~      2.5              6.15             3.95
#>  8 OCBCMYKL  OCBC Ban~      3.33             6.26             4.2 
#>  9 PBBEMYKL  Public B~      3.02             6.22             3.85
#> 10 RHBBMYKL  RHB Bank~      3.25             6.2              4.25
#> # ... with 25 more rows, and 1 more variable: base_financing_rate <dbl>

About

Wrapper functions for the Central Bank of Malaysia’s API

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%