Skip to contents

This function allows you to obtain daily interbank swap volume by tenure from the BNM API.

Usage

get_interbank_swap()

Source

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

Examples

get_interbank_swap()
#> $date
#> [1] "2023-11-17"
#> 
#> $overnight
#> [1] 3151.88
#> 
#> $`1_week`
#> [1] 12.45
#> 
#> $`2_week`
#> [1] 555.73
#> 
#> $`1_month`
#> [1] 100.39
#> 
#> $`2_month`
#> [1] 1
#> 
#> $`3_month`
#> [1] 506.03
#> 
#> $`6_month`
#> [1] 200
#> 
#> $`9_month`
#> [1] 151.06
#> 
#> $`12_month`
#> [1] 0
#> 
#> $more_1_year
#> [1] 2
#>