SRD to MNT exchange rate API
Surinam Dollar to Tugrik · quoted 2026-09-26
95.4227
▲ +0.18% over 30D
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 30 days, SRD/MNT traded between 94.3988 and 95.4227, averaged 95.0866 and rose 0.18%. 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 30D: show the values
| Point | SRD/MNT |
|---|---|
| 2026-08-27 | 95.2552 |
| 2026-08-28 | 95.3364 |
| 2026-08-29 | 95.2567 |
| 2026-08-30 | 95.1989 |
| 2026-08-31 | 95.2545 |
| 2026-09-01 | 95.1948 |
| 2026-09-02 | 94.5715 |
| 2026-09-03 | 95.1415 |
| 2026-09-04 | 95.2518 |
| 2026-09-05 | 95.1692 |
| 2026-09-06 | 94.9981 |
| 2026-09-07 | 94.9221 |
| 2026-09-08 | 95.0728 |
| 2026-09-09 | 94.5580 |
| 2026-09-10 | 94.9563 |
| 2026-09-11 | 95.0597 |
| 2026-09-12 | 95.0106 |
| 2026-09-13 | 94.3988 |
| 2026-09-14 | 95.2037 |
| 2026-09-15 | 94.9305 |
| 2026-09-16 | 95.3757 |
| 2026-09-17 | 95.0366 |
| 2026-09-18 | 95.3562 |
| 2026-09-19 | 95.0707 |
| 2026-09-20 | 94.7014 |
| 2026-09-21 | 94.8551 |
| 2026-09-22 | 95.3041 |
| 2026-09-23 | 95.2381 |
| 2026-09-24 | 94.9745 |
| 2026-09-25 | 95.2714 |
| 2026-09-26 | 95.4227 |
High
95.4227
Low
94.3988
Average
95.0866
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.