Skip to content

TWD to MAD exchange rate API

New Taiwan Dollar to Moroccan Dirham · quoted 2026-09-25

0.30248

▼ +0.04% over 1Y

1 TWD = 0.30248 MAD · 1 MAD = 3.3060 TWD · Get this rate via the API

1 TWD buys 0.30248 MAD as of 2026-09-25, so 1 MAD buys 3.3060 TWD. Over the last year, TWD/MAD traded between 0.28883 and 0.30497, averaged 0.29431 and fell 0.04%. The API holds daily TWD/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/MAD over 1Y

TWD/MAD over 1Y: show the values
PointTWD/MAD
2025-09-250.30260
2025-10-020.30497
2025-10-090.30467
2025-10-160.30029
2025-10-230.30024
2025-10-300.30156
2025-11-060.30123
2025-11-130.29832
2025-11-200.29729
2025-11-270.29547
2025-12-040.29492
2025-12-110.29481
2025-12-180.29040
2025-12-250.28994
2026-01-010.29112
2026-01-080.29226
2026-01-150.29241
2026-01-220.29044
2026-01-290.28899
2026-02-050.29020
2026-02-120.29135
2026-02-190.29035
2026-02-260.29368
2026-03-050.29320
2026-03-120.29497
2026-03-190.29381
2026-03-260.29218
2026-04-020.29280
2026-04-090.29284
2026-04-160.29273
2026-04-230.29385
2026-04-300.29243
2026-05-070.29275
2026-05-140.29135
2026-05-210.29254
2026-05-280.29220
2026-06-040.29251
2026-06-120.29319
2026-06-190.29448
2026-06-260.29496
2026-07-030.29353
2026-07-100.29101
2026-07-170.28883
2026-07-240.28978
2026-07-310.28906
2026-08-070.28930
2026-08-140.29090
2026-08-210.29034
2026-08-280.29306
2026-09-040.29548
2026-09-110.29695
2026-09-180.29912
2026-09-250.30289

High

0.30497

Low

0.28883

Average

0.29431

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/MAD API questions

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

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

How far back does TWD/MAD historical data go?

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