LYD to MNT exchange rate API
Libyan Dinar to Tugrik · quoted 2026-09-26
563.1381
▼ +0.79% over 30D
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 30 days, LYD/MNT traded between 561.9743 and 569.1995, averaged 566.2926 and fell 0.79%. 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 30D: show the values
| Point | LYD/MNT |
|---|---|
| 2026-08-27 | 567.6122 |
| 2026-08-28 | 567.9105 |
| 2026-08-29 | 567.4966 |
| 2026-08-30 | 567.2085 |
| 2026-08-31 | 564.6265 |
| 2026-09-01 | 566.7536 |
| 2026-09-02 | 566.5677 |
| 2026-09-03 | 566.5053 |
| 2026-09-04 | 565.9173 |
| 2026-09-05 | 565.1536 |
| 2026-09-06 | 566.3976 |
| 2026-09-07 | 567.0366 |
| 2026-09-08 | 566.1774 |
| 2026-09-09 | 569.1995 |
| 2026-09-10 | 568.4570 |
| 2026-09-11 | 568.1306 |
| 2026-09-12 | 569.0462 |
| 2026-09-13 | 568.6131 |
| 2026-09-14 | 568.6806 |
| 2026-09-15 | 566.9619 |
| 2026-09-16 | 567.7001 |
| 2026-09-17 | 562.8635 |
| 2026-09-18 | 567.2744 |
| 2026-09-19 | 566.6687 |
| 2026-09-20 | 566.3031 |
| 2026-09-21 | 567.3149 |
| 2026-09-22 | 564.4761 |
| 2026-09-23 | 563.4246 |
| 2026-09-24 | 561.9743 |
| 2026-09-25 | 562.6365 |
| 2026-09-26 | 563.1381 |
High
569.1995
Low
561.9743
Average
566.2926
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.