Skip to content

CHF to JMD exchange rate API

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

190.8165

▼ +0.81% over 7D

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

1 CHF buys 190.8165 JMD as of 2026-09-24, so 1 JMD buys 0.005241 CHF. Over the last 7 days, CHF/JMD traded between 190.8165 and 192.3911, averaged 191.6306 and fell 0.81%. 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 7D

CHF/JMD over 7D: show the values
PointCHF/JMD
2026-09-17192.3724
2026-09-18191.1060
2026-09-19191.6045
2026-09-20191.6171
2026-09-21191.9447
2026-09-22192.3911
2026-09-23191.6036
2026-09-24191.2194

High

192.3911

Low

190.8165

Average

191.6306

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.