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: show the values
| Point | FJD/JPY |
|---|---|
| 2025-12-31 | 68.9439 |
| 2026-01-07 | 68.9531 |
| 2026-01-14 | 69.5923 |
| 2026-01-21 | 69.6053 |
| 2026-01-28 | 68.8159 |
| 2026-02-04 | 70.7720 |
| 2026-02-11 | 69.6032 |
| 2026-02-18 | 69.6486 |
| 2026-02-25 | 71.0522 |
| 2026-03-04 | 71.0083 |
| 2026-03-11 | 71.8378 |
| 2026-03-18 | 72.0755 |
| 2026-03-25 | 71.2277 |
| 2026-04-01 | 70.6980 |
| 2026-04-08 | 70.6429 |
| 2026-04-15 | 71.9866 |
| 2026-04-22 | 72.1721 |
| 2026-04-29 | 72.4345 |
| 2026-05-06 | 71.0617 |
| 2026-05-13 | 71.8441 |
| 2026-05-20 | 72.0342 |
| 2026-05-27 | 72.4331 |
| 2026-06-03 | 72.5251 |
| 2026-06-10 | 72.3564 |
| 2026-06-17 | 72.1734 |
| 2026-06-24 | 72.1419 |
| 2026-07-01 | 72.5661 |
| 2026-07-08 | 72.3313 |
| 2026-07-15 | 72.5501 |
| 2026-07-22 | 72.9957 |
| 2026-07-29 | 73.0459 |
| 2026-08-05 | 70.9233 |
| 2026-08-12 | 71.5911 |
| 2026-08-19 | 71.6274 |
| 2026-08-26 | 72.0678 |
| 2026-09-02 | 71.9781 |
| 2026-09-09 | 69.3834 |
| 2026-09-16 | 69.8506 |
| 2026-09-23 | 70.7825 |
High
73.0459
Low
68.8159
Average
71.2433
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.