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: show the values
| Point | TWD/DJF |
|---|---|
| 2024-08-24 | 5.6045 |
| 2024-10-07 | 5.6392 |
| 2024-11-06 | 5.6140 |
| 2024-12-06 | 5.5787 |
| 2025-01-05 | 5.4815 |
| 2025-02-04 | 5.4983 |
| 2025-03-06 | 5.5022 |
| 2025-04-06 | 5.4385 |
| 2025-05-06 | 6.0519 |
| 2025-06-07 | 5.9598 |
| 2025-07-07 | 6.2378 |
| 2025-08-06 | 6.0504 |
| 2025-09-05 | 5.9227 |
| 2025-10-06 | 5.9329 |
| 2025-11-05 | 5.7462 |
| 2025-12-05 | 5.6839 |
| 2026-01-05 | 5.6676 |
| 2026-02-04 | 5.6304 |
| 2026-03-06 | 5.6078 |
| 2026-04-05 | 5.5858 |
| 2026-05-05 | 5.6224 |
| 2026-06-06 | 5.6356 |
| 2026-07-08 | 5.5535 |
| 2026-08-07 | 5.5277 |
| 2026-09-07 | 5.6377 |
High
6.2378
Low
5.4385
Average
5.6928
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.