GBP to MNT exchange rate API
Pound Sterling to Tugrik · quoted 2026-09-25
4763.08
▲ +6.42% over 5Y
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 5 years, GBP/MNT traded between 1.0713 and 4895.44, averaged 4498.12 and rose 6.42%. 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 5Y: show the values
| Point | GBP/MNT |
|---|---|
| 2024-08-24 | 4475.68 |
| 2024-10-07 | 4449.34 |
| 2024-11-06 | 4387.14 |
| 2024-12-06 | 4386.63 |
| 2025-01-05 | 4251.73 |
| 2025-02-04 | 4290.54 |
| 2025-03-06 | 4471.06 |
| 2025-04-06 | 4517.25 |
| 2025-05-06 | 4779.83 |
| 2025-06-07 | 4845.37 |
| 2025-07-07 | 4882.01 |
| 2025-08-06 | 4777.41 |
| 2025-09-05 | 4845.51 |
| 2025-10-06 | 4831.30 |
| 2025-11-05 | 1.07 |
| 2025-12-05 | 4732.73 |
| 2026-01-05 | 4785.52 |
| 2026-02-04 | 4895.44 |
| 2026-03-06 | 4761.81 |
| 2026-04-05 | 4713.98 |
| 2026-05-05 | 4840.81 |
| 2026-06-06 | 4773.40 |
| 2026-07-08 | 4783.91 |
| 2026-08-07 | 4838.93 |
| 2026-09-07 | 4869.65 |
High
4895.44
Low
1.0713
Average
4498.12
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.