Convert CHF to JMD
Swiss Franc → Jamaican Dollar
1 CHF = 190.9773 JMD(1 JMD = 0.00523622 CHF)
Currency converter
1 CHF =
190.9773 JMD
CHF to JMD: last 30 days
Over the last 30 days, 1 CHF traded between 190.4169 and 196.993 JMD, averaging 193.5855 JMD. The CHF/JMD rate is down 2.85% since 2026-08-29.
- 30-day high
- 196.993
- 2026-08-31
- 30-day low
- 190.4169
- 2026-09-25
- 30-day average
- 193.5855
- Days with data: 30
- 30-day change
- -2.85%
- since 2026-08-29
196.993
190.41692026-08-29 → 2026-09-27
| Date | 1 CHF in JMD | Daily change |
|---|---|---|
| 2026-09-27 | 190.9773 | 0.00% |
| 2026-09-26 | 190.9773 | +0.29% |
| 2026-09-25 | 190.4169 | -0.19% |
| 2026-09-24 | 190.7757 | -0.43% |
| 2026-09-23 | 191.6036 | -0.41% |
| 2026-09-22 | 192.3909 | +0.23% |
| 2026-09-21 | 191.9444 | +0.58% |
| 2026-09-20 | 190.8308 | -0.09% |
| 2026-09-19 | 190.999 | -0.06% |
| 2026-09-18 | 191.1069 | -0.66% |
| 2026-09-17 | 192.3729 | +0.07% |
| 2026-09-16 | 192.246 | -0.20% |
| 2026-09-15 | 192.6331 | -0.44% |
| 2026-09-14 | 193.4818 | -0.11% |
| 2026-09-13 | 193.6865 | +0.01% |
| Date | 1 CHF in JMD | Daily change |
|---|---|---|
| 2026-09-12 | 193.672 | -0.24% |
| 2026-09-11 | 194.1285 | -0.08% |
| 2026-09-10 | 194.2763 | -1.00% |
| 2026-09-09 | 196.2384 | +0.37% |
| 2026-09-08 | 195.5124 | -0.21% |
| 2026-09-07 | 195.9152 | +0.27% |
| 2026-09-06 | 195.391 | +0.02% |
| 2026-09-05 | 195.3589 | -0.05% |
| 2026-09-04 | 195.4619 | -0.14% |
| 2026-09-03 | 195.743 | +0.77% |
| 2026-09-02 | 194.2397 | -0.46% |
| 2026-09-01 | 195.146 | -0.94% |
| 2026-08-31 | 196.993 | +0.27% |
| 2026-08-30 | 196.4666 | -0.06% |
| 2026-08-29 | 196.5775 | — |
CHF to JMD conversion table
1 CHF190.9773 JMD
5 CHF954.8865 JMD
10 CHF1,909.773 JMD
25 CHF4,774.4324 JMD
50 CHF9,548.8648 JMD
100 CHF19,097.73 JMD
500 CHF95,488.648 JMD
1,000 CHF190,977.3 JMD
5,000 CHF954,886.48 JMD
10,000 CHF1,909,773 JMD
Get the CHF/JMD rate in your app
One GET request returns the latest CHF → JMD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/JMD"fetch('https://rate-api.com/api/v1/pair/CHF/JMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} JMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/JMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} JMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/JMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} JMD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "JMD"
},
"rate": 190.9773,
"timestamp": 1790490077,
"date": "2026-09-27"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
JMD to CHFJamaican Dollar → Swiss Franc0.0052362Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.