Skip to content

TOP to MKD exchange rate API

Pa’anga to Denar · quoted 2026-09-24

22.8370

▲ +1.03% over 30D

1 TOP = 22.8370 MKD · 1 MKD = 0.04379 TOP · Get this rate via the API

1 TOP buys 22.8370 MKD as of 2026-09-24, so 1 MKD buys 0.04379 TOP. Over the last 30 days, TOP/MKD traded between 22.3829 and 22.9941, averaged 22.6439 and rose 1.03%. The API holds daily TOP/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/MKD over 30D

TOP/MKD over 30D: show the values
PointTOP/MKD
2026-08-2522.6039
2026-08-2622.5613
2026-08-2722.6014
2026-08-2822.6209
2026-08-2922.3906
2026-08-3022.5896
2026-08-3122.6370
2026-09-0122.6601
2026-09-0222.7317
2026-09-0322.7107
2026-09-0422.6267
2026-09-0522.4193
2026-09-0622.4539
2026-09-0722.6158
2026-09-0822.6467
2026-09-0922.6523
2026-09-1022.6105
2026-09-1122.6067
2026-09-1222.4127
2026-09-1322.4807
2026-09-1422.6215
2026-09-1522.6181
2026-09-1622.6378
2026-09-1722.8085
2026-09-1822.7048
2026-09-1922.3829
2026-09-2022.6021
2026-09-2122.9298
2026-09-2222.9941
2026-09-2322.9762
2026-09-2422.8608

High

22.9941

Low

22.3829

Average

22.6439

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/MKD API questions

How do I get the TOP/MKD exchange rate from an API?

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

How far back does TOP/MKD historical data go?

Daily TOP/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 TOP/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.