CHF to JMD exchange rate API
Swiss Franc to Jamaican Dollar · quoted 2026-09-24
190.8062
▼ +3.15% over 30D
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 30 days, CHF/JMD traded between 190.8062 and 197.2479, averaged 194.1594 and fell 3.15%. 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 30D: show the values
| Point | CHF/JMD |
|---|---|
| 2026-08-25 | 197.0186 |
| 2026-08-26 | 197.2479 |
| 2026-08-27 | 196.8491 |
| 2026-08-28 | 197.1655 |
| 2026-08-29 | 195.6530 |
| 2026-08-30 | 195.2300 |
| 2026-08-31 | 196.9921 |
| 2026-09-01 | 195.1470 |
| 2026-09-02 | 194.2404 |
| 2026-09-03 | 195.7437 |
| 2026-09-04 | 195.4617 |
| 2026-09-05 | 195.2549 |
| 2026-09-06 | 195.2527 |
| 2026-09-07 | 195.9150 |
| 2026-09-08 | 195.5124 |
| 2026-09-09 | 196.2381 |
| 2026-09-10 | 194.2755 |
| 2026-09-11 | 194.1277 |
| 2026-09-12 | 193.3861 |
| 2026-09-13 | 193.3997 |
| 2026-09-14 | 193.4828 |
| 2026-09-15 | 192.6329 |
| 2026-09-16 | 192.2467 |
| 2026-09-17 | 192.3724 |
| 2026-09-18 | 191.1060 |
| 2026-09-19 | 191.6045 |
| 2026-09-20 | 191.6171 |
| 2026-09-21 | 191.9447 |
| 2026-09-22 | 192.3911 |
| 2026-09-23 | 191.6036 |
| 2026-09-24 | 191.1827 |
High
197.2479
Low
190.8062
Average
194.1594
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.