Skip to content

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

FJD/GYD over 6M: show the values
PointFJD/GYD
2026-03-2992.8691
2026-04-0593.1511
2026-04-1293.7916
2026-04-1994.2529
2026-04-2694.1592
2026-05-0394.8889
2026-05-1094.8716
2026-05-1894.9264
2026-05-2694.8623
2026-06-0294.9476
2026-06-1193.7919
2026-06-1893.8310
2026-06-2593.0371
2026-07-0293.2431
2026-07-0993.0913
2026-07-1693.2590
2026-07-2393.4527
2026-07-3093.2702
2026-08-0693.8494
2026-08-1394.0656
2026-08-2194.5386
2026-08-2894.6445
2026-09-0494.4829
2026-09-1194.4483
2026-09-1893.9642

High

94.9476

Low

92.8691

Average

93.9699

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.