Skip to content

CHF to JMD exchange rate API

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

190.8062

▼ +5.03% over YTD

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 year to date, CHF/JMD traded between 190.8062 and 204.1601, averaged 198.5364 and fell 5.03%. 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 YTD

CHF/JMD over YTD: show the values
PointCHF/JMD
2025-12-31200.9098
2026-01-07199.5598
2026-01-14197.4838
2026-01-21199.5084
2026-01-28204.1601
2026-02-04202.1523
2026-02-11203.6674
2026-02-18202.3190
2026-02-25201.3995
2026-03-04200.4129
2026-03-11201.2602
2026-03-18198.8935
2026-03-25199.3084
2026-04-01199.6335
2026-04-08198.7226
2026-04-15201.8549
2026-04-22202.8406
2026-04-29199.6551
2026-05-06201.5309
2026-05-14202.2427
2026-05-21200.7098
2026-05-29200.6957
2026-06-05200.6335
2026-06-14198.7375
2026-06-21195.4214
2026-06-28194.3621
2026-07-05196.5065
2026-07-12195.9578
2026-07-19195.6844
2026-07-26193.3495
2026-08-02195.6293
2026-08-09196.3486
2026-08-16194.2185
2026-08-24198.0073
2026-08-31196.9921
2026-09-07195.9150
2026-09-14193.4828
2026-09-21191.9447

High

204.1601

Low

190.8062

Average

198.5364

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.