Skip to content

LYD to MNT exchange rate API

Libyan Dinar to Tugrik · quoted 2026-09-26

563.1381

▲ +0.62% over 6M

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 6 months, LYD/MNT traded between 559.1942 and 569.0462, averaged 563.3080 and rose 0.62%. 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 6M

LYD/MNT over 6M: show the values
PointLYD/MNT
2026-03-30559.6739
2026-04-06560.0020
2026-04-13563.0523
2026-04-20563.4116
2026-04-27564.6770
2026-05-04563.4423
2026-05-11567.1333
2026-05-19563.6293
2026-05-27563.1869
2026-06-03564.5803
2026-06-12561.9455
2026-06-19560.9301
2026-06-26559.1942
2026-07-03559.2729
2026-07-10561.1744
2026-07-17559.7557
2026-07-24561.2755
2026-07-31564.1862
2026-08-07563.3543
2026-08-14564.9712
2026-08-22565.8252
2026-08-29567.4966
2026-09-05565.1536
2026-09-12569.0462
2026-09-19566.6687
2026-09-26563.1381

High

569.0462

Low

559.1942

Average

563.3080

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.