Command Palette

Search for a command to run...

$

Canadian Dollar

Canadian dollar

CAD数値: 124

フォーマット規則

小数点記号

.

桁区切り記号

,

記号の位置

before

小数桁数

2

補助単位

100 Cents

パターン

¤#,##0.00

標準例

$123,456.79

会計例

($1,234.56)

使用地域 (1か国)

生JSONデータ

{
  "$schema": "1.0.0",
  "lastUpdated": "2026-03-04",
  "data": {
    "code": "CAD",
    "numericCode": 124,
    "name": "Canadian Dollar",
    "nativeName": "Canadian dollar",
    "symbol": "$",
    "narrowSymbol": "$",
    "symbolPosition": "before",
    "decimalSeparator": ".",
    "thousandsSeparator": ",",
    "decimalDigits": 2,
    "subunitValue": 100,
    "subunitName": "Cents",
    "pattern": "¤#,##0.00",
    "example": "$123,456.79",
    "accountingExample": "($1,234.56)",
    "countries": [
      "CA"
    ]
  }
}