Obtain daily trading prices of Malaysia gold bullion coin from the BNM API.
Examples
if (FALSE) get_kijang_emas() # \dontrun{}
get_kijang_emas(date = "2020-09-01")
#> $effective_date
#> [1] "2020-09-01"
#>
#> $one_oz
#> $one_oz$buying
#> [1] 8352
#>
#> $one_oz$selling
#> [1] 8700
#>
#>
#> $half_oz
#> $half_oz$buying
#> [1] 4176
#>
#> $half_oz$selling
#> [1] 4432
#>
#>
#> $quarter_oz
#> $quarter_oz$buying
#> [1] 2088
#>
#> $quarter_oz$selling
#> [1] 2257
#>
#>
get_kijang_emas(year = 2016, month = 2)
#> list()
