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: show the values
| Point | SRD/MNT |
|---|---|
| 2025-09-26 | 94.8960 |
| 2025-10-03 | 95.1036 |
| 2025-10-10 | 93.8538 |
| 2025-10-17 | 92.0158 |
| 2025-10-24 | 90.4734 |
| 2025-10-31 | 0.0178 |
| 2025-11-07 | 0.0213 |
| 2025-11-14 | 0.0214 |
| 2025-11-21 | 92.6078 |
| 2025-11-28 | 92.5917 |
| 2025-12-05 | 91.8911 |
| 2025-12-13 | 91.9389 |
| 2025-12-20 | 92.2127 |
| 2025-12-27 | 92.7602 |
| 2026-01-03 | 93.2941 |
| 2026-01-10 | 93.1144 |
| 2026-01-17 | 93.0662 |
| 2026-01-24 | 93.3610 |
| 2026-01-31 | 93.6636 |
| 2026-02-07 | 94.2145 |
| 2026-02-14 | 94.4682 |
| 2026-02-21 | 94.7970 |
| 2026-02-28 | 94.5164 |
| 2026-03-07 | 94.7963 |
| 2026-03-14 | 95.0692 |
| 2026-03-21 | 95.1365 |
| 2026-03-28 | 95.2098 |
| 2026-04-04 | 95.6264 |
| 2026-04-11 | 96.0061 |
| 2026-04-18 | 94.8275 |
| 2026-04-25 | 95.5713 |
| 2026-05-02 | 95.5835 |
| 2026-05-09 | 95.6950 |
| 2026-05-17 | 96.2721 |
| 2026-05-25 | 95.9266 |
| 2026-06-01 | 96.2332 |
| 2026-06-10 | 95.3380 |
| 2026-06-17 | 95.8129 |
| 2026-06-24 | 95.4751 |
| 2026-07-01 | 95.4209 |
| 2026-07-08 | 95.2797 |
| 2026-07-15 | 95.1422 |
| 2026-07-22 | 95.0562 |
| 2026-07-29 | 94.7784 |
| 2026-08-05 | 94.6845 |
| 2026-08-12 | 94.5805 |
| 2026-08-20 | 95.1559 |
| 2026-08-27 | 95.2552 |
| 2026-09-03 | 95.1415 |
| 2026-09-10 | 94.9563 |
| 2026-09-17 | 95.0366 |
| 2026-09-24 | 94.9745 |
High
96.2721
Low
0.01781
Average
89.1390
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.