GBP to MNT exchange rate API
Pound Sterling to Tugrik · quoted 2026-09-25
4763.08
▼ +1.30% over 1Y
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 last year, GBP/MNT traded between 0.82136 and 4908.34, averaged 4530.53 and fell 1.30%. 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 1Y: show the values
| Point | GBP/MNT |
|---|---|
| 2025-09-25 | 4825.83 |
| 2025-10-02 | 4846.72 |
| 2025-10-09 | 4808.91 |
| 2025-10-16 | 4830.44 |
| 2025-10-23 | 4795.22 |
| 2025-10-30 | 0.82 |
| 2025-11-06 | 1.08 |
| 2025-11-13 | 1.03 |
| 2025-11-20 | 4664.79 |
| 2025-11-27 | 4715.58 |
| 2025-12-04 | 4738.23 |
| 2025-12-12 | 4748.64 |
| 2025-12-19 | 4749.19 |
| 2025-12-26 | 4802.17 |
| 2026-01-02 | 4785.28 |
| 2026-01-09 | 4777.47 |
| 2026-01-16 | 4773.58 |
| 2026-01-23 | 4834.90 |
| 2026-01-30 | 4908.34 |
| 2026-02-06 | 4850.82 |
| 2026-02-13 | 4859.10 |
| 2026-02-20 | 4810.83 |
| 2026-02-27 | 4808.52 |
| 2026-03-06 | 4761.81 |
| 2026-03-13 | 4738.41 |
| 2026-03-20 | 4773.79 |
| 2026-03-27 | 4740.64 |
| 2026-04-03 | 4718.19 |
| 2026-04-10 | 4806.82 |
| 2026-04-17 | 4860.26 |
| 2026-04-24 | 4829.14 |
| 2026-05-01 | 4867.43 |
| 2026-05-08 | 4873.24 |
| 2026-05-16 | 4767.69 |
| 2026-05-24 | 4809.92 |
| 2026-05-31 | 4811.36 |
| 2026-06-09 | 4798.09 |
| 2026-06-16 | 4803.22 |
| 2026-06-23 | 4728.30 |
| 2026-06-30 | 4735.46 |
| 2026-07-07 | 4795.45 |
| 2026-07-14 | 4799.85 |
| 2026-07-21 | 4806.88 |
| 2026-07-28 | 4777.91 |
| 2026-08-04 | 4838.28 |
| 2026-08-11 | 4854.32 |
| 2026-08-18 | 4866.08 |
| 2026-08-26 | 4904.54 |
| 2026-09-02 | 4850.84 |
| 2026-09-09 | 4880.57 |
| 2026-09-16 | 4842.81 |
| 2026-09-23 | 4776.41 |
High
4908.34
Low
0.82136
Average
4530.53
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.