Skip to content

CAD to FJD exchange rate API

Canadian Dollar to Fiji Dollar · quoted 2026-09-25

1.5892

▼ +2.17% over 1Y

1 CAD = 1.5892 FJD · 1 FJD = 0.62924 CAD · Get this rate via the API

1 CAD buys 1.5892 FJD as of 2026-09-25, so 1 FJD buys 0.62924 CAD. Over the last year, CAD/FJD traded between 1.5758 and 1.6616, averaged 1.6136 and fell 2.17%. The API holds daily CAD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/FJD over 1Y

CAD/FJD over 1Y: show the values
PointCAD/FJD
2025-09-251.6245
2025-10-021.6251
2025-10-091.6294
2025-10-161.6264
2025-10-231.6398
2025-10-301.6280
2025-11-061.6279
2025-11-131.6350
2025-11-201.6376
2025-11-271.6309
2025-12-041.6314
2025-12-111.6492
2025-12-181.6550
2025-12-251.6616
2026-01-011.6575
2026-01-081.6387
2026-01-151.6378
2026-01-221.6376
2026-01-291.6375
2026-02-051.6220
2026-02-121.6201
2026-02-191.6109
2026-02-261.6106
2026-03-051.6242
2026-03-121.6237
2026-03-191.6116
2026-03-261.6081
2026-04-021.6117
2026-04-091.6100
2026-04-161.6092
2026-04-231.6151
2026-04-301.6118
2026-05-071.6113
2026-05-141.5975
2026-05-211.6038
2026-05-281.5876
2026-06-041.5859
2026-06-111.5955
2026-06-181.5789
2026-06-251.5758
2026-07-021.5788
2026-07-091.5835
2026-07-161.5926
2026-07-231.5892
2026-07-301.5899
2026-08-061.5902
2026-08-131.5951
2026-08-201.6074
2026-08-271.5921
2026-09-031.6059
2026-09-101.6013
2026-09-171.5943
2026-09-241.5863

High

1.6616

Low

1.5758

Average

1.6136

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/FJD API questions

How do I get the CAD/FJD exchange rate from an API?

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

How far back does CAD/FJD historical data go?

Daily CAD/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 CAD/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.