Skip to content

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

FJD/GYD over 1Y: show the values
PointFJD/GYD
2025-09-2592.6563
2025-10-0292.3440
2025-10-0992.0112
2025-10-1691.5437
2025-10-2391.1027
2025-10-3091.7388
2025-11-0691.1529
2025-11-1391.3726
2025-11-2090.8379
2025-11-2791.3630
2025-12-0491.7788
2025-12-1291.8649
2025-12-1991.6427
2025-12-2692.0837
2026-01-0291.8087
2026-01-0991.9974
2026-01-1691.8331
2026-01-2392.8788
2026-01-3094.9453
2026-02-0694.1358
2026-02-1395.0685
2026-02-2094.8499
2026-02-2795.0240
2026-03-0694.1437
2026-03-1395.1747
2026-03-2093.9121
2026-03-2793.1484
2026-04-0392.6635
2026-04-1094.0138
2026-04-1794.4888
2026-04-2494.4867
2026-05-0195.2440
2026-05-0895.6223
2026-05-1694.8107
2026-05-2494.3238
2026-05-3194.4858
2026-06-0994.2346
2026-06-1694.3149
2026-06-2393.5509
2026-06-3092.8619
2026-07-0793.0940
2026-07-1493.5963
2026-07-2193.7613
2026-07-2893.6079
2026-08-0494.2808
2026-08-1194.2791
2026-08-1894.2910
2026-08-2694.7092
2026-09-0294.4159
2026-09-0994.5558
2026-09-1694.1948
2026-09-2393.8732

High

95.6223

Low

90.8379

Average

93.3906

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=GYD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.