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: show the values
| Point | FJD/GMD |
|---|---|
| 2025-12-31 | 32.4420 |
| 2026-01-07 | 32.5143 |
| 2026-01-14 | 32.3952 |
| 2026-01-21 | 32.5523 |
| 2026-01-28 | 33.4835 |
| 2026-02-04 | 33.2610 |
| 2026-02-11 | 33.4991 |
| 2026-02-18 | 33.4521 |
| 2026-02-25 | 33.5070 |
| 2026-03-04 | 33.3006 |
| 2026-03-11 | 33.3381 |
| 2026-03-18 | 33.4402 |
| 2026-03-25 | 33.1684 |
| 2026-04-01 | 33.0227 |
| 2026-04-08 | 33.1063 |
| 2026-04-15 | 33.2629 |
| 2026-04-22 | 33.3160 |
| 2026-04-29 | 33.3137 |
| 2026-05-06 | 33.2077 |
| 2026-05-14 | 33.6070 |
| 2026-05-21 | 33.3102 |
| 2026-05-29 | 33.3542 |
| 2026-06-05 | 33.2437 |
| 2026-06-14 | 33.0317 |
| 2026-06-21 | 33.2627 |
| 2026-06-28 | 32.7471 |
| 2026-07-05 | 32.7666 |
| 2026-07-12 | 33.0473 |
| 2026-07-19 | 32.9789 |
| 2026-07-26 | 33.3057 |
| 2026-08-02 | 33.8114 |
| 2026-08-09 | 33.2987 |
| 2026-08-16 | 33.6996 |
| 2026-08-24 | 33.7128 |
| 2026-08-31 | 33.4551 |
| 2026-09-07 | 33.5327 |
| 2026-09-14 | 33.4168 |
| 2026-09-21 | 33.2199 |
High
33.8114
Low
32.3952
Average
33.2144
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.