Skip to content

SRD to MNT exchange rate API

Surinam Dollar to Tugrik · quoted 2026-09-26

95.4227

▲ +0.39% over 6M

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 6 months, SRD/MNT traded between 94.7998 and 96.3410, averaged 95.3853 and rose 0.39%. 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 6M

SRD/MNT over 6M: show the values
PointSRD/MNT
2026-03-3095.0517
2026-04-0695.1225
2026-04-1395.4367
2026-04-2094.7998
2026-04-2795.4831
2026-05-0495.5164
2026-05-1195.6365
2026-05-1996.1450
2026-05-2796.3410
2026-06-0396.2819
2026-06-1295.7738
2026-06-1995.5189
2026-06-2696.1502
2026-07-0394.9025
2026-07-1095.0749
2026-07-1795.0905
2026-07-2494.9940
2026-07-3195.1801
2026-08-0794.8662
2026-08-1495.4300
2026-08-2295.2544
2026-08-2995.2567
2026-09-0595.1692
2026-09-1295.0106
2026-09-1995.0707
2026-09-2695.4227

High

96.3410

Low

94.7998

Average

95.3853

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.