FJD to GYD exchange rate API
Fiji Dollar to Guyana Dollar · quoted 2026-09-25
93.5256
▲ +1.43% over YTD
1 FJD = 93.5256 GYD · 1 GYD = 0.01069 FJD · Get this rate via the API
1 FJD buys 93.5256 GYD as of 2026-09-25, so 1 GYD buys 0.01069 FJD. Over the year to date, FJD/GYD traded between 91.9269 and 95.4289, averaged 93.9445 and rose 1.43%. The API holds daily FJD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/GYD over YTD: show the values
| Point | FJD/GYD |
|---|---|
| 2025-12-31 | 92.2098 |
| 2026-01-07 | 92.2289 |
| 2026-01-14 | 91.9269 |
| 2026-01-21 | 92.2364 |
| 2026-01-28 | 93.9882 |
| 2026-02-04 | 94.2461 |
| 2026-02-11 | 95.0143 |
| 2026-02-18 | 94.7198 |
| 2026-02-25 | 94.8210 |
| 2026-03-04 | 94.5517 |
| 2026-03-11 | 94.7728 |
| 2026-03-18 | 94.2975 |
| 2026-03-25 | 93.6022 |
| 2026-04-01 | 93.4507 |
| 2026-04-08 | 92.7061 |
| 2026-04-15 | 94.7168 |
| 2026-04-22 | 94.8247 |
| 2026-04-29 | 94.8191 |
| 2026-05-06 | 94.9711 |
| 2026-05-14 | 95.4289 |
| 2026-05-21 | 94.7146 |
| 2026-05-29 | 94.3868 |
| 2026-06-05 | 95.0437 |
| 2026-06-14 | 93.6764 |
| 2026-06-21 | 93.2544 |
| 2026-06-28 | 92.3286 |
| 2026-07-05 | 92.6216 |
| 2026-07-12 | 92.9347 |
| 2026-07-19 | 93.1341 |
| 2026-07-26 | 93.0667 |
| 2026-08-02 | 94.2921 |
| 2026-08-09 | 94.1928 |
| 2026-08-16 | 93.9626 |
| 2026-08-24 | 95.1371 |
| 2026-08-31 | 94.9819 |
| 2026-09-07 | 94.7280 |
| 2026-09-14 | 94.4189 |
| 2026-09-21 | 93.9030 |
High
95.4289
Low
91.9269
Average
93.9445
Get this rate via the API
One GET request returns the FJD/GYD 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=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/GYD API questions
How do I get the FJD/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/GYD rate in rates.GYD.
How far back does FJD/GYD historical data go?
Daily FJD/GYD 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/GYD 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.