LYD to MNT exchange rate API
Libyan Dinar to Tugrik · quoted 2026-09-26
563.1381
▼ +15.44% over 1Y
1 LYD = 563.1381 MNT · 1 MNT = 0.001776 LYD · Get this rate via the API
1 LYD buys 563.1381 MNT as of 2026-09-26, so 1 MNT buys 0.001776 LYD. Over the last year, LYD/MNT traded between 0.12719 and 665.9347, averaged 556.3232 and fell 15.44%. The API holds daily LYD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LYD/MNT over 1Y: show the values
| Point | LYD/MNT |
|---|---|
| 2025-09-26 | 665.9347 |
| 2025-10-03 | 664.0635 |
| 2025-10-10 | 661.5391 |
| 2025-10-17 | 664.0074 |
| 2025-10-24 | 662.4665 |
| 2025-10-31 | 0.1272 |
| 2025-11-07 | 0.1504 |
| 2025-11-14 | 0.1515 |
| 2025-11-21 | 651.4385 |
| 2025-11-28 | 653.9941 |
| 2025-12-05 | 651.0308 |
| 2025-12-13 | 654.1230 |
| 2025-12-20 | 655.3333 |
| 2025-12-27 | 657.0101 |
| 2026-01-03 | 656.6105 |
| 2026-01-10 | 655.4246 |
| 2026-01-17 | 656.3963 |
| 2026-01-24 | 564.5401 |
| 2026-01-31 | 567.9057 |
| 2026-02-07 | 565.2138 |
| 2026-02-14 | 565.7925 |
| 2026-02-21 | 564.0320 |
| 2026-02-28 | 563.4185 |
| 2026-03-07 | 561.4537 |
| 2026-03-14 | 559.4242 |
| 2026-03-21 | 559.1866 |
| 2026-03-28 | 561.5635 |
| 2026-04-04 | 560.0662 |
| 2026-04-11 | 565.7458 |
| 2026-04-18 | 565.7205 |
| 2026-04-25 | 565.1989 |
| 2026-05-02 | 563.8040 |
| 2026-05-09 | 565.8309 |
| 2026-05-17 | 564.4262 |
| 2026-05-25 | 563.7374 |
| 2026-06-01 | 563.3645 |
| 2026-06-10 | 560.5036 |
| 2026-06-17 | 560.9858 |
| 2026-06-24 | 557.5339 |
| 2026-07-01 | 558.0251 |
| 2026-07-08 | 557.5012 |
| 2026-07-15 | 560.7438 |
| 2026-07-22 | 559.4188 |
| 2026-07-29 | 562.0182 |
| 2026-08-05 | 564.6495 |
| 2026-08-12 | 564.4565 |
| 2026-08-20 | 568.5145 |
| 2026-08-27 | 567.6122 |
| 2026-09-03 | 566.5053 |
| 2026-09-10 | 568.4570 |
| 2026-09-17 | 562.8635 |
| 2026-09-24 | 561.9743 |
High
665.9347
Low
0.12719
Average
556.3232
Get this rate via the API
One GET request returns the LYD/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=LYD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
LYD/MNT API questions
How do I get the LYD/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LYD/MNT rate in rates.MNT.
How far back does LYD/MNT historical data go?
Daily LYD/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 LYD/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.