TOP to MKD exchange rate API
Pa’anga to Denar · quoted 2026-09-24
22.8370
▲ +3.00% over 6M
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 6 months, TOP/MKD traded between 22.0960 and 23.0907, averaged 22.6011 and rose 3.00%. 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 6M: show the values
| Point | TOP/MKD |
|---|---|
| 2026-03-28 | 22.1718 |
| 2026-04-04 | 22.2839 |
| 2026-04-12 | 22.2524 |
| 2026-04-19 | 22.0960 |
| 2026-04-26 | 22.1409 |
| 2026-05-03 | 22.3752 |
| 2026-05-10 | 22.1040 |
| 2026-05-18 | 22.6981 |
| 2026-05-26 | 22.6654 |
| 2026-06-02 | 22.7257 |
| 2026-06-11 | 22.5741 |
| 2026-06-18 | 23.0907 |
| 2026-06-25 | 22.9117 |
| 2026-07-02 | 22.8576 |
| 2026-07-09 | 22.7639 |
| 2026-07-16 | 22.8675 |
| 2026-07-23 | 23.0136 |
| 2026-07-30 | 22.9526 |
| 2026-08-06 | 22.5537 |
| 2026-08-13 | 22.6163 |
| 2026-08-21 | 22.5183 |
| 2026-08-28 | 22.6209 |
| 2026-09-04 | 22.6267 |
| 2026-09-11 | 22.6067 |
| 2026-09-18 | 22.7048 |
High
23.0907
Low
22.0960
Average
22.6011
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.