Skip to content

FJD to TWD exchange rate API

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

14.1582

▼ +1.83% over 5Y

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 5 years, FJD/TWD traded between 12.6405 and 14.5959, averaged 13.8712 and fell 1.83%. 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 5Y

FJD/TWD over 5Y: show the values
PointFJD/TWD
2024-08-2414.4221
2024-10-0514.5959
2024-11-0413.8951
2024-12-0414.0341
2025-01-0313.8163
2025-02-0214.0440
2025-03-0413.8313
2025-04-0414.0354
2025-05-0413.3177
2025-06-0413.0581
2025-07-0412.6405
2025-08-0312.9086
2025-09-0213.4038
2025-10-0313.2022
2025-11-0213.4252
2025-12-0213.7342
2026-01-0113.7783
2026-01-3114.3392
2026-03-0214.1843
2026-04-0114.2647
2026-05-0114.3590
2026-05-3114.1945
2026-07-0114.2148
2026-07-3114.4865
2026-08-3014.3068

High

14.5959

Low

12.6405

Average

13.8712

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.