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: show the values
| Point | CAD/FJD |
|---|---|
| 2025-12-31 | 1.6597 |
| 2026-01-07 | 1.6440 |
| 2026-01-14 | 1.6425 |
| 2026-01-21 | 1.6435 |
| 2026-01-28 | 1.6351 |
| 2026-02-04 | 1.6211 |
| 2026-02-11 | 1.6266 |
| 2026-02-18 | 1.6165 |
| 2026-02-25 | 1.6113 |
| 2026-03-04 | 1.6200 |
| 2026-03-11 | 1.6238 |
| 2026-03-18 | 1.6139 |
| 2026-03-25 | 1.6192 |
| 2026-04-01 | 1.6118 |
| 2026-04-08 | 1.6152 |
| 2026-04-15 | 1.6036 |
| 2026-04-22 | 1.6143 |
| 2026-04-29 | 1.6133 |
| 2026-05-06 | 1.6161 |
| 2026-05-13 | 1.6040 |
| 2026-05-20 | 1.6047 |
| 2026-05-27 | 1.5909 |
| 2026-06-03 | 1.5906 |
| 2026-06-10 | 1.5924 |
| 2026-06-17 | 1.5853 |
| 2026-06-24 | 1.5747 |
| 2026-07-01 | 1.5764 |
| 2026-07-08 | 1.5837 |
| 2026-07-15 | 1.5904 |
| 2026-07-22 | 1.5858 |
| 2026-07-29 | 1.5887 |
| 2026-08-05 | 1.5818 |
| 2026-08-12 | 1.5958 |
| 2026-08-19 | 1.6011 |
| 2026-08-26 | 1.5923 |
| 2026-09-02 | 1.5923 |
| 2026-09-09 | 1.6044 |
| 2026-09-16 | 1.5924 |
| 2026-09-23 | 1.5835 |
High
1.6597
Low
1.5747
Average
1.6063
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.