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: show the values
| Point | FJD/JPY |
|---|---|
| 2024-08-24 | 65.4329 |
| 2024-10-05 | 67.2652 |
| 2024-11-04 | 67.2259 |
| 2024-12-04 | 66.4588 |
| 2025-01-03 | 66.9806 |
| 2025-02-02 | 66.7622 |
| 2025-03-04 | 63.4029 |
| 2025-04-04 | 62.6895 |
| 2025-05-04 | 63.4540 |
| 2025-06-04 | 63.9354 |
| 2025-07-04 | 64.2433 |
| 2025-08-03 | 64.5528 |
| 2025-09-02 | 65.7402 |
| 2025-10-03 | 65.0611 |
| 2025-11-02 | 67.1449 |
| 2025-12-02 | 68.2179 |
| 2026-01-01 | 68.9193 |
| 2026-01-31 | 70.2184 |
| 2026-03-02 | 70.9145 |
| 2026-04-01 | 70.6980 |
| 2026-05-01 | 71.4155 |
| 2026-05-31 | 71.9439 |
| 2026-06-30 | 72.1909 |
| 2026-07-30 | 72.9665 |
| 2026-08-29 | 72.8151 |
High
72.9665
Low
62.6895
Average
67.7326
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.