Skip to content

SHP to MNT exchange rate API

Saint Helena Pound to Tugrik · quoted 2026-09-26

4764.93

▼ +0.69% over 1Y

1 SHP = 4764.93 MNT · 1 MNT = 0.000210 SHP · Get this rate via the API

1 SHP buys 4764.93 MNT as of 2026-09-26, so 1 MNT buys 0.000210 SHP. Over the last year, SHP/MNT traded between 0.91045 and 4908.29, averaged 4522.37 and fell 0.69%. The API holds daily SHP/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SHP/MNT over 1Y

SHP/MNT over 1Y: show the values
PointSHP/MNT
2025-09-264797.82
2025-10-034834.13
2025-10-104782.66
2025-10-174832.89
2025-10-244791.31
2025-10-310.91
2025-11-071.08
2025-11-141.09
2025-11-214666.14
2025-11-284717.38
2025-12-054729.03
2025-12-134741.70
2025-12-204751.72
2025-12-274797.95
2026-01-034789.24
2026-01-104768.55
2026-01-174756.09
2026-01-244864.78
2026-01-314880.23
2026-02-074858.13
2026-02-144875.15
2026-02-214812.76
2026-02-284810.58
2026-03-074790.98
2026-03-144723.12
2026-03-214760.64
2026-03-284771.67
2026-04-044714.49
2026-04-154789.13
2026-04-224791.23
2026-04-294816.97
2026-05-064793.20
2026-05-144840.94
2026-05-214804.95
2026-05-294808.18
2026-06-054805.77
2026-06-144795.42
2026-06-214733.61
2026-06-284723.72
2026-07-054783.07
2026-07-124803.44
2026-07-194821.72
2026-07-264785.06
2026-08-024845.04
2026-08-094849.23
2026-08-164866.08
2026-08-244908.29
2026-08-314871.19
2026-09-074861.96
2026-09-144859.61
2026-09-214818.19

High

4908.29

Low

0.91045

Average

4522.37

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SHP/MNT API questions

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

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

How far back does SHP/MNT historical data go?

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