Skip to content

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

FJD/TWD over 1Y: show the values
PointFJD/TWD
2025-09-2513.2838
2025-10-0213.1964
2025-10-0913.2013
2025-10-1613.3971
2025-10-2313.4342
2025-10-3013.4744
2025-11-0613.4708
2025-11-1313.5795
2025-11-2013.5680
2025-11-2713.6747
2025-12-0413.7383
2025-12-1113.7262
2025-12-1813.8306
2025-12-2513.8365
2026-01-0113.7783
2026-01-0813.8975
2026-01-1513.8618
2026-01-2213.9829
2026-01-2914.1575
2026-02-0514.2595
2026-02-1214.2631
2026-02-1914.3011
2026-02-2614.1819
2026-03-0514.3429
2026-03-1214.4223
2026-03-1914.4414
2026-03-2614.3637
2026-04-0214.2639
2026-04-0914.2708
2026-04-1614.2839
2026-04-2314.2856
2026-04-3014.3599
2026-05-0714.2849
2026-05-1414.3814
2026-05-2114.2980
2026-05-2814.2973
2026-06-0414.2899
2026-06-1214.2528
2026-06-1914.2092
2026-06-2614.2242
2026-07-0314.2442
2026-07-1014.4013
2026-07-1714.4707
2026-07-2414.4227
2026-07-3114.4865
2026-08-0714.4786
2026-08-1414.3813
2026-08-2114.3729
2026-08-2814.3220
2026-09-0414.3426
2026-09-1114.2719
2026-09-1814.2941
2026-09-2514.1588

High

14.4865

Low

13.1964

Average

14.0773

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=TWD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=TWD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.