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: show the values
| Point | TWD/DJF |
|---|---|
| 2025-09-25 | 5.9351 |
| 2025-10-02 | 5.9549 |
| 2025-10-09 | 5.9332 |
| 2025-10-16 | 5.8124 |
| 2025-10-23 | 5.7761 |
| 2025-10-30 | 5.7918 |
| 2025-11-06 | 5.7654 |
| 2025-11-13 | 5.7250 |
| 2025-11-20 | 5.6944 |
| 2025-11-27 | 5.6802 |
| 2025-12-04 | 5.6826 |
| 2025-12-12 | 5.6973 |
| 2025-12-19 | 5.6472 |
| 2025-12-26 | 5.6611 |
| 2026-01-02 | 5.6654 |
| 2026-01-09 | 5.6341 |
| 2026-01-16 | 5.6425 |
| 2026-01-23 | 5.6412 |
| 2026-01-30 | 5.6619 |
| 2026-02-06 | 5.6243 |
| 2026-02-13 | 5.6522 |
| 2026-02-20 | 5.6461 |
| 2026-02-27 | 5.6826 |
| 2026-03-06 | 5.6078 |
| 2026-03-13 | 5.5765 |
| 2026-03-20 | 5.5536 |
| 2026-03-27 | 5.5641 |
| 2026-04-03 | 5.5765 |
| 2026-04-10 | 5.5960 |
| 2026-04-17 | 5.6437 |
| 2026-04-24 | 5.6421 |
| 2026-05-01 | 5.6335 |
| 2026-05-08 | 5.6893 |
| 2026-05-16 | 5.6538 |
| 2026-05-24 | 5.6695 |
| 2026-05-31 | 5.6796 |
| 2026-06-09 | 5.6337 |
| 2026-06-16 | 5.6313 |
| 2026-06-23 | 5.6311 |
| 2026-06-30 | 5.5884 |
| 2026-07-07 | 5.5450 |
| 2026-07-14 | 5.5425 |
| 2026-07-21 | 5.5103 |
| 2026-07-28 | 5.4889 |
| 2026-08-04 | 5.5003 |
| 2026-08-11 | 5.5258 |
| 2026-08-18 | 5.5914 |
| 2026-08-26 | 5.5892 |
| 2026-09-02 | 5.6063 |
| 2026-09-09 | 5.6549 |
| 2026-09-16 | 5.6038 |
| 2026-09-23 | 5.6215 |
High
5.9549
Low
5.4889
Average
5.6521
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.