get_overnight_rate: Malaysia Overnight Rate - I

View source: R/monthly.R

get_overnight_rateR Documentation

Malaysia Overnight Rate - I

Description

Malaysia Overnight Rate - I

Usage

get_overnight_rate(date = NULL, year = NULL, month = NULL)

Arguments

date

Character string of date with format as defined by RFC 3339, section 5.6 (YYYY-MM-DD). If specified, return values for the specified date.

year, month

Year and month as integers. If date, year and month left blank, return today's values.

Source

https://apikijangportal.bnm.gov.my/

Examples

## Not run: get_overnight_rate()
get_overnight_rate(date = "2022-05-05")
get_overnight_rate(year = 2022, month = 5)

philip-khor/bnmr documentation built on Nov. 23, 2023, 6:59 a.m.