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: show the values
| Point | SHP/MNT |
|---|---|
| 2025-09-26 | 4797.82 |
| 2025-10-03 | 4834.13 |
| 2025-10-10 | 4782.66 |
| 2025-10-17 | 4832.89 |
| 2025-10-24 | 4791.31 |
| 2025-10-31 | 0.91 |
| 2025-11-07 | 1.08 |
| 2025-11-14 | 1.09 |
| 2025-11-21 | 4666.14 |
| 2025-11-28 | 4717.38 |
| 2025-12-05 | 4729.03 |
| 2025-12-13 | 4741.70 |
| 2025-12-20 | 4751.72 |
| 2025-12-27 | 4797.95 |
| 2026-01-03 | 4789.24 |
| 2026-01-10 | 4768.55 |
| 2026-01-17 | 4756.09 |
| 2026-01-24 | 4864.78 |
| 2026-01-31 | 4880.23 |
| 2026-02-07 | 4858.13 |
| 2026-02-14 | 4875.15 |
| 2026-02-21 | 4812.76 |
| 2026-02-28 | 4810.58 |
| 2026-03-07 | 4790.98 |
| 2026-03-14 | 4723.12 |
| 2026-03-21 | 4760.64 |
| 2026-03-28 | 4771.67 |
| 2026-04-04 | 4714.49 |
| 2026-04-15 | 4789.13 |
| 2026-04-22 | 4791.23 |
| 2026-04-29 | 4816.97 |
| 2026-05-06 | 4793.20 |
| 2026-05-14 | 4840.94 |
| 2026-05-21 | 4804.95 |
| 2026-05-29 | 4808.18 |
| 2026-06-05 | 4805.77 |
| 2026-06-14 | 4795.42 |
| 2026-06-21 | 4733.61 |
| 2026-06-28 | 4723.72 |
| 2026-07-05 | 4783.07 |
| 2026-07-12 | 4803.44 |
| 2026-07-19 | 4821.72 |
| 2026-07-26 | 4785.06 |
| 2026-08-02 | 4845.04 |
| 2026-08-09 | 4849.23 |
| 2026-08-16 | 4866.08 |
| 2026-08-24 | 4908.29 |
| 2026-08-31 | 4871.19 |
| 2026-09-07 | 4861.96 |
| 2026-09-14 | 4859.61 |
| 2026-09-21 | 4818.19 |
High
4908.29
Low
0.91045
Average
4522.37
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=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¤cies=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.