Skip to content

FJD to GMD exchange rate API

Fiji Dollar to Dalasi · quoted 2026-09-25

32.9756

▲ +1.64% over YTD

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 year to date, FJD/GMD traded between 32.3952 and 33.8114, averaged 33.2144 and rose 1.64%. 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 YTD

FJD/GMD over YTD: show the values
PointFJD/GMD
2025-12-3132.4420
2026-01-0732.5143
2026-01-1432.3952
2026-01-2132.5523
2026-01-2833.4835
2026-02-0433.2610
2026-02-1133.4991
2026-02-1833.4521
2026-02-2533.5070
2026-03-0433.3006
2026-03-1133.3381
2026-03-1833.4402
2026-03-2533.1684
2026-04-0133.0227
2026-04-0833.1063
2026-04-1533.2629
2026-04-2233.3160
2026-04-2933.3137
2026-05-0633.2077
2026-05-1433.6070
2026-05-2133.3102
2026-05-2933.3542
2026-06-0533.2437
2026-06-1433.0317
2026-06-2133.2627
2026-06-2832.7471
2026-07-0532.7666
2026-07-1233.0473
2026-07-1932.9789
2026-07-2633.3057
2026-08-0233.8114
2026-08-0933.2987
2026-08-1633.6996
2026-08-2433.7128
2026-08-3133.4551
2026-09-0733.5327
2026-09-1433.4168
2026-09-2133.2199

High

33.8114

Low

32.3952

Average

33.2144

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.