Skip to content

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

LYD/MNT over 1Y: show the values
PointLYD/MNT
2025-09-26665.9347
2025-10-03664.0635
2025-10-10661.5391
2025-10-17664.0074
2025-10-24662.4665
2025-10-310.1272
2025-11-070.1504
2025-11-140.1515
2025-11-21651.4385
2025-11-28653.9941
2025-12-05651.0308
2025-12-13654.1230
2025-12-20655.3333
2025-12-27657.0101
2026-01-03656.6105
2026-01-10655.4246
2026-01-17656.3963
2026-01-24564.5401
2026-01-31567.9057
2026-02-07565.2138
2026-02-14565.7925
2026-02-21564.0320
2026-02-28563.4185
2026-03-07561.4537
2026-03-14559.4242
2026-03-21559.1866
2026-03-28561.5635
2026-04-04560.0662
2026-04-11565.7458
2026-04-18565.7205
2026-04-25565.1989
2026-05-02563.8040
2026-05-09565.8309
2026-05-17564.4262
2026-05-25563.7374
2026-06-01563.3645
2026-06-10560.5036
2026-06-17560.9858
2026-06-24557.5339
2026-07-01558.0251
2026-07-08557.5012
2026-07-15560.7438
2026-07-22559.4188
2026-07-29562.0182
2026-08-05564.6495
2026-08-12564.4565
2026-08-20568.5145
2026-08-27567.6122
2026-09-03566.5053
2026-09-10568.4570
2026-09-17562.8635
2026-09-24561.9743

High

665.9347

Low

0.12719

Average

556.3232

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD&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=LYD&currencies=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&currencies=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.