Skip to content

CHF to JMD exchange rate API

Swiss Franc to Jamaican Dollar · quoted 2026-09-24

190.8062

▼ +5.45% over 1Y

1 CHF = 190.8062 JMD · 1 JMD = 0.005241 CHF · Get this rate via the API

1 CHF buys 190.8062 JMD as of 2026-09-24, so 1 JMD buys 0.005241 CHF. Over the last year, CHF/JMD traded between 190.8062 and 204.3283, averaged 198.9333 and fell 5.45%. The API holds daily CHF/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/JMD over 1Y

CHF/JMD over 1Y: show the values
PointCHF/JMD
2025-09-24201.8081
2025-10-01200.7242
2025-10-08200.0592
2025-10-15200.2486
2025-10-22202.0378
2025-10-29201.1038
2025-11-05198.2036
2025-11-12201.0020
2025-11-19200.2964
2025-11-26198.6866
2025-12-03200.4572
2025-12-11200.4830
2025-12-18201.3082
2025-12-25202.3902
2026-01-01200.5217
2026-01-08198.9150
2026-01-15197.2247
2026-01-22198.6212
2026-01-29204.3283
2026-02-05201.9693
2026-02-12203.6747
2026-02-19201.3661
2026-02-26200.6135
2026-03-05200.2747
2026-03-12201.0855
2026-03-19199.0024
2026-03-26199.2941
2026-04-02197.8236
2026-04-09198.9431
2026-04-16200.9366
2026-04-23202.5581
2026-04-30199.7320
2026-05-07203.2294
2026-05-15201.9849
2026-05-23200.8358
2026-05-30201.3997
2026-06-06198.1593
2026-06-15199.4211
2026-06-22195.4664
2026-06-29195.0560
2026-07-06196.5433
2026-07-13195.7228
2026-07-20195.8286
2026-07-27194.2339
2026-08-03195.3187
2026-08-10195.9343
2026-08-17195.1269
2026-08-25197.0186
2026-09-01195.1470
2026-09-08195.5124
2026-09-15192.6329
2026-09-22192.3911

High

204.3283

Low

190.8062

Average

198.9333

For developers

Get this rate via the API

One GET request returns the CHF/JMD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=JMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=JMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=JMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/JMD API questions

How do I get the CHF/JMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/JMD rate in rates.JMD.

How far back does CHF/JMD historical data go?

Daily CHF/JMD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/JMD exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.