Skip to content

FJD to GMD exchange rate API

Fiji Dollar to Dalasi · quoted 2026-09-25

32.9756

▲ +1.14% over 1Y

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 year, FJD/GMD traded between 31.7397 and 33.6268, averaged 32.9056 and rose 1.14%. 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 1Y

FJD/GMD over 1Y: show the values
PointFJD/GMD
2025-09-2532.6052
2025-10-0232.4142
2025-10-0932.0275
2025-10-1631.8626
2025-10-2331.7397
2025-10-3032.0857
2025-11-0632.0327
2025-11-1332.0423
2025-11-2031.9696
2025-11-2732.1464
2025-12-0432.1786
2025-12-1232.4200
2025-12-1932.3665
2025-12-2632.6916
2026-01-0232.4526
2026-01-0932.4422
2026-01-1632.3973
2026-01-2332.6460
2026-01-3033.4949
2026-02-0633.1122
2026-02-1333.4925
2026-02-2033.5231
2026-02-2733.4110
2026-03-0633.1843
2026-03-1333.3950
2026-03-2033.4718
2026-03-2733.0109
2026-04-0332.8406
2026-04-1033.2946
2026-04-1732.9689
2026-04-2433.1895
2026-05-0133.4534
2026-05-0833.2559
2026-05-1632.8862
2026-05-2433.5346
2026-05-3133.3734
2026-06-0933.1287
2026-06-1633.1579
2026-06-2332.8667
2026-06-3032.8346
2026-07-0732.9565
2026-07-1433.0445
2026-07-2133.1438
2026-07-2833.1580
2026-08-0433.3051
2026-08-1133.3304
2026-08-1833.4050
2026-08-2633.6202
2026-09-0233.6268
2026-09-0933.5573
2026-09-1633.3361
2026-09-2333.1383

High

33.6268

Low

31.7397

Average

32.9056

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.