Skip to content

MNT to LYD exchange rate API

Tugrik to Libyan Dinar · quoted 2026-09-26

0.001775

▲ +18.25% over 1Y

1 MNT = 0.001775 LYD · 1 LYD = 563.3803 MNT · Get this rate via the API

1 MNT buys 0.001775 LYD as of 2026-09-26, so 1 LYD buys 563.3803 MNT. Over the last year, MNT/LYD traded between 0.001501 and 7.8624, averaged 0.39992 and rose 18.25%. The API holds daily MNT/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/LYD over 1Y

MNT/LYD over 1Y: show the values
PointMNT/LYD
2025-09-260.001501
2025-10-030.001505
2025-10-100.001511
2025-10-170.001506
2025-10-240.001509
2025-10-317.862419
2025-11-076.646989
2025-11-146.601240
2025-11-210.001535
2025-11-280.001529
2025-12-050.001536
2025-12-130.001528
2025-12-200.001525
2025-12-270.001522
2026-01-030.001522
2026-01-100.001525
2026-01-170.001523
2026-01-240.001771
2026-01-310.001760
2026-02-070.001769
2026-02-140.001767
2026-02-210.001772
2026-02-280.001774
2026-03-070.001781
2026-03-140.001787
2026-03-210.001788
2026-03-280.001780
2026-04-040.001785
2026-04-110.001767
2026-04-180.001767
2026-04-250.001769
2026-05-020.001773
2026-05-090.001767
2026-05-170.001771
2026-05-250.001773
2026-06-010.001775
2026-06-100.001784
2026-06-170.001782
2026-06-240.001793
2026-07-010.001792
2026-07-080.001793
2026-07-150.001783
2026-07-220.001787
2026-07-290.001779
2026-08-050.001771
2026-08-120.001771
2026-08-200.001758
2026-08-270.001761
2026-09-030.001765
2026-09-100.001759
2026-09-170.001776
2026-09-240.001779

High

7.8624

Low

0.001501

Average

0.39992

For developers

Get this rate via the API

One GET request returns the MNT/LYD 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=MNT&currencies=LYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=LYD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=LYD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/LYD API questions

How do I get the MNT/LYD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=LYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/LYD rate in rates.LYD.

How far back does MNT/LYD historical data go?

Daily MNT/LYD 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 MNT/LYD 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.