FJD to GYD exchange rate API
Fiji Dollar to Guyana Dollar · quoted 2026-09-25
93.5256
▲ +0.71% over 6M
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 6 months, FJD/GYD traded between 92.8691 and 94.9476, averaged 93.9699 and rose 0.71%. 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 6M: show the values
| Point | FJD/GYD |
|---|---|
| 2026-03-29 | 92.8691 |
| 2026-04-05 | 93.1511 |
| 2026-04-12 | 93.7916 |
| 2026-04-19 | 94.2529 |
| 2026-04-26 | 94.1592 |
| 2026-05-03 | 94.8889 |
| 2026-05-10 | 94.8716 |
| 2026-05-18 | 94.9264 |
| 2026-05-26 | 94.8623 |
| 2026-06-02 | 94.9476 |
| 2026-06-11 | 93.7919 |
| 2026-06-18 | 93.8310 |
| 2026-06-25 | 93.0371 |
| 2026-07-02 | 93.2431 |
| 2026-07-09 | 93.0913 |
| 2026-07-16 | 93.2590 |
| 2026-07-23 | 93.4527 |
| 2026-07-30 | 93.2702 |
| 2026-08-06 | 93.8494 |
| 2026-08-13 | 94.0656 |
| 2026-08-21 | 94.5386 |
| 2026-08-28 | 94.6445 |
| 2026-09-04 | 94.4829 |
| 2026-09-11 | 94.4483 |
| 2026-09-18 | 93.9642 |
High
94.9476
Low
92.8691
Average
93.9699
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.