Skip to content

FJD to XCD exchange rate API

Fiji Dollar to East Caribbean Dollar · quoted 2026-09-25

1.2091

▼ +1.31% over 5Y

1 FJD = 1.2091 XCD · 1 XCD = 0.82703 FJD · Get this rate via the API

1 FJD buys 1.2091 XCD as of 2026-09-25, so 1 XCD buys 0.82703 FJD. Over the last 5 years, FJD/XCD traded between 1.1627 and 1.2297, averaged 1.1994 and fell 1.31%. The API holds daily FJD/XCD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/XCD over 5Y

FJD/XCD over 5Y: show the values
PointFJD/XCD
2024-08-241.2251
2024-10-071.2148
2024-11-061.1937
2024-12-061.1878
2025-01-051.1634
2025-02-041.1627
2025-03-061.1834
2025-04-061.1645
2025-05-061.1922
2025-06-071.2009
2025-07-071.2039
2025-08-061.1996
2025-09-051.1980
2025-10-061.1910
2025-11-051.1788
2025-12-051.1874
2026-01-051.1889
2026-02-041.2232
2026-03-061.2181
2026-04-051.2040
2026-05-051.2297
2026-06-061.2173
2026-07-081.2049
2026-08-071.2158
2026-09-071.2261

High

1.2297

Low

1.1627

Average

1.1994

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=XCD").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/XCD API questions

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

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

How far back does FJD/XCD historical data go?

Daily FJD/XCD 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 FJD/XCD 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.