Skip to content

FJD to GNF exchange rate API

Fiji Dollar to Guinea Franc · quoted 2026-09-25

3921.60

▲ +0.63% over 6M

1 FJD = 3921.60 GNF · 1 GNF = 0.000255 FJD · Get this rate via the API

1 FJD buys 3921.60 GNF as of 2026-09-25, so 1 GNF buys 0.000255 FJD. Over the last 6 months, FJD/GNF traded between 3896.89 and 3985.36, averaged 3943.89 and rose 0.63%. The API holds daily FJD/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/GNF over 6M

FJD/GNF over 6M: show the values
PointFJD/GNF
2026-03-293896.89
2026-04-053913.36
2026-04-123933.47
2026-04-193952.54
2026-04-263950.57
2026-05-033979.17
2026-05-103978.48
2026-05-183978.64
2026-05-263976.45
2026-06-023976.56
2026-06-113929.91
2026-06-183930.03
2026-06-253904.18
2026-07-023908.00
2026-07-093911.83
2026-07-163920.27
2026-07-233921.73
2026-07-303930.11
2026-08-063948.52
2026-08-133952.66
2026-08-213969.62
2026-08-283982.51
2026-09-043985.36
2026-09-113968.62
2026-09-183942.21
2026-09-253921.76

High

3985.36

Low

3896.89

Average

3943.89

For developers

Get this rate via the API

One GET request returns the FJD/GNF 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=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=GNF");
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=GNF").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/GNF API questions

How do I get the FJD/GNF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/GNF rate in rates.GNF.

How far back does FJD/GNF historical data go?

Daily FJD/GNF 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/GNF 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.