TND to MKD exchange rate API
Tunisian Dinar to Denar · quoted 2026-09-25
18.2588
▲ +1.34% over 1Y
1 TND = 18.2588 MKD · 1 MKD = 0.05477 TND · Get this rate via the API
1 TND buys 18.2588 MKD as of 2026-09-25, so 1 MKD buys 0.05477 TND. Over the last year, TND/MKD traded between 17.9733 and 18.3482, averaged 18.1945 and rose 1.34%. The API holds daily TND/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/MKD over 1Y: show the values
| Point | TND/MKD |
|---|---|
| 2025-09-25 | 18.0176 |
| 2025-10-02 | 18.1019 |
| 2025-10-09 | 18.0861 |
| 2025-10-16 | 18.0858 |
| 2025-10-23 | 18.0758 |
| 2025-10-30 | 18.1270 |
| 2025-11-06 | 18.0971 |
| 2025-11-13 | 18.0294 |
| 2025-11-20 | 18.0324 |
| 2025-11-27 | 18.0473 |
| 2025-12-04 | 18.0819 |
| 2025-12-12 | 17.9733 |
| 2025-12-19 | 18.0175 |
| 2025-12-26 | 18.0826 |
| 2026-01-02 | 18.1705 |
| 2026-01-09 | 18.2098 |
| 2026-01-16 | 18.2987 |
| 2026-01-23 | 18.2703 |
| 2026-01-30 | 18.1928 |
| 2026-02-06 | 18.2580 |
| 2026-02-13 | 18.2295 |
| 2026-02-20 | 18.2308 |
| 2026-02-27 | 18.2324 |
| 2026-03-06 | 18.2721 |
| 2026-03-13 | 18.2546 |
| 2026-03-20 | 18.2917 |
| 2026-03-27 | 18.2404 |
| 2026-04-03 | 18.2101 |
| 2026-04-10 | 18.2887 |
| 2026-04-17 | 18.1426 |
| 2026-04-24 | 18.3148 |
| 2026-05-01 | 18.2282 |
| 2026-05-08 | 18.0656 |
| 2026-05-16 | 18.2397 |
| 2026-05-24 | 18.2206 |
| 2026-05-31 | 18.2016 |
| 2026-06-09 | 18.2729 |
| 2026-06-16 | 18.2418 |
| 2026-06-23 | 18.3482 |
| 2026-06-30 | 18.3376 |
| 2026-07-07 | 18.2804 |
| 2026-07-14 | 18.2949 |
| 2026-07-21 | 18.3023 |
| 2026-07-28 | 18.2455 |
| 2026-08-04 | 18.2754 |
| 2026-08-11 | 18.2117 |
| 2026-08-18 | 18.2084 |
| 2026-08-26 | 18.1761 |
| 2026-09-02 | 18.1934 |
| 2026-09-09 | 18.2445 |
| 2026-09-16 | 18.2910 |
| 2026-09-23 | 18.2060 |
High
18.3482
Low
17.9733
Average
18.1945
Get this rate via the API
One GET request returns the TND/MKD 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=TND¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MKD").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/MKD API questions
How do I get the TND/MKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/MKD rate in rates.MKD.
How far back does TND/MKD historical data go?
Daily TND/MKD 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 TND/MKD 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.