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: show the values
| Point | FJD/JPY |
|---|---|
| 2025-09-25 | 65.9362 |
| 2025-10-02 | 64.7876 |
| 2025-10-09 | 67.2164 |
| 2025-10-16 | 66.1934 |
| 2025-10-23 | 66.5214 |
| 2025-10-30 | 67.7215 |
| 2025-11-06 | 66.9606 |
| 2025-11-13 | 67.4964 |
| 2025-11-20 | 68.4297 |
| 2025-11-27 | 68.2406 |
| 2025-12-04 | 67.9008 |
| 2025-12-11 | 68.3649 |
| 2025-12-18 | 68.2531 |
| 2025-12-25 | 68.5867 |
| 2026-01-01 | 68.9193 |
| 2026-01-08 | 68.9957 |
| 2026-01-15 | 69.6275 |
| 2026-01-22 | 70.1926 |
| 2026-01-29 | 69.2251 |
| 2026-02-05 | 70.6901 |
| 2026-02-12 | 69.8549 |
| 2026-02-19 | 70.1611 |
| 2026-02-26 | 70.8609 |
| 2026-03-05 | 71.1954 |
| 2026-03-12 | 71.9262 |
| 2026-03-19 | 71.7911 |
| 2026-03-26 | 71.7487 |
| 2026-04-02 | 71.1951 |
| 2026-04-09 | 71.3106 |
| 2026-04-16 | 71.9680 |
| 2026-04-23 | 72.2359 |
| 2026-04-30 | 71.0670 |
| 2026-05-07 | 71.2211 |
| 2026-05-14 | 72.0440 |
| 2026-05-21 | 72.0588 |
| 2026-05-28 | 72.4990 |
| 2026-06-04 | 72.5070 |
| 2026-06-11 | 71.9825 |
| 2026-06-18 | 72.1591 |
| 2026-06-25 | 72.1275 |
| 2026-07-02 | 72.0036 |
| 2026-07-09 | 72.3894 |
| 2026-07-16 | 72.6171 |
| 2026-07-23 | 73.0847 |
| 2026-07-30 | 72.9665 |
| 2026-08-06 | 70.9092 |
| 2026-08-13 | 71.6072 |
| 2026-08-20 | 71.7279 |
| 2026-08-27 | 72.1831 |
| 2026-09-03 | 70.4406 |
| 2026-09-10 | 69.6847 |
| 2026-09-17 | 69.7755 |
| 2026-09-24 | 70.9362 |
High
73.0847
Low
64.7876
Average
70.2389
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.