FJD to GYD exchange rate API
Fiji Dollar to Guyana Dollar · quoted 2026-09-25
93.5256
▼ +1.25% over 30D
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 30 days, FJD/GYD traded between 93.5256 and 95.2139, averaged 94.3852 and fell 1.25%. 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 30D: show the values
| Point | FJD/GYD |
|---|---|
| 2026-08-26 | 94.7092 |
| 2026-08-27 | 94.7633 |
| 2026-08-28 | 94.6445 |
| 2026-08-29 | 95.2139 |
| 2026-08-30 | 94.5962 |
| 2026-08-31 | 94.9819 |
| 2026-09-01 | 94.4401 |
| 2026-09-02 | 94.4159 |
| 2026-09-03 | 94.3270 |
| 2026-09-04 | 94.4829 |
| 2026-09-05 | 94.7943 |
| 2026-09-06 | 94.4590 |
| 2026-09-07 | 94.7280 |
| 2026-09-08 | 94.7503 |
| 2026-09-09 | 94.5558 |
| 2026-09-10 | 94.5552 |
| 2026-09-11 | 94.4483 |
| 2026-09-12 | 94.3510 |
| 2026-09-13 | 94.0695 |
| 2026-09-14 | 94.4189 |
| 2026-09-15 | 94.2525 |
| 2026-09-16 | 94.1948 |
| 2026-09-17 | 94.2925 |
| 2026-09-18 | 93.9642 |
| 2026-09-19 | 94.2847 |
| 2026-09-20 | 94.4655 |
| 2026-09-21 | 93.9030 |
| 2026-09-22 | 93.7284 |
| 2026-09-23 | 93.8732 |
| 2026-09-24 | 93.7512 |
High
95.2139
Low
93.5256
Average
94.3852
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.