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: show the values
| Point | FJD/GMD |
|---|---|
| 2026-08-26 | 33.6202 |
| 2026-08-27 | 33.6824 |
| 2026-08-28 | 33.9821 |
| 2026-08-29 | 33.6419 |
| 2026-08-30 | 33.6257 |
| 2026-08-31 | 33.4551 |
| 2026-09-01 | 33.6540 |
| 2026-09-02 | 33.6268 |
| 2026-09-03 | 33.6746 |
| 2026-09-04 | 33.4564 |
| 2026-09-05 | 33.4447 |
| 2026-09-06 | 33.5884 |
| 2026-09-07 | 33.5327 |
| 2026-09-08 | 33.7089 |
| 2026-09-09 | 33.5573 |
| 2026-09-10 | 33.5019 |
| 2026-09-11 | 33.3591 |
| 2026-09-12 | 33.1975 |
| 2026-09-13 | 33.5615 |
| 2026-09-14 | 33.4168 |
| 2026-09-15 | 33.3846 |
| 2026-09-16 | 33.3361 |
| 2026-09-17 | 33.0582 |
| 2026-09-18 | 33.0181 |
| 2026-09-19 | 33.1615 |
| 2026-09-20 | 33.3679 |
| 2026-09-21 | 33.2199 |
| 2026-09-22 | 33.1145 |
| 2026-09-23 | 33.1383 |
| 2026-09-24 | 33.0551 |
High
33.9821
Low
32.9756
Average
33.4232
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.