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: show the values
| Point | FJD/GMD |
|---|---|
| 2025-09-25 | 32.6052 |
| 2025-10-02 | 32.4142 |
| 2025-10-09 | 32.0275 |
| 2025-10-16 | 31.8626 |
| 2025-10-23 | 31.7397 |
| 2025-10-30 | 32.0857 |
| 2025-11-06 | 32.0327 |
| 2025-11-13 | 32.0423 |
| 2025-11-20 | 31.9696 |
| 2025-11-27 | 32.1464 |
| 2025-12-04 | 32.1786 |
| 2025-12-12 | 32.4200 |
| 2025-12-19 | 32.3665 |
| 2025-12-26 | 32.6916 |
| 2026-01-02 | 32.4526 |
| 2026-01-09 | 32.4422 |
| 2026-01-16 | 32.3973 |
| 2026-01-23 | 32.6460 |
| 2026-01-30 | 33.4949 |
| 2026-02-06 | 33.1122 |
| 2026-02-13 | 33.4925 |
| 2026-02-20 | 33.5231 |
| 2026-02-27 | 33.4110 |
| 2026-03-06 | 33.1843 |
| 2026-03-13 | 33.3950 |
| 2026-03-20 | 33.4718 |
| 2026-03-27 | 33.0109 |
| 2026-04-03 | 32.8406 |
| 2026-04-10 | 33.2946 |
| 2026-04-17 | 32.9689 |
| 2026-04-24 | 33.1895 |
| 2026-05-01 | 33.4534 |
| 2026-05-08 | 33.2559 |
| 2026-05-16 | 32.8862 |
| 2026-05-24 | 33.5346 |
| 2026-05-31 | 33.3734 |
| 2026-06-09 | 33.1287 |
| 2026-06-16 | 33.1579 |
| 2026-06-23 | 32.8667 |
| 2026-06-30 | 32.8346 |
| 2026-07-07 | 32.9565 |
| 2026-07-14 | 33.0445 |
| 2026-07-21 | 33.1438 |
| 2026-07-28 | 33.1580 |
| 2026-08-04 | 33.3051 |
| 2026-08-11 | 33.3304 |
| 2026-08-18 | 33.4050 |
| 2026-08-26 | 33.6202 |
| 2026-09-02 | 33.6268 |
| 2026-09-09 | 33.5573 |
| 2026-09-16 | 33.3361 |
| 2026-09-23 | 33.1383 |
High
33.6268
Low
31.7397
Average
32.9056
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.