Skip to content

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

LYD/MNT over 30D: show the values
PointLYD/MNT
2026-08-27567.6122
2026-08-28567.9105
2026-08-29567.4966
2026-08-30567.2085
2026-08-31564.6265
2026-09-01566.7536
2026-09-02566.5677
2026-09-03566.5053
2026-09-04565.9173
2026-09-05565.1536
2026-09-06566.3976
2026-09-07567.0366
2026-09-08566.1774
2026-09-09569.1995
2026-09-10568.4570
2026-09-11568.1306
2026-09-12569.0462
2026-09-13568.6131
2026-09-14568.6806
2026-09-15566.9619
2026-09-16567.7001
2026-09-17562.8635
2026-09-18567.2744
2026-09-19566.6687
2026-09-20566.3031
2026-09-21567.3149
2026-09-22564.4761
2026-09-23563.4246
2026-09-24561.9743
2026-09-25562.6365
2026-09-26563.1381

High

569.1995

Low

561.9743

Average

566.2926

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.