FKP to MKD exchange rate API
Falkland Islands Pound to Denar · quoted 2026-09-27
71.5629
▲ +1.60% over 1Y
1 FKP = 71.5629 MKD · 1 MKD = 0.01397 FKP · Get this rate via the API
1 FKP buys 71.5629 MKD as of 2026-09-27, so 1 MKD buys 0.01397 FKP. Over the last year, FKP/MKD traded between 69.8265 and 72.7800, averaged 71.0704 and rose 1.60%. The API holds daily FKP/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/MKD over 1Y: show the values
| Point | FKP/MKD |
|---|---|
| 2025-09-27 | 70.4343 |
| 2025-10-04 | 70.7570 |
| 2025-10-11 | 70.8130 |
| 2025-10-18 | 70.9131 |
| 2025-10-25 | 70.5505 |
| 2025-11-01 | 70.1964 |
| 2025-11-08 | 70.1746 |
| 2025-11-15 | 69.8265 |
| 2025-11-22 | 69.8949 |
| 2025-11-29 | 70.3058 |
| 2025-12-06 | 70.5095 |
| 2025-12-14 | 70.1687 |
| 2025-12-21 | 70.2491 |
| 2025-12-28 | 70.4908 |
| 2026-01-04 | 70.6404 |
| 2026-01-11 | 70.8559 |
| 2026-01-18 | 70.9128 |
| 2026-01-25 | 71.6554 |
| 2026-02-01 | 70.9164 |
| 2026-02-08 | 70.9550 |
| 2026-02-15 | 70.8553 |
| 2026-02-22 | 70.4955 |
| 2026-03-01 | 70.3299 |
| 2026-03-08 | 71.1225 |
| 2026-03-15 | 71.1423 |
| 2026-03-22 | 71.1085 |
| 2026-03-29 | 70.8282 |
| 2026-04-05 | 70.5166 |
| 2026-04-12 | 70.7195 |
| 2026-04-19 | 70.9595 |
| 2026-04-26 | 71.0638 |
| 2026-05-03 | 71.5891 |
| 2026-05-10 | 71.1993 |
| 2026-05-18 | 70.7101 |
| 2026-05-26 | 71.4434 |
| 2026-06-02 | 71.3025 |
| 2026-06-11 | 71.4445 |
| 2026-06-18 | 71.2142 |
| 2026-06-25 | 71.5161 |
| 2026-07-02 | 71.8060 |
| 2026-07-09 | 72.2398 |
| 2026-07-16 | 72.7800 |
| 2026-07-23 | 72.2017 |
| 2026-07-30 | 72.0889 |
| 2026-08-06 | 71.6802 |
| 2026-08-13 | 71.9075 |
| 2026-08-21 | 71.9747 |
| 2026-08-28 | 71.7494 |
| 2026-09-04 | 71.5887 |
| 2026-09-11 | 71.5017 |
| 2026-09-18 | 71.5243 |
| 2026-09-25 | 71.3467 |
High
72.7800
Low
69.8265
Average
71.0704
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MKD").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/MKD API questions
How do I get the FKP/MKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/MKD rate in rates.MKD.
How far back does FKP/MKD historical data go?
Daily FKP/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 FKP/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.