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: show the values
| Point | SRD/MNT |
|---|---|
| 2026-03-30 | 95.0517 |
| 2026-04-06 | 95.1225 |
| 2026-04-13 | 95.4367 |
| 2026-04-20 | 94.7998 |
| 2026-04-27 | 95.4831 |
| 2026-05-04 | 95.5164 |
| 2026-05-11 | 95.6365 |
| 2026-05-19 | 96.1450 |
| 2026-05-27 | 96.3410 |
| 2026-06-03 | 96.2819 |
| 2026-06-12 | 95.7738 |
| 2026-06-19 | 95.5189 |
| 2026-06-26 | 96.1502 |
| 2026-07-03 | 94.9025 |
| 2026-07-10 | 95.0749 |
| 2026-07-17 | 95.0905 |
| 2026-07-24 | 94.9940 |
| 2026-07-31 | 95.1801 |
| 2026-08-07 | 94.8662 |
| 2026-08-14 | 95.4300 |
| 2026-08-22 | 95.2544 |
| 2026-08-29 | 95.2567 |
| 2026-09-05 | 95.1692 |
| 2026-09-12 | 95.0106 |
| 2026-09-19 | 95.0707 |
| 2026-09-26 | 95.4227 |
High
96.3410
Low
94.7998
Average
95.3853
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD¤cies=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¤cies=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.