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: show the values
| Point | CHF/JMD |
|---|---|
| 2025-12-31 | 200.9098 |
| 2026-01-07 | 199.5598 |
| 2026-01-14 | 197.4838 |
| 2026-01-21 | 199.5084 |
| 2026-01-28 | 204.1601 |
| 2026-02-04 | 202.1523 |
| 2026-02-11 | 203.6674 |
| 2026-02-18 | 202.3190 |
| 2026-02-25 | 201.3995 |
| 2026-03-04 | 200.4129 |
| 2026-03-11 | 201.2602 |
| 2026-03-18 | 198.8935 |
| 2026-03-25 | 199.3084 |
| 2026-04-01 | 199.6335 |
| 2026-04-08 | 198.7226 |
| 2026-04-15 | 201.8549 |
| 2026-04-22 | 202.8406 |
| 2026-04-29 | 199.6551 |
| 2026-05-06 | 201.5309 |
| 2026-05-14 | 202.2427 |
| 2026-05-21 | 200.7098 |
| 2026-05-29 | 200.6957 |
| 2026-06-05 | 200.6335 |
| 2026-06-14 | 198.7375 |
| 2026-06-21 | 195.4214 |
| 2026-06-28 | 194.3621 |
| 2026-07-05 | 196.5065 |
| 2026-07-12 | 195.9578 |
| 2026-07-19 | 195.6844 |
| 2026-07-26 | 193.3495 |
| 2026-08-02 | 195.6293 |
| 2026-08-09 | 196.3486 |
| 2026-08-16 | 194.2185 |
| 2026-08-24 | 198.0073 |
| 2026-08-31 | 196.9921 |
| 2026-09-07 | 195.9150 |
| 2026-09-14 | 193.4828 |
| 2026-09-21 | 191.9447 |
High
204.1601
Low
190.8062
Average
198.5364
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.