Skip to content

CHF to DJF exchange rate API

Swiss Franc to Djibouti Franc · quoted 2026-09-24

215.3528

▼ +3.95% over 1Y

1 CHF = 215.3528 DJF · 1 DJF = 0.004644 CHF · Get this rate via the API

1 CHF buys 215.3528 DJF as of 2026-09-24, so 1 DJF buys 0.004644 CHF. Over the last year, CHF/DJF traded between 215.3528 and 232.0065, averaged 223.6306 and fell 3.95%. The API holds daily CHF/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/DJF over 1Y

CHF/DJF over 1Y: show the values
PointCHF/DJF
2025-09-24224.2157
2025-10-01222.6083
2025-10-08222.6156
2025-10-15222.1613
2025-10-22223.6811
2025-10-29223.1559
2025-11-05219.6283
2025-11-12222.8673
2025-11-19222.4482
2025-11-26220.4827
2025-12-03222.5923
2025-12-11223.6110
2025-12-18223.8393
2025-12-25225.8554
2026-01-01224.4640
2026-01-08223.2646
2026-01-15222.2762
2026-01-22224.6640
2026-01-29232.0065
2026-02-05229.3482
2026-02-12231.8122
2026-02-19229.3086
2026-02-26229.7984
2026-03-05227.7010
2026-03-12227.8767
2026-03-19224.7629
2026-03-26224.8815
2026-04-02222.5327
2026-04-09224.7468
2026-04-16226.7337
2026-04-23227.6938
2026-04-30226.2983
2026-05-07229.6848
2026-05-15227.4826
2026-05-23227.2672
2026-05-30228.2526
2026-06-06223.7326
2026-06-15224.3467
2026-06-22220.3500
2026-06-29219.9917
2026-07-06220.9468
2026-07-13220.1030
2026-07-20220.1808
2026-07-27218.2683
2026-08-03220.6150
2026-08-10220.0229
2026-08-17219.6470
2026-08-25222.1838
2026-09-01219.7081
2026-09-08219.3905
2026-09-15217.6129
2026-09-22217.3482

High

232.0065

Low

215.3528

Average

223.6306

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/DJF API questions

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

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

How far back does CHF/DJF historical data go?

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