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: show the values
| Point | CHF/DJF |
|---|---|
| 2025-09-24 | 224.2157 |
| 2025-10-01 | 222.6083 |
| 2025-10-08 | 222.6156 |
| 2025-10-15 | 222.1613 |
| 2025-10-22 | 223.6811 |
| 2025-10-29 | 223.1559 |
| 2025-11-05 | 219.6283 |
| 2025-11-12 | 222.8673 |
| 2025-11-19 | 222.4482 |
| 2025-11-26 | 220.4827 |
| 2025-12-03 | 222.5923 |
| 2025-12-11 | 223.6110 |
| 2025-12-18 | 223.8393 |
| 2025-12-25 | 225.8554 |
| 2026-01-01 | 224.4640 |
| 2026-01-08 | 223.2646 |
| 2026-01-15 | 222.2762 |
| 2026-01-22 | 224.6640 |
| 2026-01-29 | 232.0065 |
| 2026-02-05 | 229.3482 |
| 2026-02-12 | 231.8122 |
| 2026-02-19 | 229.3086 |
| 2026-02-26 | 229.7984 |
| 2026-03-05 | 227.7010 |
| 2026-03-12 | 227.8767 |
| 2026-03-19 | 224.7629 |
| 2026-03-26 | 224.8815 |
| 2026-04-02 | 222.5327 |
| 2026-04-09 | 224.7468 |
| 2026-04-16 | 226.7337 |
| 2026-04-23 | 227.6938 |
| 2026-04-30 | 226.2983 |
| 2026-05-07 | 229.6848 |
| 2026-05-15 | 227.4826 |
| 2026-05-23 | 227.2672 |
| 2026-05-30 | 228.2526 |
| 2026-06-06 | 223.7326 |
| 2026-06-15 | 224.3467 |
| 2026-06-22 | 220.3500 |
| 2026-06-29 | 219.9917 |
| 2026-07-06 | 220.9468 |
| 2026-07-13 | 220.1030 |
| 2026-07-20 | 220.1808 |
| 2026-07-27 | 218.2683 |
| 2026-08-03 | 220.6150 |
| 2026-08-10 | 220.0229 |
| 2026-08-17 | 219.6470 |
| 2026-08-25 | 222.1838 |
| 2026-09-01 | 219.7081 |
| 2026-09-08 | 219.3905 |
| 2026-09-15 | 217.6129 |
| 2026-09-22 | 217.3482 |
High
232.0065
Low
215.3528
Average
223.6306
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.