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: show the values
| Point | CAD/FJD |
|---|---|
| 2025-09-25 | 1.6245 |
| 2025-10-02 | 1.6251 |
| 2025-10-09 | 1.6294 |
| 2025-10-16 | 1.6264 |
| 2025-10-23 | 1.6398 |
| 2025-10-30 | 1.6280 |
| 2025-11-06 | 1.6279 |
| 2025-11-13 | 1.6350 |
| 2025-11-20 | 1.6376 |
| 2025-11-27 | 1.6309 |
| 2025-12-04 | 1.6314 |
| 2025-12-11 | 1.6492 |
| 2025-12-18 | 1.6550 |
| 2025-12-25 | 1.6616 |
| 2026-01-01 | 1.6575 |
| 2026-01-08 | 1.6387 |
| 2026-01-15 | 1.6378 |
| 2026-01-22 | 1.6376 |
| 2026-01-29 | 1.6375 |
| 2026-02-05 | 1.6220 |
| 2026-02-12 | 1.6201 |
| 2026-02-19 | 1.6109 |
| 2026-02-26 | 1.6106 |
| 2026-03-05 | 1.6242 |
| 2026-03-12 | 1.6237 |
| 2026-03-19 | 1.6116 |
| 2026-03-26 | 1.6081 |
| 2026-04-02 | 1.6117 |
| 2026-04-09 | 1.6100 |
| 2026-04-16 | 1.6092 |
| 2026-04-23 | 1.6151 |
| 2026-04-30 | 1.6118 |
| 2026-05-07 | 1.6113 |
| 2026-05-14 | 1.5975 |
| 2026-05-21 | 1.6038 |
| 2026-05-28 | 1.5876 |
| 2026-06-04 | 1.5859 |
| 2026-06-11 | 1.5955 |
| 2026-06-18 | 1.5789 |
| 2026-06-25 | 1.5758 |
| 2026-07-02 | 1.5788 |
| 2026-07-09 | 1.5835 |
| 2026-07-16 | 1.5926 |
| 2026-07-23 | 1.5892 |
| 2026-07-30 | 1.5899 |
| 2026-08-06 | 1.5902 |
| 2026-08-13 | 1.5951 |
| 2026-08-20 | 1.6074 |
| 2026-08-27 | 1.5921 |
| 2026-09-03 | 1.6059 |
| 2026-09-10 | 1.6013 |
| 2026-09-17 | 1.5943 |
| 2026-09-24 | 1.5863 |
High
1.6616
Low
1.5758
Average
1.6136
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.