Skip to content

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

FJD/GYD over 30D: show the values
PointFJD/GYD
2026-08-2694.7092
2026-08-2794.7633
2026-08-2894.6445
2026-08-2995.2139
2026-08-3094.5962
2026-08-3194.9819
2026-09-0194.4401
2026-09-0294.4159
2026-09-0394.3270
2026-09-0494.4829
2026-09-0594.7943
2026-09-0694.4590
2026-09-0794.7280
2026-09-0894.7503
2026-09-0994.5558
2026-09-1094.5552
2026-09-1194.4483
2026-09-1294.3510
2026-09-1394.0695
2026-09-1494.4189
2026-09-1594.2525
2026-09-1694.1948
2026-09-1794.2925
2026-09-1893.9642
2026-09-1994.2847
2026-09-2094.4655
2026-09-2193.9030
2026-09-2293.7284
2026-09-2393.8732
2026-09-2493.7512

High

95.2139

Low

93.5256

Average

94.3852

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.