FJD to GYD exchange rate API
Fiji Dollar to Guyana Dollar · quoted 2026-09-25
93.5256
▲ +0.94% over 1Y
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 last year, FJD/GYD traded between 90.8379 and 95.6223, averaged 93.3906 and rose 0.94%. 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 1Y: show the values
| Point | FJD/GYD |
|---|---|
| 2025-09-25 | 92.6563 |
| 2025-10-02 | 92.3440 |
| 2025-10-09 | 92.0112 |
| 2025-10-16 | 91.5437 |
| 2025-10-23 | 91.1027 |
| 2025-10-30 | 91.7388 |
| 2025-11-06 | 91.1529 |
| 2025-11-13 | 91.3726 |
| 2025-11-20 | 90.8379 |
| 2025-11-27 | 91.3630 |
| 2025-12-04 | 91.7788 |
| 2025-12-12 | 91.8649 |
| 2025-12-19 | 91.6427 |
| 2025-12-26 | 92.0837 |
| 2026-01-02 | 91.8087 |
| 2026-01-09 | 91.9974 |
| 2026-01-16 | 91.8331 |
| 2026-01-23 | 92.8788 |
| 2026-01-30 | 94.9453 |
| 2026-02-06 | 94.1358 |
| 2026-02-13 | 95.0685 |
| 2026-02-20 | 94.8499 |
| 2026-02-27 | 95.0240 |
| 2026-03-06 | 94.1437 |
| 2026-03-13 | 95.1747 |
| 2026-03-20 | 93.9121 |
| 2026-03-27 | 93.1484 |
| 2026-04-03 | 92.6635 |
| 2026-04-10 | 94.0138 |
| 2026-04-17 | 94.4888 |
| 2026-04-24 | 94.4867 |
| 2026-05-01 | 95.2440 |
| 2026-05-08 | 95.6223 |
| 2026-05-16 | 94.8107 |
| 2026-05-24 | 94.3238 |
| 2026-05-31 | 94.4858 |
| 2026-06-09 | 94.2346 |
| 2026-06-16 | 94.3149 |
| 2026-06-23 | 93.5509 |
| 2026-06-30 | 92.8619 |
| 2026-07-07 | 93.0940 |
| 2026-07-14 | 93.5963 |
| 2026-07-21 | 93.7613 |
| 2026-07-28 | 93.6079 |
| 2026-08-04 | 94.2808 |
| 2026-08-11 | 94.2791 |
| 2026-08-18 | 94.2910 |
| 2026-08-26 | 94.7092 |
| 2026-09-02 | 94.4159 |
| 2026-09-09 | 94.5558 |
| 2026-09-16 | 94.1948 |
| 2026-09-23 | 93.8732 |
High
95.6223
Low
90.8379
Average
93.3906
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.