TOP to MKD exchange rate API
Pa’anga to Denar · quoted 2026-09-24
22.8370
▲ +3.75% over YTD
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 year to date, TOP/MKD traded between 21.9133 and 22.9941, averaged 22.5581 and rose 3.75%. 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 YTD: show the values
| Point | TOP/MKD |
|---|---|
| 2025-12-31 | 22.0124 |
| 2026-01-07 | 22.0910 |
| 2026-01-14 | 22.2676 |
| 2026-01-21 | 22.2164 |
| 2026-01-28 | 21.9133 |
| 2026-02-04 | 22.3407 |
| 2026-02-11 | 22.1996 |
| 2026-02-18 | 22.2487 |
| 2026-02-25 | 22.3836 |
| 2026-03-04 | 22.6549 |
| 2026-03-11 | 22.5637 |
| 2026-03-18 | 22.8302 |
| 2026-03-25 | 22.6202 |
| 2026-04-01 | 22.5774 |
| 2026-04-08 | 22.4058 |
| 2026-04-16 | 22.4870 |
| 2026-04-23 | 22.4331 |
| 2026-04-30 | 22.7727 |
| 2026-05-07 | 22.5033 |
| 2026-05-15 | 22.9868 |
| 2026-05-23 | 22.5177 |
| 2026-05-30 | 22.1883 |
| 2026-06-06 | 22.4687 |
| 2026-06-15 | 22.5739 |
| 2026-06-22 | 22.8249 |
| 2026-06-29 | 22.8495 |
| 2026-07-06 | 22.7714 |
| 2026-07-13 | 22.8782 |
| 2026-07-20 | 22.8997 |
| 2026-07-27 | 22.9607 |
| 2026-08-03 | 22.6433 |
| 2026-08-10 | 22.6646 |
| 2026-08-17 | 22.6560 |
| 2026-08-25 | 22.6039 |
| 2026-09-01 | 22.6601 |
| 2026-09-08 | 22.6467 |
| 2026-09-15 | 22.6181 |
| 2026-09-22 | 22.9941 |
High
22.9941
Low
21.9133
Average
22.5581
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.