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: show the values
| Point | MNT/LBP |
|---|---|
| 2025-09-26 | 24.9944 |
| 2025-10-03 | 24.9264 |
| 2025-10-10 | 25.0400 |
| 2025-10-17 | 24.8439 |
| 2025-10-24 | 24.9414 |
| 2025-10-31 | 129794.9883 |
| 2025-11-07 | 109086.6862 |
| 2025-11-14 | 108389.4127 |
| 2025-11-21 | 25.1726 |
| 2025-11-28 | 25.1457 |
| 2025-12-05 | 25.3510 |
| 2025-12-13 | 25.3784 |
| 2025-12-20 | 25.2172 |
| 2025-12-27 | 25.1840 |
| 2026-01-03 | 25.1747 |
| 2026-01-10 | 25.3464 |
| 2026-01-17 | 25.3082 |
| 2026-01-24 | 25.6650 |
| 2026-01-31 | 25.6232 |
| 2026-02-07 | 25.7442 |
| 2026-02-14 | 25.8342 |
| 2026-02-21 | 24.8741 |
| 2026-02-28 | 25.1696 |
| 2026-03-07 | 24.8393 |
| 2026-03-14 | 25.0343 |
| 2026-03-21 | 25.0435 |
| 2026-03-28 | 25.0140 |
| 2026-04-04 | 24.9169 |
| 2026-04-11 | 24.9073 |
| 2026-04-18 | 25.0234 |
| 2026-04-25 | 24.9698 |
| 2026-05-02 | 25.0114 |
| 2026-05-09 | 25.0216 |
| 2026-05-17 | 25.1129 |
| 2026-05-25 | 24.9720 |
| 2026-06-01 | 25.0568 |
| 2026-06-10 | 25.0485 |
| 2026-06-17 | 25.0856 |
| 2026-06-24 | 25.0926 |
| 2026-07-01 | 25.0569 |
| 2026-07-08 | 25.0983 |
| 2026-07-15 | 24.9091 |
| 2026-07-22 | 25.0724 |
| 2026-07-29 | 24.9872 |
| 2026-08-05 | 24.9379 |
| 2026-08-12 | 24.9773 |
| 2026-08-20 | 24.8466 |
| 2026-08-27 | 24.9777 |
| 2026-09-03 | 24.7029 |
| 2026-09-10 | 24.9344 |
| 2026-09-17 | 25.0992 |
| 2026-09-24 | 24.9244 |
High
129794.99
Low
24.7029
Average
6575.95
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=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¤cies=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.