Skip to content

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

CHF/FJD over 1Y: show the values
PointCHF/FJD
2025-09-252.8355
2025-10-022.8481
2025-10-092.8351
2025-10-162.8621
2025-10-232.8759
2025-10-302.8379
2025-11-062.8398
2025-11-132.8780
2025-11-202.8534
2025-11-272.8424
2025-12-042.8469
2025-12-112.8564
2025-12-182.8710
2025-12-252.8838
2026-01-012.8685
2026-01-082.8478
2026-01-152.8421
2026-01-222.8527
2026-01-292.8866
2026-02-052.8584
2026-02-122.8581
2026-02-192.8454
2026-02-262.8467
2026-03-052.8363
2026-03-122.8248
2026-03-192.7865
2026-03-262.8053
2026-04-022.8043
2026-04-092.8183
2026-04-162.8198
2026-04-232.8134
2026-04-302.8052
2026-05-072.8224
2026-05-142.8038
2026-05-212.8012
2026-05-282.7872
2026-06-042.7982
2026-06-112.7904
2026-06-182.7729
2026-06-252.7595
2026-07-022.7805
2026-07-092.7805
2026-07-162.7689
2026-07-232.7414
2026-07-302.7485
2026-08-062.7488
2026-08-132.7380
2026-08-202.7702
2026-08-272.7425
2026-09-032.7396
2026-09-102.7248
2026-09-172.7063
2026-09-242.7054

High

2.8866

Low

2.7054

Average

2.8097

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=FJD");
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=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&currencies=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.