Skip to content

CHF to JMD exchange rate API

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

190.8062

▲ +3.14% over 5Y

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 5 years, CHF/JMD traded between 171.2925 and 202.1523, averaged 191.9943 and rose 3.14%. 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 5Y

CHF/JMD over 5Y: show the values
PointCHF/JMD
2024-08-24185.0020
2024-10-07185.1901
2024-11-06180.6611
2024-12-06179.2250
2025-01-05171.2925
2025-02-04173.6536
2025-03-06176.8841
2025-04-06183.1681
2025-05-06192.2497
2025-06-07194.0740
2025-07-07200.2315
2025-08-06195.9994
2025-09-05199.3907
2025-10-06201.7049
2025-11-05198.2036
2025-12-05199.1604
2026-01-05199.8780
2026-02-04202.1523
2026-03-06199.7175
2026-04-05197.0671
2026-05-05200.9071
2026-06-06198.1593
2026-07-08195.1873
2026-08-07195.9713
2026-09-07195.9150

High

202.1523

Low

171.2925

Average

191.9943

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.