Skip to content

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

TND/MKD over 1Y: show the values
PointTND/MKD
2025-09-2518.0176
2025-10-0218.1019
2025-10-0918.0861
2025-10-1618.0858
2025-10-2318.0758
2025-10-3018.1270
2025-11-0618.0971
2025-11-1318.0294
2025-11-2018.0324
2025-11-2718.0473
2025-12-0418.0819
2025-12-1217.9733
2025-12-1918.0175
2025-12-2618.0826
2026-01-0218.1705
2026-01-0918.2098
2026-01-1618.2987
2026-01-2318.2703
2026-01-3018.1928
2026-02-0618.2580
2026-02-1318.2295
2026-02-2018.2308
2026-02-2718.2324
2026-03-0618.2721
2026-03-1318.2546
2026-03-2018.2917
2026-03-2718.2404
2026-04-0318.2101
2026-04-1018.2887
2026-04-1718.1426
2026-04-2418.3148
2026-05-0118.2282
2026-05-0818.0656
2026-05-1618.2397
2026-05-2418.2206
2026-05-3118.2016
2026-06-0918.2729
2026-06-1618.2418
2026-06-2318.3482
2026-06-3018.3376
2026-07-0718.2804
2026-07-1418.2949
2026-07-2118.3023
2026-07-2818.2455
2026-08-0418.2754
2026-08-1118.2117
2026-08-1818.2084
2026-08-2618.1761
2026-09-0218.1934
2026-09-0918.2445
2026-09-1618.2910
2026-09-2318.2060

High

18.3482

Low

17.9733

Average

18.1945

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=MKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=MKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=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&currencies=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.