GBP to MNT exchange rate API
Pound Sterling to Tugrik · quoted 2026-09-25
4763.08
▲ +0.59% over 6M
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 6 months, GBP/MNT traded between 4711.61 and 4915.02, averaged 4811.64 and rose 0.59%. 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 6M: show the values
| Point | GBP/MNT |
|---|---|
| 2026-03-29 | 4735.05 |
| 2026-04-05 | 4713.98 |
| 2026-04-12 | 4807.53 |
| 2026-04-19 | 4829.81 |
| 2026-04-26 | 4851.70 |
| 2026-05-03 | 4869.06 |
| 2026-05-10 | 4870.85 |
| 2026-05-18 | 4790.08 |
| 2026-05-26 | 4820.26 |
| 2026-06-02 | 4822.18 |
| 2026-06-11 | 4783.36 |
| 2026-06-18 | 4734.58 |
| 2026-06-25 | 4711.61 |
| 2026-07-02 | 4767.69 |
| 2026-07-09 | 4803.41 |
| 2026-07-16 | 4846.12 |
| 2026-07-23 | 4792.87 |
| 2026-07-30 | 4806.12 |
| 2026-08-06 | 4845.79 |
| 2026-08-13 | 4854.58 |
| 2026-08-21 | 4915.02 |
| 2026-08-28 | 4890.42 |
| 2026-09-04 | 4869.67 |
| 2026-09-11 | 4860.87 |
| 2026-09-18 | 4803.06 |
| 2026-09-25 | 4755.62 |
High
4915.02
Low
4711.61
Average
4811.64
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.