Skip to content

TWD to DJF exchange rate API

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

5.6021

▼ +5.61% over 1Y

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 year, TWD/DJF traded between 5.4889 and 5.9549, averaged 5.6521 and fell 5.61%. 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 1Y

TWD/DJF over 1Y: show the values
PointTWD/DJF
2025-09-255.9351
2025-10-025.9549
2025-10-095.9332
2025-10-165.8124
2025-10-235.7761
2025-10-305.7918
2025-11-065.7654
2025-11-135.7250
2025-11-205.6944
2025-11-275.6802
2025-12-045.6826
2025-12-125.6973
2025-12-195.6472
2025-12-265.6611
2026-01-025.6654
2026-01-095.6341
2026-01-165.6425
2026-01-235.6412
2026-01-305.6619
2026-02-065.6243
2026-02-135.6522
2026-02-205.6461
2026-02-275.6826
2026-03-065.6078
2026-03-135.5765
2026-03-205.5536
2026-03-275.5641
2026-04-035.5765
2026-04-105.5960
2026-04-175.6437
2026-04-245.6421
2026-05-015.6335
2026-05-085.6893
2026-05-165.6538
2026-05-245.6695
2026-05-315.6796
2026-06-095.6337
2026-06-165.6313
2026-06-235.6311
2026-06-305.5884
2026-07-075.5450
2026-07-145.5425
2026-07-215.5103
2026-07-285.4889
2026-08-045.5003
2026-08-115.5258
2026-08-185.5914
2026-08-265.5892
2026-09-025.6063
2026-09-095.6549
2026-09-165.6038
2026-09-235.6215

High

5.9549

Low

5.4889

Average

5.6521

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.