Skip to content

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

FJD/TWD over YTD: show the values
PointFJD/TWD
2025-12-3113.8078
2026-01-0713.8612
2026-01-1413.8847
2026-01-2113.9582
2026-01-2814.1312
2026-02-0414.2719
2026-02-1114.2988
2026-02-1814.2427
2026-02-2514.1932
2026-03-0414.3347
2026-03-1114.4099
2026-03-1814.4090
2026-03-2514.3034
2026-04-0114.2647
2026-04-0814.1863
2026-04-1514.3150
2026-04-2214.2777
2026-04-2914.3181
2026-05-0614.3206
2026-05-1314.3603
2026-05-2014.3297
2026-05-2714.2719
2026-06-0314.2532
2026-06-1114.1995
2026-06-1814.1667
2026-06-2514.1874
2026-07-0214.2211
2026-07-0914.3339
2026-07-1614.4161
2026-07-2314.4420
2026-07-3014.5317
2026-08-0614.4803
2026-08-1314.4528
2026-08-2014.4016
2026-08-2714.3651
2026-09-0314.3151
2026-09-1014.2716
2026-09-1714.2881
2026-09-2414.2062

High

14.5317

Low

13.8078

Average

14.2610

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.