FJD to TWD exchange rate API
Fiji Dollar to New Taiwan Dollar · quoted 2026-09-25
14.1582
▲ +6.58% over 1Y
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 last year, FJD/TWD traded between 13.1964 and 14.4865, averaged 14.0773 and rose 6.58%. 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 1Y: show the values
| Point | FJD/TWD |
|---|---|
| 2025-09-25 | 13.2838 |
| 2025-10-02 | 13.1964 |
| 2025-10-09 | 13.2013 |
| 2025-10-16 | 13.3971 |
| 2025-10-23 | 13.4342 |
| 2025-10-30 | 13.4744 |
| 2025-11-06 | 13.4708 |
| 2025-11-13 | 13.5795 |
| 2025-11-20 | 13.5680 |
| 2025-11-27 | 13.6747 |
| 2025-12-04 | 13.7383 |
| 2025-12-11 | 13.7262 |
| 2025-12-18 | 13.8306 |
| 2025-12-25 | 13.8365 |
| 2026-01-01 | 13.7783 |
| 2026-01-08 | 13.8975 |
| 2026-01-15 | 13.8618 |
| 2026-01-22 | 13.9829 |
| 2026-01-29 | 14.1575 |
| 2026-02-05 | 14.2595 |
| 2026-02-12 | 14.2631 |
| 2026-02-19 | 14.3011 |
| 2026-02-26 | 14.1819 |
| 2026-03-05 | 14.3429 |
| 2026-03-12 | 14.4223 |
| 2026-03-19 | 14.4414 |
| 2026-03-26 | 14.3637 |
| 2026-04-02 | 14.2639 |
| 2026-04-09 | 14.2708 |
| 2026-04-16 | 14.2839 |
| 2026-04-23 | 14.2856 |
| 2026-04-30 | 14.3599 |
| 2026-05-07 | 14.2849 |
| 2026-05-14 | 14.3814 |
| 2026-05-21 | 14.2980 |
| 2026-05-28 | 14.2973 |
| 2026-06-04 | 14.2899 |
| 2026-06-12 | 14.2528 |
| 2026-06-19 | 14.2092 |
| 2026-06-26 | 14.2242 |
| 2026-07-03 | 14.2442 |
| 2026-07-10 | 14.4013 |
| 2026-07-17 | 14.4707 |
| 2026-07-24 | 14.4227 |
| 2026-07-31 | 14.4865 |
| 2026-08-07 | 14.4786 |
| 2026-08-14 | 14.3813 |
| 2026-08-21 | 14.3729 |
| 2026-08-28 | 14.3220 |
| 2026-09-04 | 14.3426 |
| 2026-09-11 | 14.2719 |
| 2026-09-18 | 14.2941 |
| 2026-09-25 | 14.1588 |
High
14.4865
Low
13.1964
Average
14.0773
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.