Skip to content

FJD to JPY exchange rate API

Fiji Dollar to Yen · quoted 2026-09-25

70.3987

▲ +6.77% over 1Y

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 year, FJD/JPY traded between 64.7876 and 73.0847, averaged 70.2389 and rose 6.77%. 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 1Y

FJD/JPY over 1Y: show the values
PointFJD/JPY
2025-09-2565.9362
2025-10-0264.7876
2025-10-0967.2164
2025-10-1666.1934
2025-10-2366.5214
2025-10-3067.7215
2025-11-0666.9606
2025-11-1367.4964
2025-11-2068.4297
2025-11-2768.2406
2025-12-0467.9008
2025-12-1168.3649
2025-12-1868.2531
2025-12-2568.5867
2026-01-0168.9193
2026-01-0868.9957
2026-01-1569.6275
2026-01-2270.1926
2026-01-2969.2251
2026-02-0570.6901
2026-02-1269.8549
2026-02-1970.1611
2026-02-2670.8609
2026-03-0571.1954
2026-03-1271.9262
2026-03-1971.7911
2026-03-2671.7487
2026-04-0271.1951
2026-04-0971.3106
2026-04-1671.9680
2026-04-2372.2359
2026-04-3071.0670
2026-05-0771.2211
2026-05-1472.0440
2026-05-2172.0588
2026-05-2872.4990
2026-06-0472.5070
2026-06-1171.9825
2026-06-1872.1591
2026-06-2572.1275
2026-07-0272.0036
2026-07-0972.3894
2026-07-1672.6171
2026-07-2373.0847
2026-07-3072.9665
2026-08-0670.9092
2026-08-1371.6072
2026-08-2071.7279
2026-08-2772.1831
2026-09-0370.4406
2026-09-1069.6847
2026-09-1769.7755
2026-09-2470.9362

High

73.0847

Low

64.7876

Average

70.2389

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.