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: show the values
| Point | CHF/JMD |
|---|---|
| 2026-03-28 | 197.1424 |
| 2026-04-04 | 197.0896 |
| 2026-04-11 | 200.2614 |
| 2026-04-18 | 202.2629 |
| 2026-04-25 | 200.1543 |
| 2026-05-02 | 200.2459 |
| 2026-05-09 | 202.8456 |
| 2026-05-17 | 200.4590 |
| 2026-05-25 | 201.2606 |
| 2026-06-01 | 200.8147 |
| 2026-06-10 | 197.7942 |
| 2026-06-17 | 199.6732 |
| 2026-06-24 | 194.1755 |
| 2026-07-01 | 194.0900 |
| 2026-07-08 | 195.1873 |
| 2026-07-15 | 194.7336 |
| 2026-07-22 | 195.2092 |
| 2026-07-29 | 192.5781 |
| 2026-08-05 | 195.1978 |
| 2026-08-12 | 194.9580 |
| 2026-08-20 | 196.6150 |
| 2026-08-27 | 196.8491 |
| 2026-09-03 | 195.7437 |
| 2026-09-10 | 194.2755 |
| 2026-09-17 | 192.3724 |
| 2026-09-24 | 191.1827 |
High
202.8456
Low
190.8062
Average
196.8140
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.