Skip to content

CHF to JOD exchange rate API

Swiss Franc to Jordanian Dinar · quoted 2026-09-24

0.85637

▼ +4.09% over 1Y

1 CHF = 0.85637 JOD · 1 JOD = 1.1677 CHF · Get this rate via the API

1 CHF buys 0.85637 JOD as of 2026-09-24, so 1 JOD buys 1.1677 CHF. Over the last year, CHF/JOD traded between 0.85637 and 0.92412, averaged 0.89033 and fell 4.09%. The API holds daily CHF/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/JOD over 1Y

CHF/JOD over 1Y: show the values
PointCHF/JOD
2025-09-240.89288
2025-10-010.88759
2025-10-080.88593
2025-10-150.88555
2025-10-220.89025
2025-10-290.88919
2025-11-050.87545
2025-11-120.88728
2025-11-190.88457
2025-11-260.87872
2025-12-030.88610
2025-12-110.88988
2025-12-180.89188
2025-12-250.89978
2026-01-010.89447
2026-01-080.88892
2026-01-150.88484
2026-01-220.89406
2026-01-290.92412
2026-02-050.91309
2026-02-120.92089
2026-02-190.91379
2026-02-260.91643
2026-03-050.90878
2026-03-120.90682
2026-03-190.89307
2026-03-260.89402
2026-04-020.88692
2026-04-090.89659
2026-04-160.90507
2026-04-230.90350
2026-04-300.90281
2026-05-070.91133
2026-05-150.90165
2026-05-230.90333
2026-05-300.90781
2026-06-060.89076
2026-06-150.89333
2026-06-220.87742
2026-06-290.87691
2026-07-060.87960
2026-07-130.87535
2026-07-200.87711
2026-07-270.86975
2026-08-030.87750
2026-08-100.87714
2026-08-170.87543
2026-08-250.88328
2026-09-010.87474
2026-09-080.87367
2026-09-150.86656
2026-09-220.86525

High

0.92412

Low

0.85637

Average

0.89033

For developers

Get this rate via the API

One GET request returns the CHF/JOD 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=JOD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=JOD");
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=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/JOD API questions

How do I get the CHF/JOD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/JOD rate in rates.JOD.

How far back does CHF/JOD historical data go?

Daily CHF/JOD 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/JOD 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.