Skip to content

SCR to MKD exchange rate API

Seychelles Rupee to Denar · quoted 2026-09-24

3.7994

▲ +7.37% over 1Y

1 SCR = 3.7994 MKD · 1 MKD = 0.26320 SCR · Get this rate via the API

1 SCR buys 3.7994 MKD as of 2026-09-24, so 1 MKD buys 0.26320 SCR. Over the last year, SCR/MKD traded between 3.4663 and 3.9528, averaged 3.7133 and rose 7.37%. The API holds daily SCR/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/MKD over 1Y

SCR/MKD over 1Y: show the values
PointSCR/MKD
2025-09-243.5385
2025-10-013.5877
2025-10-083.6344
2025-10-153.8965
2025-10-223.6770
2025-10-293.6708
2025-11-053.5767
2025-11-123.7505
2025-11-193.7565
2025-11-263.7440
2025-12-033.6914
2025-12-113.7034
2025-12-183.5812
2025-12-253.6142
2026-01-013.4663
2026-01-083.7909
2026-01-153.6945
2026-01-223.6728
2026-01-293.6165
2026-02-053.5642
2026-02-123.7796
2026-02-193.8235
2026-02-263.7760
2026-03-053.6070
2026-03-123.6056
2026-03-193.5337
2026-03-263.8316
2026-04-023.6648
2026-04-093.7228
2026-04-163.6284
2026-04-233.8461
2026-04-303.8353
2026-05-073.7613
2026-05-153.8676
2026-05-233.8606
2026-05-303.6389
2026-06-063.9528
2026-06-153.7039
2026-06-223.7381
2026-06-293.7267
2026-07-063.7707
2026-07-133.6951
2026-07-203.8457
2026-07-273.8287
2026-08-033.7062
2026-08-103.6647
2026-08-173.7365
2026-08-253.6827
2026-09-013.7369
2026-09-083.7160
2026-09-153.7681
2026-09-223.7212

High

3.9528

Low

3.4663

Average

3.7133

For developers

Get this rate via the API

One GET request returns the SCR/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=SCR&currencies=MKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&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=SCR&currencies=MKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/MKD API questions

How do I get the SCR/MKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=MKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/MKD rate in rates.MKD.

How far back does SCR/MKD historical data go?

Daily SCR/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 SCR/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.