Skip to content

Renminbi

izqalan edited this page Nov 15, 2019 · 1 revision

Renminbi

Indicative CNY/MYR forward prices for trade settlement and RMB deposit acceptance rates

Usage

renminbiDeposit()

latest Deposit Acceptance Rate

bnm.renminbiDeposit()

Output

{
  "meta": {
    "last_updated": "2019-11-15T08:34:39Z",
    "total_result": 0
  },
  "data": {
    "date": "2019-11-15",
    "deposit": {
      "1_month": 0,
      "3_months": 0,
      "6_months": 0
    }
  }
}

renminbiForwardPrice()

latest FX Forward Prices

bnm.renminbiForwardPrice()

Output

{
  "meta": {
    "last_updated": "2019-11-15T08:34:39Z",
    "total_result": 0
  },
  "data": {
    "date": "2019-11-15",
    "selling": {
      "spot": 0,
      "2_weeks": 0,
      "1_month": 0,
      "2_months": 0,
      "3_months": 0,
      "4_months": 0,
      "5_months": 0,
      "6_months": 0
    },
    "buying": {
      "spot": 0,
      "2_weeks": 0,
      "1_month": 0,
      "2_months": 0,
      "3_months": 0,
      "4_months": 0,
      "5_months": 0,
      "6_months": 0
    }
  }
}