GBP to MNT exchange rate API
Pound Sterling to Tugrik · quoted 2026-09-25
4763.08
▼ +2.88% over 30D
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 30 days, GBP/MNT traded between 4755.62 and 4904.54, averaged 4844.08 and fell 2.88%. 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 30D: show the values
| Point | GBP/MNT |
|---|---|
| 2026-08-26 | 4904.54 |
| 2026-08-27 | 4886.79 |
| 2026-08-28 | 4890.42 |
| 2026-08-29 | 4867.91 |
| 2026-08-30 | 4867.55 |
| 2026-08-31 | 4869.24 |
| 2026-09-01 | 4868.20 |
| 2026-09-02 | 4850.84 |
| 2026-09-03 | 4853.54 |
| 2026-09-04 | 4869.67 |
| 2026-09-05 | 4858.49 |
| 2026-09-06 | 4860.98 |
| 2026-09-07 | 4869.65 |
| 2026-09-08 | 4873.82 |
| 2026-09-09 | 4880.57 |
| 2026-09-10 | 4861.46 |
| 2026-09-11 | 4860.87 |
| 2026-09-12 | 4866.93 |
| 2026-09-13 | 4865.56 |
| 2026-09-14 | 4855.84 |
| 2026-09-15 | 4849.48 |
| 2026-09-16 | 4842.81 |
| 2026-09-17 | 4812.24 |
| 2026-09-18 | 4803.06 |
| 2026-09-19 | 4819.43 |
| 2026-09-20 | 4815.03 |
| 2026-09-21 | 4822.36 |
| 2026-09-22 | 4808.78 |
| 2026-09-23 | 4776.41 |
| 2026-09-24 | 4759.30 |
| 2026-09-25 | 4755.62 |
High
4904.54
Low
4755.62
Average
4844.08
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.