Skip to content

FJD to JPY exchange rate API

Fiji Dollar to Yen · quoted 2026-09-25

70.3987

▲ +2.11% over YTD

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 year to date, FJD/JPY traded between 68.8159 and 73.0459, averaged 71.2433 and rose 2.11%. 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 YTD

FJD/JPY over YTD: show the values
PointFJD/JPY
2025-12-3168.9439
2026-01-0768.9531
2026-01-1469.5923
2026-01-2169.6053
2026-01-2868.8159
2026-02-0470.7720
2026-02-1169.6032
2026-02-1869.6486
2026-02-2571.0522
2026-03-0471.0083
2026-03-1171.8378
2026-03-1872.0755
2026-03-2571.2277
2026-04-0170.6980
2026-04-0870.6429
2026-04-1571.9866
2026-04-2272.1721
2026-04-2972.4345
2026-05-0671.0617
2026-05-1371.8441
2026-05-2072.0342
2026-05-2772.4331
2026-06-0372.5251
2026-06-1072.3564
2026-06-1772.1734
2026-06-2472.1419
2026-07-0172.5661
2026-07-0872.3313
2026-07-1572.5501
2026-07-2272.9957
2026-07-2973.0459
2026-08-0570.9233
2026-08-1271.5911
2026-08-1971.6274
2026-08-2672.0678
2026-09-0271.9781
2026-09-0969.3834
2026-09-1669.8506
2026-09-2370.7825

High

73.0459

Low

68.8159

Average

71.2433

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.