Skip to content

FJD to TWD exchange rate API

Fiji Dollar to New Taiwan Dollar · quoted 2026-09-25

14.1582

▼ +0.43% over 6M

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 6 months, FJD/TWD traded between 14.1296 and 14.5640, averaged 14.2865 and fell 0.43%. 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 6M

FJD/TWD over 6M: show the values
PointFJD/TWD
2026-03-2914.2188
2026-04-0514.2661
2026-04-1214.2514
2026-04-1914.1580
2026-04-2614.1927
2026-05-0314.3429
2026-05-1014.2376
2026-05-1714.2655
2026-05-2414.1843
2026-05-3114.1945
2026-06-0814.1914
2026-06-1514.1731
2026-06-2214.1671
2026-06-2914.1296
2026-07-0614.2732
2026-07-1314.3115
2026-07-2014.4826
2026-07-2714.4593
2026-08-0314.5640
2026-08-1014.5129
2026-08-1714.3434
2026-08-2414.4492
2026-08-3114.3174
2026-09-0714.3017
2026-09-1414.3278
2026-09-2114.2615

High

14.5640

Low

14.1296

Average

14.2865

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.