Skip to content

FJD to GMD exchange rate API

Fiji Dollar to Dalasi · quoted 2026-09-25

32.9756

▲ +3.93% over 5Y

1 FJD = 32.9756 GMD · 1 GMD = 0.03033 FJD · Get this rate via the API

1 FJD buys 32.9756 GMD as of 2026-09-25, so 1 GMD buys 0.03033 FJD. Over the last 5 years, FJD/GMD traded between 30.8222 and 33.5327, averaged 32.2230 and rose 3.93%. The API holds daily FJD/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/GMD over 5Y

FJD/GMD over 5Y: show the values
PointFJD/GMD
2024-08-2431.7273
2024-10-0731.0706
2024-11-0631.5240
2024-12-0631.4982
2025-01-0531.2378
2025-02-0431.1585
2025-03-0631.5112
2025-04-0630.8222
2025-05-0631.7646
2025-06-0731.5221
2025-07-0732.1050
2025-08-0632.2062
2025-09-0531.8434
2025-10-0632.3076
2025-11-0532.0063
2025-12-0532.3340
2026-01-0532.4633
2026-02-0433.2610
2026-03-0633.1843
2026-04-0533.3308
2026-05-0533.4414
2026-06-0632.8488
2026-07-0832.8919
2026-08-0733.2278
2026-09-0733.5327

High

33.5327

Low

30.8222

Average

32.2230

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/GMD API questions

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

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

How far back does FJD/GMD historical data go?

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