TOP to MKD exchange rate API
Pa’anga to Denar · quoted 2026-09-24
22.8370
▼ +3.56% over 5Y
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 5 years, TOP/MKD traded between 22.0776 and 25.1762, averaged 23.1881 and fell 3.56%. 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 5Y: show the values
| Point | TOP/MKD |
|---|---|
| 2024-08-24 | 23.6798 |
| 2024-10-07 | 24.4186 |
| 2024-11-06 | 24.6709 |
| 2024-12-06 | 24.8684 |
| 2025-01-05 | 25.1762 |
| 2025-02-04 | 24.8329 |
| 2025-03-06 | 24.2683 |
| 2025-04-06 | 23.6280 |
| 2025-05-06 | 23.2566 |
| 2025-06-07 | 22.9489 |
| 2025-07-07 | 22.5832 |
| 2025-08-06 | 22.8572 |
| 2025-09-05 | 22.7979 |
| 2025-10-06 | 22.2330 |
| 2025-11-05 | 22.7854 |
| 2025-12-05 | 22.0776 |
| 2026-01-05 | 22.0960 |
| 2026-02-04 | 22.3407 |
| 2026-03-06 | 22.5933 |
| 2026-04-05 | 22.7570 |
| 2026-05-06 | 22.5998 |
| 2026-06-09 | 22.8835 |
| 2026-07-09 | 22.7639 |
| 2026-08-08 | 22.2900 |
| 2026-09-08 | 22.6467 |
High
25.1762
Low
22.0776
Average
23.1881
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.