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: show the values
| Point | FJD/JPY |
|---|---|
| 2026-03-29 | 71.1498 |
| 2026-04-05 | 71.1930 |
| 2026-04-12 | 71.5781 |
| 2026-04-19 | 71.3788 |
| 2026-04-26 | 71.9053 |
| 2026-05-03 | 71.1351 |
| 2026-05-10 | 71.2667 |
| 2026-05-17 | 71.6897 |
| 2026-05-24 | 71.6527 |
| 2026-05-31 | 71.9439 |
| 2026-06-07 | 71.4101 |
| 2026-06-14 | 71.5882 |
| 2026-06-21 | 71.8877 |
| 2026-06-28 | 71.3689 |
| 2026-07-05 | 71.4816 |
| 2026-07-12 | 71.8955 |
| 2026-07-19 | 72.3436 |
| 2026-07-26 | 72.8797 |
| 2026-08-02 | 70.9584 |
| 2026-08-09 | 70.9984 |
| 2026-08-16 | 71.6414 |
| 2026-08-23 | 71.9163 |
| 2026-08-30 | 72.3778 |
| 2026-09-06 | 70.5056 |
| 2026-09-13 | 69.1082 |
| 2026-09-20 | 70.7835 |
High
72.8797
Low
69.1082
Average
71.4236
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.