Skip to content

FJD to JPY exchange rate API

Fiji Dollar to Yen · quoted 2026-09-25

70.3987

▼ +1.06% over 6M

1 FJD = 70.3987 JPY · 1 JPY = 0.01420 FJD · Get this rate via the API

1 FJD buys 70.3987 JPY as of 2026-09-25, so 1 JPY buys 0.01420 FJD. Over the last 6 months, FJD/JPY traded between 69.1082 and 72.8797, averaged 71.4236 and fell 1.06%. The API holds daily FJD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/JPY over 6M

FJD/JPY over 6M: show the values
PointFJD/JPY
2026-03-2971.1498
2026-04-0571.1930
2026-04-1271.5781
2026-04-1971.3788
2026-04-2671.9053
2026-05-0371.1351
2026-05-1071.2667
2026-05-1771.6897
2026-05-2471.6527
2026-05-3171.9439
2026-06-0771.4101
2026-06-1471.5882
2026-06-2171.8877
2026-06-2871.3689
2026-07-0571.4816
2026-07-1271.8955
2026-07-1972.3436
2026-07-2672.8797
2026-08-0270.9584
2026-08-0970.9984
2026-08-1671.6414
2026-08-2371.9163
2026-08-3072.3778
2026-09-0670.5056
2026-09-1369.1082
2026-09-2070.7835

High

72.8797

Low

69.1082

Average

71.4236

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/JPY API questions

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

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

How far back does FJD/JPY historical data go?

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