CHF to FJD exchange rate API
Swiss Franc to Fiji Dollar · quoted 2026-09-25
2.7081
▼ +4.50% over 1Y
1 CHF = 2.7081 FJD · 1 FJD = 0.36927 CHF · Get this rate via the API
1 CHF buys 2.7081 FJD as of 2026-09-25, so 1 FJD buys 0.36927 CHF. Over the last year, CHF/FJD traded between 2.7054 and 2.8866, averaged 2.8097 and fell 4.50%. The API holds daily CHF/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/FJD over 1Y: show the values
| Point | CHF/FJD |
|---|---|
| 2025-09-25 | 2.8355 |
| 2025-10-02 | 2.8481 |
| 2025-10-09 | 2.8351 |
| 2025-10-16 | 2.8621 |
| 2025-10-23 | 2.8759 |
| 2025-10-30 | 2.8379 |
| 2025-11-06 | 2.8398 |
| 2025-11-13 | 2.8780 |
| 2025-11-20 | 2.8534 |
| 2025-11-27 | 2.8424 |
| 2025-12-04 | 2.8469 |
| 2025-12-11 | 2.8564 |
| 2025-12-18 | 2.8710 |
| 2025-12-25 | 2.8838 |
| 2026-01-01 | 2.8685 |
| 2026-01-08 | 2.8478 |
| 2026-01-15 | 2.8421 |
| 2026-01-22 | 2.8527 |
| 2026-01-29 | 2.8866 |
| 2026-02-05 | 2.8584 |
| 2026-02-12 | 2.8581 |
| 2026-02-19 | 2.8454 |
| 2026-02-26 | 2.8467 |
| 2026-03-05 | 2.8363 |
| 2026-03-12 | 2.8248 |
| 2026-03-19 | 2.7865 |
| 2026-03-26 | 2.8053 |
| 2026-04-02 | 2.8043 |
| 2026-04-09 | 2.8183 |
| 2026-04-16 | 2.8198 |
| 2026-04-23 | 2.8134 |
| 2026-04-30 | 2.8052 |
| 2026-05-07 | 2.8224 |
| 2026-05-14 | 2.8038 |
| 2026-05-21 | 2.8012 |
| 2026-05-28 | 2.7872 |
| 2026-06-04 | 2.7982 |
| 2026-06-11 | 2.7904 |
| 2026-06-18 | 2.7729 |
| 2026-06-25 | 2.7595 |
| 2026-07-02 | 2.7805 |
| 2026-07-09 | 2.7805 |
| 2026-07-16 | 2.7689 |
| 2026-07-23 | 2.7414 |
| 2026-07-30 | 2.7485 |
| 2026-08-06 | 2.7488 |
| 2026-08-13 | 2.7380 |
| 2026-08-20 | 2.7702 |
| 2026-08-27 | 2.7425 |
| 2026-09-03 | 2.7396 |
| 2026-09-10 | 2.7248 |
| 2026-09-17 | 2.7063 |
| 2026-09-24 | 2.7054 |
High
2.8866
Low
2.7054
Average
2.8097
Get this rate via the API
One GET request returns the CHF/FJD 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=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/FJD API questions
How do I get the CHF/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/FJD rate in rates.FJD.
How far back does CHF/FJD historical data go?
Daily CHF/FJD 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/FJD 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.