Skip to content

TWD to DJF exchange rate API

New Taiwan Dollar to Djibouti Franc · quoted 2026-09-25

5.6021

▼ +0.04% over 5Y

1 TWD = 5.6021 DJF · 1 DJF = 0.17851 TWD · Get this rate via the API

1 TWD buys 5.6021 DJF as of 2026-09-25, so 1 DJF buys 0.17851 TWD. Over the last 5 years, TWD/DJF traded between 5.4385 and 6.2378, averaged 5.6928 and fell 0.04%. The API holds daily TWD/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/DJF over 5Y

TWD/DJF over 5Y: show the values
PointTWD/DJF
2024-08-245.6045
2024-10-075.6392
2024-11-065.6140
2024-12-065.5787
2025-01-055.4815
2025-02-045.4983
2025-03-065.5022
2025-04-065.4385
2025-05-066.0519
2025-06-075.9598
2025-07-076.2378
2025-08-066.0504
2025-09-055.9227
2025-10-065.9329
2025-11-055.7462
2025-12-055.6839
2026-01-055.6676
2026-02-045.6304
2026-03-065.6078
2026-04-055.5858
2026-05-055.6224
2026-06-065.6356
2026-07-085.5535
2026-08-075.5277
2026-09-075.6377

High

6.2378

Low

5.4385

Average

5.6928

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=DJF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/DJF API questions

How do I get the TWD/DJF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/DJF rate in rates.DJF.

How far back does TWD/DJF historical data go?

Daily TWD/DJF 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 TWD/DJF 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.