Skip to content

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

FJD/GYD over YTD: show the values
PointFJD/GYD
2025-12-3192.2098
2026-01-0792.2289
2026-01-1491.9269
2026-01-2192.2364
2026-01-2893.9882
2026-02-0494.2461
2026-02-1195.0143
2026-02-1894.7198
2026-02-2594.8210
2026-03-0494.5517
2026-03-1194.7728
2026-03-1894.2975
2026-03-2593.6022
2026-04-0193.4507
2026-04-0892.7061
2026-04-1594.7168
2026-04-2294.8247
2026-04-2994.8191
2026-05-0694.9711
2026-05-1495.4289
2026-05-2194.7146
2026-05-2994.3868
2026-06-0595.0437
2026-06-1493.6764
2026-06-2193.2544
2026-06-2892.3286
2026-07-0592.6216
2026-07-1292.9347
2026-07-1993.1341
2026-07-2693.0667
2026-08-0294.2921
2026-08-0994.1928
2026-08-1693.9626
2026-08-2495.1371
2026-08-3194.9819
2026-09-0794.7280
2026-09-1494.4189
2026-09-2193.9030

High

95.4289

Low

91.9269

Average

93.9445

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.