Skip to content

CAD to FJD exchange rate API

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

1.5892

▼ +4.25% over YTD

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 year to date, CAD/FJD traded between 1.5747 and 1.6597, averaged 1.6063 and fell 4.25%. 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 YTD

CAD/FJD over YTD: show the values
PointCAD/FJD
2025-12-311.6597
2026-01-071.6440
2026-01-141.6425
2026-01-211.6435
2026-01-281.6351
2026-02-041.6211
2026-02-111.6266
2026-02-181.6165
2026-02-251.6113
2026-03-041.6200
2026-03-111.6238
2026-03-181.6139
2026-03-251.6192
2026-04-011.6118
2026-04-081.6152
2026-04-151.6036
2026-04-221.6143
2026-04-291.6133
2026-05-061.6161
2026-05-131.6040
2026-05-201.6047
2026-05-271.5909
2026-06-031.5906
2026-06-101.5924
2026-06-171.5853
2026-06-241.5747
2026-07-011.5764
2026-07-081.5837
2026-07-151.5904
2026-07-221.5858
2026-07-291.5887
2026-08-051.5818
2026-08-121.5958
2026-08-191.6011
2026-08-261.5923
2026-09-021.5923
2026-09-091.6044
2026-09-161.5924
2026-09-231.5835

High

1.6597

Low

1.5747

Average

1.6063

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.