TOP to MKD exchange rate API
Pa’anga to Denar · quoted 2026-09-24
22.8370
▲ +3.39% over 1Y
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 year, TOP/MKD traded between 21.6953 and 23.0774, averaged 22.4922 and rose 3.39%. 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 1Y: show the values
| Point | TOP/MKD |
|---|---|
| 2025-09-24 | 22.0887 |
| 2025-10-01 | 22.1966 |
| 2025-10-08 | 22.4208 |
| 2025-10-15 | 22.5351 |
| 2025-10-22 | 22.5330 |
| 2025-10-29 | 22.2192 |
| 2025-11-05 | 22.7854 |
| 2025-11-12 | 22.5428 |
| 2025-11-19 | 22.1908 |
| 2025-11-26 | 22.2186 |
| 2025-12-03 | 22.1257 |
| 2025-12-11 | 22.0576 |
| 2025-12-18 | 21.8377 |
| 2025-12-25 | 21.6953 |
| 2026-01-01 | 21.9252 |
| 2026-01-08 | 22.0282 |
| 2026-01-15 | 22.2564 |
| 2026-01-22 | 22.2402 |
| 2026-01-29 | 21.9113 |
| 2026-02-05 | 22.2787 |
| 2026-02-12 | 22.2180 |
| 2026-02-19 | 22.3223 |
| 2026-02-26 | 22.2859 |
| 2026-03-05 | 22.5856 |
| 2026-03-12 | 22.8436 |
| 2026-03-19 | 22.8471 |
| 2026-03-26 | 22.8249 |
| 2026-04-02 | 22.6618 |
| 2026-04-09 | 22.4675 |
| 2026-04-17 | 22.2878 |
| 2026-04-24 | 22.4636 |
| 2026-05-01 | 22.7701 |
| 2026-05-08 | 22.4230 |
| 2026-05-16 | 22.4317 |
| 2026-05-24 | 22.5660 |
| 2026-05-31 | 22.6064 |
| 2026-06-09 | 22.8835 |
| 2026-06-16 | 22.6240 |
| 2026-06-23 | 22.9484 |
| 2026-06-30 | 22.8305 |
| 2026-07-07 | 22.7644 |
| 2026-07-14 | 22.8405 |
| 2026-07-21 | 22.9261 |
| 2026-07-28 | 23.0774 |
| 2026-08-04 | 22.8452 |
| 2026-08-11 | 22.5670 |
| 2026-08-18 | 22.6927 |
| 2026-08-26 | 22.5613 |
| 2026-09-02 | 22.7317 |
| 2026-09-09 | 22.6523 |
| 2026-09-16 | 22.6378 |
| 2026-09-23 | 22.9762 |
High
23.0774
Low
21.6953
Average
22.4922
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.