Skip to content

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

GBP/MNT over 30D: show the values
PointGBP/MNT
2026-08-264904.54
2026-08-274886.79
2026-08-284890.42
2026-08-294867.91
2026-08-304867.55
2026-08-314869.24
2026-09-014868.20
2026-09-024850.84
2026-09-034853.54
2026-09-044869.67
2026-09-054858.49
2026-09-064860.98
2026-09-074869.65
2026-09-084873.82
2026-09-094880.57
2026-09-104861.46
2026-09-114860.87
2026-09-124866.93
2026-09-134865.56
2026-09-144855.84
2026-09-154849.48
2026-09-164842.81
2026-09-174812.24
2026-09-184803.06
2026-09-194819.43
2026-09-204815.03
2026-09-214822.36
2026-09-224808.78
2026-09-234776.41
2026-09-244759.30
2026-09-254755.62

High

4904.54

Low

4755.62

Average

4844.08

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=MNT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=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&currencies=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.