Skip to content

CHF to JMD exchange rate API

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

190.8062

▼ +3.21% over 6M

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 6 months, CHF/JMD traded between 190.8062 and 202.8456, averaged 196.8140 and fell 3.21%. 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 6M

CHF/JMD over 6M: show the values
PointCHF/JMD
2026-03-28197.1424
2026-04-04197.0896
2026-04-11200.2614
2026-04-18202.2629
2026-04-25200.1543
2026-05-02200.2459
2026-05-09202.8456
2026-05-17200.4590
2026-05-25201.2606
2026-06-01200.8147
2026-06-10197.7942
2026-06-17199.6732
2026-06-24194.1755
2026-07-01194.0900
2026-07-08195.1873
2026-07-15194.7336
2026-07-22195.2092
2026-07-29192.5781
2026-08-05195.1978
2026-08-12194.9580
2026-08-20196.6150
2026-08-27196.8491
2026-09-03195.7437
2026-09-10194.2755
2026-09-17192.3724
2026-09-24191.1827

High

202.8456

Low

190.8062

Average

196.8140

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.