GBP to MNT exchange rate API
Pound Sterling to Tugrik · quoted 2026-09-25
4763.08
▼ +0.65% over YTD
1 GBP = 4763.08 MNT · 1 MNT = 0.000210 GBP · Get this rate via the API
1 GBP buys 4763.08 MNT as of 2026-09-25, so 1 MNT buys 0.000210 GBP. Over the year to date, GBP/MNT traded between 4723.34 and 4920.59, averaged 4819.86 and fell 0.65%. The API holds daily GBP/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/MNT over YTD: show the values
| Point | GBP/MNT |
|---|---|
| 2025-12-31 | 4794.09 |
| 2026-01-07 | 4802.78 |
| 2026-01-14 | 4789.80 |
| 2026-01-21 | 4787.79 |
| 2026-01-28 | 4920.59 |
| 2026-02-04 | 4895.44 |
| 2026-02-11 | 4876.38 |
| 2026-02-18 | 4846.97 |
| 2026-02-25 | 4828.32 |
| 2026-03-04 | 4777.48 |
| 2026-03-11 | 4786.97 |
| 2026-03-18 | 4750.83 |
| 2026-03-25 | 4780.90 |
| 2026-04-01 | 4760.08 |
| 2026-04-08 | 4814.63 |
| 2026-04-15 | 4845.02 |
| 2026-04-22 | 4829.59 |
| 2026-04-29 | 4858.90 |
| 2026-05-06 | 4873.41 |
| 2026-05-14 | 4834.52 |
| 2026-05-21 | 4801.98 |
| 2026-05-29 | 4805.32 |
| 2026-06-05 | 4819.76 |
| 2026-06-14 | 4802.95 |
| 2026-06-21 | 4727.36 |
| 2026-06-28 | 4723.34 |
| 2026-07-05 | 4782.61 |
| 2026-07-12 | 4798.70 |
| 2026-07-19 | 4819.91 |
| 2026-07-26 | 4789.06 |
| 2026-08-02 | 4847.45 |
| 2026-08-09 | 4849.11 |
| 2026-08-16 | 4867.25 |
| 2026-08-24 | 4905.16 |
| 2026-08-31 | 4869.24 |
| 2026-09-07 | 4869.65 |
| 2026-09-14 | 4855.84 |
| 2026-09-21 | 4822.36 |
High
4920.59
Low
4723.34
Average
4819.86
Get this rate via the API
One GET request returns the GBP/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=GBP¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/MNT API questions
How do I get the GBP/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/MNT rate in rates.MNT.
How far back does GBP/MNT historical data go?
Daily GBP/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 GBP/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.