Skip to content

FJD to GMD exchange rate API

Fiji Dollar to Dalasi · quoted 2026-09-25

32.9756

▼ +1.92% over 30D

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 30 days, FJD/GMD traded between 32.9756 and 33.9821, averaged 33.4232 and fell 1.92%. 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 30D

FJD/GMD over 30D: show the values
PointFJD/GMD
2026-08-2633.6202
2026-08-2733.6824
2026-08-2833.9821
2026-08-2933.6419
2026-08-3033.6257
2026-08-3133.4551
2026-09-0133.6540
2026-09-0233.6268
2026-09-0333.6746
2026-09-0433.4564
2026-09-0533.4447
2026-09-0633.5884
2026-09-0733.5327
2026-09-0833.7089
2026-09-0933.5573
2026-09-1033.5019
2026-09-1133.3591
2026-09-1233.1975
2026-09-1333.5615
2026-09-1433.4168
2026-09-1533.3846
2026-09-1633.3361
2026-09-1733.0582
2026-09-1833.0181
2026-09-1933.1615
2026-09-2033.3679
2026-09-2133.2199
2026-09-2233.1145
2026-09-2333.1383
2026-09-2433.0551

High

33.9821

Low

32.9756

Average

33.4232

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.