FJD to JPY exchange rate API
Fiji Dollar to Yen · quoted 2026-09-25
70.3987
▼ +2.32% over 30D
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 30 days, FJD/JPY traded between 69.1082 and 72.8151, averaged 70.7308 and fell 2.32%. 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 30D: show the values
| Point | FJD/JPY |
|---|---|
| 2026-08-26 | 72.0678 |
| 2026-08-27 | 72.1831 |
| 2026-08-28 | 72.3231 |
| 2026-08-29 | 72.8151 |
| 2026-08-30 | 72.3778 |
| 2026-08-31 | 72.1776 |
| 2026-09-01 | 72.3668 |
| 2026-09-02 | 71.9781 |
| 2026-09-03 | 70.4406 |
| 2026-09-04 | 70.7082 |
| 2026-09-05 | 70.9138 |
| 2026-09-06 | 70.5056 |
| 2026-09-07 | 70.0708 |
| 2026-09-08 | 69.8941 |
| 2026-09-09 | 69.3834 |
| 2026-09-10 | 69.6847 |
| 2026-09-11 | 69.4624 |
| 2026-09-12 | 69.4083 |
| 2026-09-13 | 69.1082 |
| 2026-09-14 | 69.7688 |
| 2026-09-15 | 69.8891 |
| 2026-09-16 | 69.8506 |
| 2026-09-17 | 69.7755 |
| 2026-09-18 | 70.9320 |
| 2026-09-19 | 70.8109 |
| 2026-09-20 | 70.7835 |
| 2026-09-21 | 70.6337 |
| 2026-09-22 | 70.3917 |
| 2026-09-23 | 70.7825 |
| 2026-09-24 | 70.9362 |
| 2026-09-25 | 70.5639 |
High
72.8151
Low
69.1082
Average
70.7308
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.