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: show the values
| Point | FJD/TWD |
|---|---|
| 2026-03-29 | 14.2188 |
| 2026-04-05 | 14.2661 |
| 2026-04-12 | 14.2514 |
| 2026-04-19 | 14.1580 |
| 2026-04-26 | 14.1927 |
| 2026-05-03 | 14.3429 |
| 2026-05-10 | 14.2376 |
| 2026-05-17 | 14.2655 |
| 2026-05-24 | 14.1843 |
| 2026-05-31 | 14.1945 |
| 2026-06-08 | 14.1914 |
| 2026-06-15 | 14.1731 |
| 2026-06-22 | 14.1671 |
| 2026-06-29 | 14.1296 |
| 2026-07-06 | 14.2732 |
| 2026-07-13 | 14.3115 |
| 2026-07-20 | 14.4826 |
| 2026-07-27 | 14.4593 |
| 2026-08-03 | 14.5640 |
| 2026-08-10 | 14.5129 |
| 2026-08-17 | 14.3434 |
| 2026-08-24 | 14.4492 |
| 2026-08-31 | 14.3174 |
| 2026-09-07 | 14.3017 |
| 2026-09-14 | 14.3278 |
| 2026-09-21 | 14.2615 |
High
14.5640
Low
14.1296
Average
14.2865
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.