Skip to content

FJD to JPY exchange rate API

Fiji Dollar to Yen · quoted 2026-09-25

70.3987

▼ +2.32% over 30D

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 30 days, FJD/JPY traded between 69.1082 and 72.8151, averaged 70.7308 and fell 2.32%. 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 30D

FJD/JPY over 30D: show the values
PointFJD/JPY
2026-08-2672.0678
2026-08-2772.1831
2026-08-2872.3231
2026-08-2972.8151
2026-08-3072.3778
2026-08-3172.1776
2026-09-0172.3668
2026-09-0271.9781
2026-09-0370.4406
2026-09-0470.7082
2026-09-0570.9138
2026-09-0670.5056
2026-09-0770.0708
2026-09-0869.8941
2026-09-0969.3834
2026-09-1069.6847
2026-09-1169.4624
2026-09-1269.4083
2026-09-1369.1082
2026-09-1469.7688
2026-09-1569.8891
2026-09-1669.8506
2026-09-1769.7755
2026-09-1870.9320
2026-09-1970.8109
2026-09-2070.7835
2026-09-2170.6337
2026-09-2270.3917
2026-09-2370.7825
2026-09-2470.9362
2026-09-2570.5639

High

72.8151

Low

69.1082

Average

70.7308

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.