CHF to JMD exchange rate API
Swiss Franc to Jamaican Dollar · quoted 2026-09-24
190.8062
▼ +5.45% over 1Y
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 year, CHF/JMD traded between 190.8062 and 204.3283, averaged 198.9333 and fell 5.45%. 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 1Y: show the values
| Point | CHF/JMD |
|---|---|
| 2025-09-24 | 201.8081 |
| 2025-10-01 | 200.7242 |
| 2025-10-08 | 200.0592 |
| 2025-10-15 | 200.2486 |
| 2025-10-22 | 202.0378 |
| 2025-10-29 | 201.1038 |
| 2025-11-05 | 198.2036 |
| 2025-11-12 | 201.0020 |
| 2025-11-19 | 200.2964 |
| 2025-11-26 | 198.6866 |
| 2025-12-03 | 200.4572 |
| 2025-12-11 | 200.4830 |
| 2025-12-18 | 201.3082 |
| 2025-12-25 | 202.3902 |
| 2026-01-01 | 200.5217 |
| 2026-01-08 | 198.9150 |
| 2026-01-15 | 197.2247 |
| 2026-01-22 | 198.6212 |
| 2026-01-29 | 204.3283 |
| 2026-02-05 | 201.9693 |
| 2026-02-12 | 203.6747 |
| 2026-02-19 | 201.3661 |
| 2026-02-26 | 200.6135 |
| 2026-03-05 | 200.2747 |
| 2026-03-12 | 201.0855 |
| 2026-03-19 | 199.0024 |
| 2026-03-26 | 199.2941 |
| 2026-04-02 | 197.8236 |
| 2026-04-09 | 198.9431 |
| 2026-04-16 | 200.9366 |
| 2026-04-23 | 202.5581 |
| 2026-04-30 | 199.7320 |
| 2026-05-07 | 203.2294 |
| 2026-05-15 | 201.9849 |
| 2026-05-23 | 200.8358 |
| 2026-05-30 | 201.3997 |
| 2026-06-06 | 198.1593 |
| 2026-06-15 | 199.4211 |
| 2026-06-22 | 195.4664 |
| 2026-06-29 | 195.0560 |
| 2026-07-06 | 196.5433 |
| 2026-07-13 | 195.7228 |
| 2026-07-20 | 195.8286 |
| 2026-07-27 | 194.2339 |
| 2026-08-03 | 195.3187 |
| 2026-08-10 | 195.9343 |
| 2026-08-17 | 195.1269 |
| 2026-08-25 | 197.0186 |
| 2026-09-01 | 195.1470 |
| 2026-09-08 | 195.5124 |
| 2026-09-15 | 192.6329 |
| 2026-09-22 | 192.3911 |
High
204.3283
Low
190.8062
Average
198.9333
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.