Skip to content

MNT to LBP exchange rate API

Tugrik to Lebanese Pound · quoted 2026-09-26

24.8741

▼ +0.48% over 1Y

1 MNT = 24.8741 LBP · 1 LBP = 0.04020 MNT · Get this rate via the API

1 MNT buys 24.8741 LBP as of 2026-09-26, so 1 LBP buys 0.04020 MNT. Over the last year, MNT/LBP traded between 24.7029 and 129794.99, averaged 6575.95 and fell 0.48%. The API holds daily MNT/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/LBP over 1Y

MNT/LBP over 1Y: show the values
PointMNT/LBP
2025-09-2624.9944
2025-10-0324.9264
2025-10-1025.0400
2025-10-1724.8439
2025-10-2424.9414
2025-10-31129794.9883
2025-11-07109086.6862
2025-11-14108389.4127
2025-11-2125.1726
2025-11-2825.1457
2025-12-0525.3510
2025-12-1325.3784
2025-12-2025.2172
2025-12-2725.1840
2026-01-0325.1747
2026-01-1025.3464
2026-01-1725.3082
2026-01-2425.6650
2026-01-3125.6232
2026-02-0725.7442
2026-02-1425.8342
2026-02-2124.8741
2026-02-2825.1696
2026-03-0724.8393
2026-03-1425.0343
2026-03-2125.0435
2026-03-2825.0140
2026-04-0424.9169
2026-04-1124.9073
2026-04-1825.0234
2026-04-2524.9698
2026-05-0225.0114
2026-05-0925.0216
2026-05-1725.1129
2026-05-2524.9720
2026-06-0125.0568
2026-06-1025.0485
2026-06-1725.0856
2026-06-2425.0926
2026-07-0125.0569
2026-07-0825.0983
2026-07-1524.9091
2026-07-2225.0724
2026-07-2924.9872
2026-08-0524.9379
2026-08-1224.9773
2026-08-2024.8466
2026-08-2724.9777
2026-09-0324.7029
2026-09-1024.9344
2026-09-1725.0992
2026-09-2424.9244

High

129794.99

Low

24.7029

Average

6575.95

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=LBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/LBP API questions

How do I get the MNT/LBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/LBP rate in rates.LBP.

How far back does MNT/LBP historical data go?

Daily MNT/LBP 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 MNT/LBP 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.