Skip to content

SVC to MNT exchange rate API

El Salvador Colon to Tugrik · quoted 2026-09-26

411.1063

▲ +0.03% over 1Y

1 SVC = 411.1063 MNT · 1 MNT = 0.002432 SVC · Get this rate via the API

1 SVC buys 411.1063 MNT as of 2026-09-26, so 1 MNT buys 0.002432 SVC. Over the last year, SVC/MNT traded between 0.07908 and 411.4493, averaged 385.9327 and rose 0.03%. The API holds daily SVC/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SVC/MNT over 1Y

SVC/MNT over 1Y: show the values
PointSVC/MNT
2025-09-26410.9778
2025-10-03411.0743
2025-10-10410.8963
2025-10-17411.0190
2025-10-24410.9565
2025-10-310.0791
2025-11-070.0939
2025-11-140.0945
2025-11-21407.5393
2025-11-28407.4488
2025-12-05405.3491
2025-12-13405.2251
2025-12-20405.9888
2025-12-27406.4005
2026-01-03406.7179
2026-01-10406.7334
2026-01-17407.3388
2026-01-24407.3657
2026-01-31407.5851
2026-02-07407.8522
2026-02-14408.0174
2026-02-21408.0368
2026-02-28407.5910
2026-03-07408.0905
2026-03-14407.9085
2026-03-21407.7256
2026-03-28409.1122
2026-04-04408.4033
2026-04-11411.0344
2026-04-18408.6612
2026-04-25409.8796
2026-05-02409.0776
2026-05-09409.0497
2026-05-17408.9004
2026-05-25409.1064
2026-06-01408.8556
2026-06-10409.0829
2026-06-17409.0395
2026-06-24409.6799
2026-07-01409.4415
2026-07-08409.5933
2026-07-15409.9963
2026-07-22410.2341
2026-07-29411.0058
2026-08-05411.0608
2026-08-12411.1699
2026-08-20411.1334
2026-08-27411.2057
2026-09-03410.9677
2026-09-10410.9329
2026-09-17411.1475
2026-09-24411.4493

High

411.4493

Low

0.07908

Average

385.9327

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SVC/MNT API questions

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

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

How far back does SVC/MNT historical data go?

Daily SVC/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 SVC/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.