FJD to TWD exchange rate API
Fiji Dollar to New Taiwan Dollar · quoted 2026-09-25
14.1582
▲ +2.54% over YTD
1 FJD = 14.1582 TWD · 1 TWD = 0.07063 FJD · Get this rate via the API
1 FJD buys 14.1582 TWD as of 2026-09-25, so 1 TWD buys 0.07063 FJD. Over the year to date, FJD/TWD traded between 13.8078 and 14.5317, averaged 14.2610 and rose 2.54%. The API holds daily FJD/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/TWD over YTD: show the values
| Point | FJD/TWD |
|---|---|
| 2025-12-31 | 13.8078 |
| 2026-01-07 | 13.8612 |
| 2026-01-14 | 13.8847 |
| 2026-01-21 | 13.9582 |
| 2026-01-28 | 14.1312 |
| 2026-02-04 | 14.2719 |
| 2026-02-11 | 14.2988 |
| 2026-02-18 | 14.2427 |
| 2026-02-25 | 14.1932 |
| 2026-03-04 | 14.3347 |
| 2026-03-11 | 14.4099 |
| 2026-03-18 | 14.4090 |
| 2026-03-25 | 14.3034 |
| 2026-04-01 | 14.2647 |
| 2026-04-08 | 14.1863 |
| 2026-04-15 | 14.3150 |
| 2026-04-22 | 14.2777 |
| 2026-04-29 | 14.3181 |
| 2026-05-06 | 14.3206 |
| 2026-05-13 | 14.3603 |
| 2026-05-20 | 14.3297 |
| 2026-05-27 | 14.2719 |
| 2026-06-03 | 14.2532 |
| 2026-06-11 | 14.1995 |
| 2026-06-18 | 14.1667 |
| 2026-06-25 | 14.1874 |
| 2026-07-02 | 14.2211 |
| 2026-07-09 | 14.3339 |
| 2026-07-16 | 14.4161 |
| 2026-07-23 | 14.4420 |
| 2026-07-30 | 14.5317 |
| 2026-08-06 | 14.4803 |
| 2026-08-13 | 14.4528 |
| 2026-08-20 | 14.4016 |
| 2026-08-27 | 14.3651 |
| 2026-09-03 | 14.3151 |
| 2026-09-10 | 14.2716 |
| 2026-09-17 | 14.2881 |
| 2026-09-24 | 14.2062 |
High
14.5317
Low
13.8078
Average
14.2610
Get this rate via the API
One GET request returns the FJD/TWD 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=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TWD").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/TWD API questions
How do I get the FJD/TWD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TWD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/TWD rate in rates.TWD.
How far back does FJD/TWD historical data go?
Daily FJD/TWD 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/TWD 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.