Skip to content

FJD to JPY exchange rate API

Fiji Dollar to Yen · quoted 2026-09-25

70.3987

▲ +7.59% over 5Y

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 5 years, FJD/JPY traded between 62.6895 and 72.9665, averaged 67.7326 and rose 7.59%. 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 5Y

FJD/JPY over 5Y: show the values
PointFJD/JPY
2024-08-2465.4329
2024-10-0567.2652
2024-11-0467.2259
2024-12-0466.4588
2025-01-0366.9806
2025-02-0266.7622
2025-03-0463.4029
2025-04-0462.6895
2025-05-0463.4540
2025-06-0463.9354
2025-07-0464.2433
2025-08-0364.5528
2025-09-0265.7402
2025-10-0365.0611
2025-11-0267.1449
2025-12-0268.2179
2026-01-0168.9193
2026-01-3170.2184
2026-03-0270.9145
2026-04-0170.6980
2026-05-0171.4155
2026-05-3171.9439
2026-06-3072.1909
2026-07-3072.9665
2026-08-2972.8151

High

72.9665

Low

62.6895

Average

67.7326

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.