Skip to content

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

FKP/MKD over 1Y: show the values
PointFKP/MKD
2025-09-2770.4343
2025-10-0470.7570
2025-10-1170.8130
2025-10-1870.9131
2025-10-2570.5505
2025-11-0170.1964
2025-11-0870.1746
2025-11-1569.8265
2025-11-2269.8949
2025-11-2970.3058
2025-12-0670.5095
2025-12-1470.1687
2025-12-2170.2491
2025-12-2870.4908
2026-01-0470.6404
2026-01-1170.8559
2026-01-1870.9128
2026-01-2571.6554
2026-02-0170.9164
2026-02-0870.9550
2026-02-1570.8553
2026-02-2270.4955
2026-03-0170.3299
2026-03-0871.1225
2026-03-1571.1423
2026-03-2271.1085
2026-03-2970.8282
2026-04-0570.5166
2026-04-1270.7195
2026-04-1970.9595
2026-04-2671.0638
2026-05-0371.5891
2026-05-1071.1993
2026-05-1870.7101
2026-05-2671.4434
2026-06-0271.3025
2026-06-1171.4445
2026-06-1871.2142
2026-06-2571.5161
2026-07-0271.8060
2026-07-0972.2398
2026-07-1672.7800
2026-07-2372.2017
2026-07-3072.0889
2026-08-0671.6802
2026-08-1371.9075
2026-08-2171.9747
2026-08-2871.7494
2026-09-0471.5887
2026-09-1171.5017
2026-09-1871.5243
2026-09-2571.3467

High

72.7800

Low

69.8265

Average

71.0704

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=MKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=MKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.