Skip to content

SRD to MNT exchange rate API

Surinam Dollar to Tugrik · quoted 2026-09-26

95.4227

▲ +0.56% over 1Y

1 SRD = 95.4227 MNT · 1 MNT = 0.01048 SRD · Get this rate via the API

1 SRD buys 95.4227 MNT as of 2026-09-26, so 1 MNT buys 0.01048 SRD. Over the last year, SRD/MNT traded between 0.01781 and 96.2721, averaged 89.1390 and rose 0.56%. The API holds daily SRD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SRD/MNT over 1Y

SRD/MNT over 1Y: show the values
PointSRD/MNT
2025-09-2694.8960
2025-10-0395.1036
2025-10-1093.8538
2025-10-1792.0158
2025-10-2490.4734
2025-10-310.0178
2025-11-070.0213
2025-11-140.0214
2025-11-2192.6078
2025-11-2892.5917
2025-12-0591.8911
2025-12-1391.9389
2025-12-2092.2127
2025-12-2792.7602
2026-01-0393.2941
2026-01-1093.1144
2026-01-1793.0662
2026-01-2493.3610
2026-01-3193.6636
2026-02-0794.2145
2026-02-1494.4682
2026-02-2194.7970
2026-02-2894.5164
2026-03-0794.7963
2026-03-1495.0692
2026-03-2195.1365
2026-03-2895.2098
2026-04-0495.6264
2026-04-1196.0061
2026-04-1894.8275
2026-04-2595.5713
2026-05-0295.5835
2026-05-0995.6950
2026-05-1796.2721
2026-05-2595.9266
2026-06-0196.2332
2026-06-1095.3380
2026-06-1795.8129
2026-06-2495.4751
2026-07-0195.4209
2026-07-0895.2797
2026-07-1595.1422
2026-07-2295.0562
2026-07-2994.7784
2026-08-0594.6845
2026-08-1294.5805
2026-08-2095.1559
2026-08-2795.2552
2026-09-0395.1415
2026-09-1094.9563
2026-09-1795.0366
2026-09-2494.9745

High

96.2721

Low

0.01781

Average

89.1390

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

SRD/MNT API questions

How do I get the SRD/MNT exchange rate from an API?

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

How far back does SRD/MNT historical data go?

Daily SRD/MNT 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 SRD/MNT 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.